Class UpdateAutomaticDrConfigurationDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.disasterrecovery.model.UpdateAutomaticDrConfigurationDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20220125") public final class UpdateAutomaticDrConfigurationDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe details for updating an Automatic DR configuration.
 Note: Objects should always be created or deserialized using theUpdateAutomaticDrConfigurationDetails.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 theUpdateAutomaticDrConfigurationDetails.Builder, which maintain a set of all explicitly set fields calledUpdateAutomaticDrConfigurationDetails.Builder.__explicitlySet__. ThehashCode()andequals(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).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUpdateAutomaticDrConfigurationDetails.Builder
 - 
Constructor SummaryConstructors Constructor Description UpdateAutomaticDrConfigurationDetails(String displayName, List<UpdateAutomaticDrConfigurationMemberDetails> members, String defaultSwitchoverDrPlanId, String defaultFailoverDrPlanId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateAutomaticDrConfigurationDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetDefaultFailoverDrPlanId()The unique id of a Failover DR Plan.StringgetDefaultSwitchoverDrPlanId()The unique id of a Switchover DR Plan.Map<String,Map<String,Object>>getDefinedTags()Defined tags for this resource.StringgetDisplayName()The display name of the Automatic DR configuration being updated.Map<String,String>getFreeformTags()Simple key-value pair that is applied without any predefined name, type or scope.List<UpdateAutomaticDrConfigurationMemberDetails>getMembers()A list of members for Automatic DR configuration.inthashCode()UpdateAutomaticDrConfigurationDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
UpdateAutomaticDrConfigurationDetails@Deprecated @ConstructorProperties({"displayName","members","defaultSwitchoverDrPlanId","defaultFailoverDrPlanId","freeformTags","definedTags"}) public UpdateAutomaticDrConfigurationDetails(String displayName, List<UpdateAutomaticDrConfigurationMemberDetails> members, String defaultSwitchoverDrPlanId, String defaultFailoverDrPlanId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static UpdateAutomaticDrConfigurationDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic UpdateAutomaticDrConfigurationDetails.Builder toBuilder() 
 - 
getDisplayNamepublic String getDisplayName() The display name of the Automatic DR configuration being updated.Example: Automatic DR Configuration - Returns:
- the value
 
 - 
getMemberspublic List<UpdateAutomaticDrConfigurationMemberDetails> getMembers() A list of members for Automatic DR configuration.- Returns:
- the value
 
 - 
getDefaultSwitchoverDrPlanIdpublic String getDefaultSwitchoverDrPlanId() The unique id of a Switchover DR Plan.Example: ocid1.drplan.oc1..uniqueID - Returns:
- the value
 
 - 
getDefaultFailoverDrPlanIdpublic String getDefaultFailoverDrPlanId() The unique id of a Failover DR Plan.Example: ocid1.drplan.oc1..uniqueID - Returns:
- the value
 
 - 
getFreeformTagspublic Map<String,String> getFreeformTags() Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {"Department": "Finance"} - Returns:
- the value
 
 - 
getDefinedTagspublic Map<String,Map<String,Object>> getDefinedTags() Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {"Operations": {"CostCenter": "42"}} - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-