Package com.oracle.bmc.database.model
Class SelfMountDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.database.model.MountTypeDetails
- 
- com.oracle.bmc.database.model.SelfMountDetails
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class SelfMountDetails extends MountTypeDetailsUsed for creating NFS Self mount backup destinations for non-autonomous ExaCC.
 Note: Objects should always be created or deserialized using theSelfMountDetails.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 theSelfMountDetails.Builder, which maintain a set of all explicitly set fields calledSelfMountDetails.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 classSelfMountDetails.Builder- 
Nested classes/interfaces inherited from class com.oracle.bmc.database.model.MountTypeDetailsMountTypeDetails.MountType
 
- 
 - 
Constructor SummaryConstructors Constructor Description SelfMountDetails(String localMountPointPath)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SelfMountDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetLocalMountPointPath()The local directory path on each VM cluster node where the NFS server location is mounted.inthashCode()SelfMountDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
SelfMountDetails@Deprecated public SelfMountDetails(String localMountPointPath) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static SelfMountDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic SelfMountDetails.Builder toBuilder() 
 - 
getLocalMountPointPathpublic String getLocalMountPointPath() The local directory path on each VM cluster node where the NFS server location is mounted.The local directory path and the NFS server location must each be the same across all of the VM cluster nodes. Ensure that the NFS mount is maintained continuously on all of the VM cluster nodes. - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- MountTypeDetails
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- MountTypeDetails
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- MountTypeDetails
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- MountTypeDetails
 
 
- 
 
-