Class: Aws::Types::OpenZFSCreateRootVolumeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OpenZFSCreateRootVolumeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copy_tags_to_snapshots ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshots.
-
#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.
-
#user_and_group_quotas ⇒ ::Array[Types::OpenZFSUserOrGroupQuota]
Returns the value of attribute user_and_group_quotas.
Instance Attribute Details
#copy_tags_to_snapshots ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshots.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def end |
#data_compression_type ⇒ "NONE", ...
Returns the value of attribute data_compression_type.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def data_compression_type @data_compression_type end |
#nfs_exports ⇒ ::Array[Types::OpenZFSNfsExport]
Returns the value of attribute nfs_exports.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def nfs_exports @nfs_exports end |
#read_only ⇒ Boolean
Returns the value of attribute read_only.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def read_only @read_only end |
#record_size_ki_b ⇒ ::Integer
Returns the value of attribute record_size_ki_b.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def record_size_ki_b @record_size_ki_b end |
#user_and_group_quotas ⇒ ::Array[Types::OpenZFSUserOrGroupQuota]
Returns the value of attribute user_and_group_quotas.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def user_and_group_quotas @user_and_group_quotas end |