@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class CreateNFSBackupDestinationDetails extends CreateBackupDestinationDetails
Used for creating NFS backup destinations.
Note: Objects should always be created or deserialized using the CreateNFSBackupDestinationDetails.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 CreateNFSBackupDestinationDetails.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 |
CreateNFSBackupDestinationDetails.Builder |
CreateBackupDestinationDetails.Type
Constructor and Description |
---|
CreateNFSBackupDestinationDetails(String displayName,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String localMountPointPath,
MountTypeDetails mountTypeDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CreateNFSBackupDestinationDetails.Builder |
builder()
Create a new builder.
|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getLocalMountPointPath()
Deprecated. The local directory path on each VM cluster node where the NFS server location is mounted.
|
MountTypeDetails |
getMountTypeDetails() |
int |
hashCode() |
CreateNFSBackupDestinationDetails.Builder |
toBuilder() |
String |
toString() |
getCompartmentId, getDefinedTags, getDisplayName, getFreeformTags
public static CreateNFSBackupDestinationDetails.Builder builder()
Create a new builder.
public CreateNFSBackupDestinationDetails.Builder toBuilder()
public String getLocalMountPointPath()
Deprecated. 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. This field is deprecated. Use the mountTypeDetails field instead to specify the mount type for NFS.
public MountTypeDetails getMountTypeDetails()
public String toString()
toString
in class CreateBackupDestinationDetails
public boolean equals(Object o)
equals
in class CreateBackupDestinationDetails
protected boolean canEqual(Object other)
canEqual
in class CreateBackupDestinationDetails
public int hashCode()
hashCode
in class CreateBackupDestinationDetails
Copyright © 2016–2021. All rights reserved.