@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
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
AutomatedMountDetails.Builder |
MountTypeDetails.MountType
Constructor and Description |
---|
AutomatedMountDetails(List<String> nfsServer,
String nfsServerExport)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AutomatedMountDetails.Builder |
builder()
Create a new builder.
|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
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() |
@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 boolean equals(Object o)
equals
in class MountTypeDetails
protected boolean canEqual(Object other)
canEqual
in class MountTypeDetails
public int hashCode()
hashCode
in class MountTypeDetails
Copyright © 2016–2021. All rights reserved.