Class: Aws::Types::CreateOpenZFSVolumeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CreateOpenZFSVolumeConfiguration
- 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.
-
#origin_snapshot ⇒ Types::CreateOpenZFSOriginSnapshotConfiguration
Returns the value of attribute origin_snapshot.
-
#parent_volume_id ⇒ ::String
Returns the value of attribute parent_volume_id.
-
#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
#copy_tags_to_snapshots ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshots.
462 463 464 |
# File 'sig/types.rbs', line 462 def @copy_tags_to_snapshots end |
#data_compression_type ⇒ "NONE", ...
Returns the value of attribute data_compression_type.
461 462 463 |
# File 'sig/types.rbs', line 461 def data_compression_type @data_compression_type end |
#nfs_exports ⇒ ::Array[Types::OpenZFSNfsExport]
Returns the value of attribute nfs_exports.
465 466 467 |
# File 'sig/types.rbs', line 465 def nfs_exports @nfs_exports end |
#origin_snapshot ⇒ Types::CreateOpenZFSOriginSnapshotConfiguration
Returns the value of attribute origin_snapshot.
463 464 465 |
# File 'sig/types.rbs', line 463 def origin_snapshot @origin_snapshot end |
#parent_volume_id ⇒ ::String
Returns the value of attribute parent_volume_id.
457 458 459 |
# File 'sig/types.rbs', line 457 def parent_volume_id @parent_volume_id end |
#read_only ⇒ Boolean
Returns the value of attribute read_only.
464 465 466 |
# File 'sig/types.rbs', line 464 def read_only @read_only end |
#record_size_ki_b ⇒ ::Integer
Returns the value of attribute record_size_ki_b.
460 461 462 |
# File 'sig/types.rbs', line 460 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.
459 460 461 |
# File 'sig/types.rbs', line 459 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.
458 459 460 |
# File 'sig/types.rbs', line 458 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.
466 467 468 |
# File 'sig/types.rbs', line 466 def user_and_group_quotas @user_and_group_quotas end |