Class: Aws::Types::OpenZFSVolumeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OpenZFSVolumeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copy_strategy ⇒ "CLONE", ...
Returns the value of attribute copy_strategy.
-
#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.
-
#delete_cloned_volumes ⇒ Boolean
Returns the value of attribute delete_cloned_volumes.
-
#delete_intermediate_data ⇒ Boolean
Returns the value of attribute delete_intermediate_data.
-
#delete_intermediate_snaphots ⇒ Boolean
Returns the value of attribute delete_intermediate_snaphots.
-
#destination_snapshot ⇒ ::String
Returns the value of attribute destination_snapshot.
-
#nfs_exports ⇒ ::Array[Types::OpenZFSNfsExport]
Returns the value of attribute nfs_exports.
-
#origin_snapshot ⇒ Types::OpenZFSOriginSnapshotConfiguration
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.
-
#restore_to_snapshot ⇒ ::String
Returns the value of attribute restore_to_snapshot.
-
#source_snapshot_arn ⇒ ::String
Returns the value of attribute source_snapshot_arn.
-
#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.
-
#volume_path ⇒ ::String
Returns the value of attribute volume_path.
Instance Attribute Details
#copy_strategy ⇒ "CLONE", ...
Returns the value of attribute copy_strategy.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def copy_strategy @copy_strategy end |
#copy_tags_to_snapshots ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshots.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def end |
#data_compression_type ⇒ "NONE", ...
Returns the value of attribute data_compression_type.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def data_compression_type @data_compression_type end |
#delete_cloned_volumes ⇒ Boolean
Returns the value of attribute delete_cloned_volumes.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def delete_cloned_volumes @delete_cloned_volumes end |
#delete_intermediate_data ⇒ Boolean
Returns the value of attribute delete_intermediate_data.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def delete_intermediate_data @delete_intermediate_data end |
#delete_intermediate_snaphots ⇒ Boolean
Returns the value of attribute delete_intermediate_snaphots.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def delete_intermediate_snaphots @delete_intermediate_snaphots end |
#destination_snapshot ⇒ ::String
Returns the value of attribute destination_snapshot.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def destination_snapshot @destination_snapshot end |
#nfs_exports ⇒ ::Array[Types::OpenZFSNfsExport]
Returns the value of attribute nfs_exports.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def nfs_exports @nfs_exports end |
#origin_snapshot ⇒ Types::OpenZFSOriginSnapshotConfiguration
Returns the value of attribute origin_snapshot.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def origin_snapshot @origin_snapshot end |
#parent_volume_id ⇒ ::String
Returns the value of attribute parent_volume_id.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def parent_volume_id @parent_volume_id end |
#read_only ⇒ Boolean
Returns the value of attribute read_only.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def read_only @read_only end |
#record_size_ki_b ⇒ ::Integer
Returns the value of attribute record_size_ki_b.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def record_size_ki_b @record_size_ki_b end |
#restore_to_snapshot ⇒ ::String
Returns the value of attribute restore_to_snapshot.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def restore_to_snapshot @restore_to_snapshot end |
#source_snapshot_arn ⇒ ::String
Returns the value of attribute source_snapshot_arn.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def source_snapshot_arn @source_snapshot_arn end |
#storage_capacity_quota_gi_b ⇒ ::Integer
Returns the value of attribute storage_capacity_quota_gi_b.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 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.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 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.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def user_and_group_quotas @user_and_group_quotas end |
#volume_path ⇒ ::String
Returns the value of attribute volume_path.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def volume_path @volume_path end |