@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class AutomatedMountDetails extends MountTypeDetails
Used for creating NFS Auto Mount backup destinations for autonomous on ExaCC.
Note: Objects should always be created or deserialized using the AutomatedMountDetails.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 AutomatedMountDetails.Builder
, which maintain a
set of all explicitly set fields called AutomatedMountDetails.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 |
AutomatedMountDetails.Builder |
MountTypeDetails.MountType
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
AutomatedMountDetails(List<String> nfsServer,
String nfsServerExport)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AutomatedMountDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<String> |
getNfsServer()
IP addresses for NFS Auto mount.
|
String |
getNfsServerExport()
Specifies the directory on which to mount the file system
|
int |
hashCode() |
AutomatedMountDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public AutomatedMountDetails(List<String> nfsServer, String nfsServerExport)
public static AutomatedMountDetails.Builder builder()
Create a new builder.
public AutomatedMountDetails.Builder toBuilder()
public String getNfsServerExport()
Specifies the directory on which to mount the file system
public String toString()
toString
in class MountTypeDetails
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class MountTypeDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class MountTypeDetails
public int hashCode()
hashCode
in class MountTypeDetails
Copyright © 2016–2024. All rights reserved.