Class ExternalAsmInstanceParameters
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.databasemanagement.model.ExternalAsmInstanceParameters
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public final class ExternalAsmInstanceParameters extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe initialization parameters for an ASM instance.
 Note: Objects should always be created or deserialized using theExternalAsmInstanceParameters.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 theExternalAsmInstanceParameters.Builder, which maintain a set of all explicitly set fields calledExternalAsmInstanceParameters.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 classExternalAsmInstanceParameters.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExternalAsmInstanceParameters.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAsmInstanceDisplayName()The user-friendly name for the ASM instance.StringgetAsmInstanceId()The OCID of the external ASM instance.List<String>getAutoMountDiskGroups()The list of disk group names that an ASM instance mounts at startup or when the ALTER DISKGROUP ALL MOUNT statement is issued.StringgetDiskDiscoveryPath()An operating system-dependent value used to limit the set of disks considered for discovery.List<String>getPreferredReadFailureGroups()The list of failure groups that contain preferred read disks.IntegergetRebalancePower()The maximum power on an ASM instance for disk rebalancing.inthashCode()ExternalAsmInstanceParameters.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ExternalAsmInstanceParameters@Deprecated @ConstructorProperties({"asmInstanceId","asmInstanceDisplayName","diskDiscoveryPath","autoMountDiskGroups","rebalancePower","preferredReadFailureGroups"}) public ExternalAsmInstanceParameters(String asmInstanceId, String asmInstanceDisplayName, String diskDiscoveryPath, List<String> autoMountDiskGroups, Integer rebalancePower, List<String> preferredReadFailureGroups) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ExternalAsmInstanceParameters.Builder builder() Create a new builder.
 - 
toBuilderpublic ExternalAsmInstanceParameters.Builder toBuilder() 
 - 
getAsmInstanceIdpublic String getAsmInstanceId() The OCID of the external ASM instance.- Returns:
- the value
 
 - 
getAsmInstanceDisplayNamepublic String getAsmInstanceDisplayName() The user-friendly name for the ASM instance.The name does not have to be unique. - Returns:
- the value
 
 - 
getDiskDiscoveryPathpublic String getDiskDiscoveryPath() An operating system-dependent value used to limit the set of disks considered for discovery.- Returns:
- the value
 
 - 
getAutoMountDiskGroupspublic List<String> getAutoMountDiskGroups() The list of disk group names that an ASM instance mounts at startup or when the ALTER DISKGROUP ALL MOUNT statement is issued.- Returns:
- the value
 
 - 
getRebalancePowerpublic Integer getRebalancePower() The maximum power on an ASM instance for disk rebalancing.- Returns:
- the value
 
 - 
getPreferredReadFailureGroupspublic List<String> getPreferredReadFailureGroups() The list of failure groups that contain preferred read disks.- 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
 
 
- 
 
-