@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 CreateNFSBackupDestinationDetails.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 |
CreateNFSBackupDestinationDetails.Builder |
CreateBackupDestinationDetails.Type
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
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.
|
boolean |
equals(Object o) |
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() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getCompartmentId, getDefinedTags, getDisplayName, getFreeformTags
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
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 String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class CreateBackupDestinationDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class CreateBackupDestinationDetails
public int hashCode()
hashCode
in class CreateBackupDestinationDetails
Copyright © 2016–2024. All rights reserved.