@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateOntapVolumeConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the configuration of the ONTAP volume that you are creating.
| Constructor and Description |
|---|
CreateOntapVolumeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CreateOntapVolumeConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getJunctionPath()
Specifies the location in the SVM's namespace where the volume is mounted.
|
String |
getSecurityStyle()
The security style for the volume.
|
Integer |
getSizeInMegabytes()
Specifies the size of the volume, in megabytes (MB), that you are creating.
|
Boolean |
getStorageEfficiencyEnabled()
Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.
|
String |
getStorageVirtualMachineId()
Specifies the ONTAP SVM in which to create the volume.
|
TieringPolicy |
getTieringPolicy() |
int |
hashCode() |
Boolean |
isStorageEfficiencyEnabled()
Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setJunctionPath(String junctionPath)
Specifies the location in the SVM's namespace where the volume is mounted.
|
void |
setSecurityStyle(String securityStyle)
The security style for the volume.
|
void |
setSizeInMegabytes(Integer sizeInMegabytes)
Specifies the size of the volume, in megabytes (MB), that you are creating.
|
void |
setStorageEfficiencyEnabled(Boolean storageEfficiencyEnabled)
Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.
|
void |
setStorageVirtualMachineId(String storageVirtualMachineId)
Specifies the ONTAP SVM in which to create the volume.
|
void |
setTieringPolicy(TieringPolicy tieringPolicy) |
String |
toString()
Returns a string representation of this object.
|
CreateOntapVolumeConfiguration |
withJunctionPath(String junctionPath)
Specifies the location in the SVM's namespace where the volume is mounted.
|
CreateOntapVolumeConfiguration |
withSecurityStyle(SecurityStyle securityStyle)
The security style for the volume.
|
CreateOntapVolumeConfiguration |
withSecurityStyle(String securityStyle)
The security style for the volume.
|
CreateOntapVolumeConfiguration |
withSizeInMegabytes(Integer sizeInMegabytes)
Specifies the size of the volume, in megabytes (MB), that you are creating.
|
CreateOntapVolumeConfiguration |
withStorageEfficiencyEnabled(Boolean storageEfficiencyEnabled)
Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.
|
CreateOntapVolumeConfiguration |
withStorageVirtualMachineId(String storageVirtualMachineId)
Specifies the ONTAP SVM in which to create the volume.
|
CreateOntapVolumeConfiguration |
withTieringPolicy(TieringPolicy tieringPolicy) |
public void setJunctionPath(String junctionPath)
Specifies the location in the SVM's namespace where the volume is mounted. The JunctionPath must
have a leading forward slash, such as /vol3.
junctionPath - Specifies the location in the SVM's namespace where the volume is mounted. The JunctionPath
must have a leading forward slash, such as /vol3.public String getJunctionPath()
Specifies the location in the SVM's namespace where the volume is mounted. The JunctionPath must
have a leading forward slash, such as /vol3.
JunctionPath
must have a leading forward slash, such as /vol3.public CreateOntapVolumeConfiguration withJunctionPath(String junctionPath)
Specifies the location in the SVM's namespace where the volume is mounted. The JunctionPath must
have a leading forward slash, such as /vol3.
junctionPath - Specifies the location in the SVM's namespace where the volume is mounted. The JunctionPath
must have a leading forward slash, such as /vol3.public void setSecurityStyle(String securityStyle)
The security style for the volume. Specify one of the following values:
UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS clients,
and an application accessing the data uses a UNIX user as the service account. UNIX is the default.
NTFS if the file system is managed by a Windows administrator, the majority of users are SMB
clients, and an application accessing the data uses a Windows user as the service account.
MIXED if the file system is managed by both UNIX and Windows administrators and users consist of
both NFS and SMB clients.
securityStyle - The security style for the volume. Specify one of the following values:
UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS
clients, and an application accessing the data uses a UNIX user as the service account. UNIX
is the default.
NTFS if the file system is managed by a Windows administrator, the majority of users are SMB
clients, and an application accessing the data uses a Windows user as the service account.
MIXED if the file system is managed by both UNIX and Windows administrators and users consist
of both NFS and SMB clients.
SecurityStylepublic String getSecurityStyle()
The security style for the volume. Specify one of the following values:
UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS clients,
and an application accessing the data uses a UNIX user as the service account. UNIX is the default.
NTFS if the file system is managed by a Windows administrator, the majority of users are SMB
clients, and an application accessing the data uses a Windows user as the service account.
MIXED if the file system is managed by both UNIX and Windows administrators and users consist of
both NFS and SMB clients.
UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS
clients, and an application accessing the data uses a UNIX user as the service account. UNIX
is the default.
NTFS if the file system is managed by a Windows administrator, the majority of users are SMB
clients, and an application accessing the data uses a Windows user as the service account.
MIXED if the file system is managed by both UNIX and Windows administrators and users
consist of both NFS and SMB clients.
SecurityStylepublic CreateOntapVolumeConfiguration withSecurityStyle(String securityStyle)
The security style for the volume. Specify one of the following values:
UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS clients,
and an application accessing the data uses a UNIX user as the service account. UNIX is the default.
NTFS if the file system is managed by a Windows administrator, the majority of users are SMB
clients, and an application accessing the data uses a Windows user as the service account.
MIXED if the file system is managed by both UNIX and Windows administrators and users consist of
both NFS and SMB clients.
securityStyle - The security style for the volume. Specify one of the following values:
UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS
clients, and an application accessing the data uses a UNIX user as the service account. UNIX
is the default.
NTFS if the file system is managed by a Windows administrator, the majority of users are SMB
clients, and an application accessing the data uses a Windows user as the service account.
MIXED if the file system is managed by both UNIX and Windows administrators and users consist
of both NFS and SMB clients.
SecurityStylepublic CreateOntapVolumeConfiguration withSecurityStyle(SecurityStyle securityStyle)
The security style for the volume. Specify one of the following values:
UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS clients,
and an application accessing the data uses a UNIX user as the service account. UNIX is the default.
NTFS if the file system is managed by a Windows administrator, the majority of users are SMB
clients, and an application accessing the data uses a Windows user as the service account.
MIXED if the file system is managed by both UNIX and Windows administrators and users consist of
both NFS and SMB clients.
securityStyle - The security style for the volume. Specify one of the following values:
UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS
clients, and an application accessing the data uses a UNIX user as the service account. UNIX
is the default.
NTFS if the file system is managed by a Windows administrator, the majority of users are SMB
clients, and an application accessing the data uses a Windows user as the service account.
MIXED if the file system is managed by both UNIX and Windows administrators and users consist
of both NFS and SMB clients.
SecurityStylepublic void setSizeInMegabytes(Integer sizeInMegabytes)
Specifies the size of the volume, in megabytes (MB), that you are creating.
sizeInMegabytes - Specifies the size of the volume, in megabytes (MB), that you are creating.public Integer getSizeInMegabytes()
Specifies the size of the volume, in megabytes (MB), that you are creating.
public CreateOntapVolumeConfiguration withSizeInMegabytes(Integer sizeInMegabytes)
Specifies the size of the volume, in megabytes (MB), that you are creating.
sizeInMegabytes - Specifies the size of the volume, in megabytes (MB), that you are creating.public void setStorageEfficiencyEnabled(Boolean storageEfficiencyEnabled)
Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.
storageEfficiencyEnabled - Set to true to enable deduplication, compression, and compaction storage efficiency features on the
volume.public Boolean getStorageEfficiencyEnabled()
Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.
public CreateOntapVolumeConfiguration withStorageEfficiencyEnabled(Boolean storageEfficiencyEnabled)
Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.
storageEfficiencyEnabled - Set to true to enable deduplication, compression, and compaction storage efficiency features on the
volume.public Boolean isStorageEfficiencyEnabled()
Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.
public void setStorageVirtualMachineId(String storageVirtualMachineId)
Specifies the ONTAP SVM in which to create the volume.
storageVirtualMachineId - Specifies the ONTAP SVM in which to create the volume.public String getStorageVirtualMachineId()
Specifies the ONTAP SVM in which to create the volume.
public CreateOntapVolumeConfiguration withStorageVirtualMachineId(String storageVirtualMachineId)
Specifies the ONTAP SVM in which to create the volume.
storageVirtualMachineId - Specifies the ONTAP SVM in which to create the volume.public void setTieringPolicy(TieringPolicy tieringPolicy)
tieringPolicy - public TieringPolicy getTieringPolicy()
public CreateOntapVolumeConfiguration withTieringPolicy(TieringPolicy tieringPolicy)
tieringPolicy - public String toString()
toString in class ObjectObject.toString()public CreateOntapVolumeConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.