Class: Aws::Types::UpdateOpenZFSVolumeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOpenZFSVolumeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_compression_type ⇒ "NONE", ...
Returns the value of attribute data_compression_type.
-
#nfs_exports ⇒ ::Array[Types::OpenZFSNfsExport]
Returns the value of attribute nfs_exports.
-
#read_only ⇒ Boolean
Returns the value of attribute read_only.
-
#record_size_ki_b ⇒ ::Integer
Returns the value of attribute record_size_ki_b.
-
#storage_capacity_quota_gi_b ⇒ ::Integer
Returns the value of attribute storage_capacity_quota_gi_b.
-
#storage_capacity_reservation_gi_b ⇒ ::Integer
Returns the value of attribute storage_capacity_reservation_gi_b.
-
#user_and_group_quotas ⇒ ::Array[Types::OpenZFSUserOrGroupQuota]
Returns the value of attribute user_and_group_quotas.
Instance Attribute Details
#data_compression_type ⇒ "NONE", ...
Returns the value of attribute data_compression_type.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def data_compression_type @data_compression_type end |
#nfs_exports ⇒ ::Array[Types::OpenZFSNfsExport]
Returns the value of attribute nfs_exports.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def nfs_exports @nfs_exports end |
#read_only ⇒ Boolean
Returns the value of attribute read_only.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def read_only @read_only end |
#record_size_ki_b ⇒ ::Integer
Returns the value of attribute record_size_ki_b.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def record_size_ki_b @record_size_ki_b end |
#storage_capacity_quota_gi_b ⇒ ::Integer
Returns the value of attribute storage_capacity_quota_gi_b.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def storage_capacity_quota_gi_b @storage_capacity_quota_gi_b end |
#storage_capacity_reservation_gi_b ⇒ ::Integer
Returns the value of attribute storage_capacity_reservation_gi_b.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def storage_capacity_reservation_gi_b @storage_capacity_reservation_gi_b end |
#user_and_group_quotas ⇒ ::Array[Types::OpenZFSUserOrGroupQuota]
Returns the value of attribute user_and_group_quotas.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def user_and_group_quotas @user_and_group_quotas end |