@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateOpenZFSVolumeConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Used to specify changes to the OpenZFS configuration for the volume that you are updating.
Constructor and Description |
---|
UpdateOpenZFSVolumeConfiguration() |
Modifier and Type | Method and Description |
---|---|
UpdateOpenZFSVolumeConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getDataCompressionType()
|
List<OpenZFSNfsExport> |
getNfsExports()
The configuration object for mounting a Network File System (NFS) file system.
|
Boolean |
getReadOnly()
A Boolean value indicating whether the volume is read-only.
|
Integer |
getStorageCapacityQuotaGiB()
|
Integer |
getStorageCapacityReservationGiB()
The amount of storage in gibibytes (GiB) to reserve from the parent volume.
|
List<OpenZFSUserOrGroupQuota> |
getUserAndGroupQuotas()
An object specifying how much storage users or groups can use on the volume.
|
int |
hashCode() |
Boolean |
isReadOnly()
A Boolean value indicating whether the volume is read-only.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataCompressionType(String dataCompressionType)
|
void |
setNfsExports(Collection<OpenZFSNfsExport> nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
|
void |
setReadOnly(Boolean readOnly)
A Boolean value indicating whether the volume is read-only.
|
void |
setStorageCapacityQuotaGiB(Integer storageCapacityQuotaGiB)
|
void |
setStorageCapacityReservationGiB(Integer storageCapacityReservationGiB)
The amount of storage in gibibytes (GiB) to reserve from the parent volume.
|
void |
setUserAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota> userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
|
String |
toString()
Returns a string representation of this object.
|
UpdateOpenZFSVolumeConfiguration |
withDataCompressionType(OpenZFSDataCompressionType dataCompressionType)
|
UpdateOpenZFSVolumeConfiguration |
withDataCompressionType(String dataCompressionType)
|
UpdateOpenZFSVolumeConfiguration |
withNfsExports(Collection<OpenZFSNfsExport> nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
|
UpdateOpenZFSVolumeConfiguration |
withNfsExports(OpenZFSNfsExport... nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
|
UpdateOpenZFSVolumeConfiguration |
withReadOnly(Boolean readOnly)
A Boolean value indicating whether the volume is read-only.
|
UpdateOpenZFSVolumeConfiguration |
withStorageCapacityQuotaGiB(Integer storageCapacityQuotaGiB)
|
UpdateOpenZFSVolumeConfiguration |
withStorageCapacityReservationGiB(Integer storageCapacityReservationGiB)
The amount of storage in gibibytes (GiB) to reserve from the parent volume.
|
UpdateOpenZFSVolumeConfiguration |
withUserAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota> userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
|
UpdateOpenZFSVolumeConfiguration |
withUserAndGroupQuotas(OpenZFSUserOrGroupQuota... userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
|
public void setStorageCapacityReservationGiB(Integer storageCapacityReservationGiB)
The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.
storageCapacityReservationGiB
- The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage
than the parent volume has reserved.public Integer getStorageCapacityReservationGiB()
The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.
public UpdateOpenZFSVolumeConfiguration withStorageCapacityReservationGiB(Integer storageCapacityReservationGiB)
The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.
storageCapacityReservationGiB
- The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage
than the parent volume has reserved.public void setStorageCapacityQuotaGiB(Integer storageCapacityQuotaGiB)
The maximum amount of storage in gibibytes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.
storageCapacityQuotaGiB
- The maximum amount of storage in gibibytes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.
public Integer getStorageCapacityQuotaGiB()
The maximum amount of storage in gibibytes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.
The maximum amount of storage in gibibytes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.
public UpdateOpenZFSVolumeConfiguration withStorageCapacityQuotaGiB(Integer storageCapacityQuotaGiB)
The maximum amount of storage in gibibytes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.
storageCapacityQuotaGiB
- The maximum amount of storage in gibibytes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.
public void setDataCompressionType(String dataCompressionType)
Specifies the method used to compress the data on the volume. Unless the compression type is specified, volumes
inherit the DataCompressionType
value of their parent volume.
NONE
- Doesn't compress the data on the volume.
ZSTD
- Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This
algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
dataCompressionType
-
Specifies the method used to compress the data on the volume. Unless the compression type is specified,
volumes inherit the DataCompressionType
value of their parent volume.
NONE
- Doesn't compress the data on the volume.
ZSTD
- Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm.
This algorithm reduces the amount of space used on your volume and has very little impact on compute
resources.
OpenZFSDataCompressionType
public String getDataCompressionType()
Specifies the method used to compress the data on the volume. Unless the compression type is specified, volumes
inherit the DataCompressionType
value of their parent volume.
NONE
- Doesn't compress the data on the volume.
ZSTD
- Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This
algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
Specifies the method used to compress the data on the volume. Unless the compression type is specified,
volumes inherit the DataCompressionType
value of their parent volume.
NONE
- Doesn't compress the data on the volume.
ZSTD
- Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm.
This algorithm reduces the amount of space used on your volume and has very little impact on compute
resources.
OpenZFSDataCompressionType
public UpdateOpenZFSVolumeConfiguration withDataCompressionType(String dataCompressionType)
Specifies the method used to compress the data on the volume. Unless the compression type is specified, volumes
inherit the DataCompressionType
value of their parent volume.
NONE
- Doesn't compress the data on the volume.
ZSTD
- Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This
algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
dataCompressionType
-
Specifies the method used to compress the data on the volume. Unless the compression type is specified,
volumes inherit the DataCompressionType
value of their parent volume.
NONE
- Doesn't compress the data on the volume.
ZSTD
- Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm.
This algorithm reduces the amount of space used on your volume and has very little impact on compute
resources.
OpenZFSDataCompressionType
public UpdateOpenZFSVolumeConfiguration withDataCompressionType(OpenZFSDataCompressionType dataCompressionType)
Specifies the method used to compress the data on the volume. Unless the compression type is specified, volumes
inherit the DataCompressionType
value of their parent volume.
NONE
- Doesn't compress the data on the volume.
ZSTD
- Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This
algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
dataCompressionType
-
Specifies the method used to compress the data on the volume. Unless the compression type is specified,
volumes inherit the DataCompressionType
value of their parent volume.
NONE
- Doesn't compress the data on the volume.
ZSTD
- Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm.
This algorithm reduces the amount of space used on your volume and has very little impact on compute
resources.
OpenZFSDataCompressionType
public List<OpenZFSNfsExport> getNfsExports()
The configuration object for mounting a Network File System (NFS) file system.
public void setNfsExports(Collection<OpenZFSNfsExport> nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
nfsExports
- The configuration object for mounting a Network File System (NFS) file system.public UpdateOpenZFSVolumeConfiguration withNfsExports(OpenZFSNfsExport... nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
NOTE: This method appends the values to the existing list (if any). Use
setNfsExports(java.util.Collection)
or withNfsExports(java.util.Collection)
if you want to
override the existing values.
nfsExports
- The configuration object for mounting a Network File System (NFS) file system.public UpdateOpenZFSVolumeConfiguration withNfsExports(Collection<OpenZFSNfsExport> nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
nfsExports
- The configuration object for mounting a Network File System (NFS) file system.public List<OpenZFSUserOrGroupQuota> getUserAndGroupQuotas()
An object specifying how much storage users or groups can use on the volume.
public void setUserAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota> userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
userAndGroupQuotas
- An object specifying how much storage users or groups can use on the volume.public UpdateOpenZFSVolumeConfiguration withUserAndGroupQuotas(OpenZFSUserOrGroupQuota... userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
NOTE: This method appends the values to the existing list (if any). Use
setUserAndGroupQuotas(java.util.Collection)
or withUserAndGroupQuotas(java.util.Collection)
if
you want to override the existing values.
userAndGroupQuotas
- An object specifying how much storage users or groups can use on the volume.public UpdateOpenZFSVolumeConfiguration withUserAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota> userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
userAndGroupQuotas
- An object specifying how much storage users or groups can use on the volume.public void setReadOnly(Boolean readOnly)
A Boolean value indicating whether the volume is read-only.
readOnly
- A Boolean value indicating whether the volume is read-only.public Boolean getReadOnly()
A Boolean value indicating whether the volume is read-only.
public UpdateOpenZFSVolumeConfiguration withReadOnly(Boolean readOnly)
A Boolean value indicating whether the volume is read-only.
readOnly
- A Boolean value indicating whether the volume is read-only.public Boolean isReadOnly()
A Boolean value indicating whether the volume is read-only.
public String toString()
toString
in class Object
Object.toString()
public UpdateOpenZFSVolumeConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.