@Generated(value="OracleSDKGenerator", comments="API Version: 20220528") public final class PatchFsuCycle extends FsuCycle
Patch Exadata Fleet Update Cycle resource details.
Note: Objects should always be created or deserialized using the PatchFsuCycle.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the PatchFsuCycle.Builder
, which maintain a
set of all explicitly set fields called PatchFsuCycle.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
PatchFsuCycle.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
PatchFsuCycle(String id,
String displayName,
String compartmentId,
String fsuCollectionId,
CollectionTypes collectionType,
String executingFsuActionId,
List<NextActionToExecuteDetails> nextActionToExecute,
DetailedActionTypes lastCompletedAction,
FsuGoalVersionDetails goalVersionDetails,
BatchingStrategyDetails batchingStrategy,
ScheduleDetails stageActionSchedule,
ScheduleDetails applyActionSchedule,
DiagnosticsCollectionDetails diagnosticsCollection,
Date timeCreated,
Date timeUpdated,
Date timeFinished,
CycleLifecycleStates lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Boolean isIgnorePatches,
List<String> isIgnoreMissingPatches,
Integer maxDrainTimeoutInSeconds,
Boolean isKeepPlacement)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static PatchFsuCycle.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<String> |
getIsIgnoreMissingPatches()
List of bug numbers to ignore.
|
Boolean |
getIsIgnorePatches()
Ignore all patches between the source and target homes during patching.
|
Boolean |
getIsKeepPlacement()
Ensure that services of administrator-managed Oracle RAC or Oracle RAC One databases are
running on the same instances before and after the move operation.
|
Integer |
getMaxDrainTimeoutInSeconds()
Service drain timeout specified in seconds.
|
int |
hashCode() |
PatchFsuCycle.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getApplyActionSchedule, getBatchingStrategy, getCollectionType, getCompartmentId, getDefinedTags, getDiagnosticsCollection, getDisplayName, getExecutingFsuActionId, getFreeformTags, getFsuCollectionId, getGoalVersionDetails, getId, getLastCompletedAction, getLifecycleDetails, getLifecycleState, getNextActionToExecute, getStageActionSchedule, getSystemTags, getTimeCreated, getTimeFinished, getTimeUpdated
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public PatchFsuCycle(String id, String displayName, String compartmentId, String fsuCollectionId, CollectionTypes collectionType, String executingFsuActionId, List<NextActionToExecuteDetails> nextActionToExecute, DetailedActionTypes lastCompletedAction, FsuGoalVersionDetails goalVersionDetails, BatchingStrategyDetails batchingStrategy, ScheduleDetails stageActionSchedule, ScheduleDetails applyActionSchedule, DiagnosticsCollectionDetails diagnosticsCollection, Date timeCreated, Date timeUpdated, Date timeFinished, CycleLifecycleStates lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isIgnorePatches, List<String> isIgnoreMissingPatches, Integer maxDrainTimeoutInSeconds, Boolean isKeepPlacement)
public static PatchFsuCycle.Builder builder()
Create a new builder.
public PatchFsuCycle.Builder toBuilder()
public Boolean getIsIgnorePatches()
Ignore all patches between the source and target homes during patching.
public List<String> getIsIgnoreMissingPatches()
List of bug numbers to ignore.
public Integer getMaxDrainTimeoutInSeconds()
Service drain timeout specified in seconds.
public Boolean getIsKeepPlacement()
Ensure that services of administrator-managed Oracle RAC or Oracle RAC One databases are running on the same instances before and after the move operation.
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
Copyright © 2016–2024. All rights reserved.