Class: Aws::Types::OpenZFSVolumeConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#copy_strategy"CLONE", ...

Returns the value of attribute copy_strategy.

Returns:



1421
1422
1423
# File 'sig/types.rbs', line 1421

def copy_strategy
  @copy_strategy
end

#copy_tags_to_snapshotsBoolean

Returns the value of attribute copy_tags_to_snapshots.

Returns:



1410
1411
1412
# File 'sig/types.rbs', line 1410

def copy_tags_to_snapshots
  @copy_tags_to_snapshots
end

#data_compression_type"NONE", ...

Returns the value of attribute data_compression_type.

Returns:



1409
1410
1411
# File 'sig/types.rbs', line 1409

def data_compression_type
  @data_compression_type
end

#delete_cloned_volumesBoolean

Returns the value of attribute delete_cloned_volumes.

Returns:



1417
1418
1419
# File 'sig/types.rbs', line 1417

def delete_cloned_volumes
  @delete_cloned_volumes
end

#delete_intermediate_dataBoolean

Returns the value of attribute delete_intermediate_data.

Returns:



1418
1419
1420
# File 'sig/types.rbs', line 1418

def delete_intermediate_data
  @delete_intermediate_data
end

#delete_intermediate_snaphotsBoolean

Returns the value of attribute delete_intermediate_snaphots.

Returns:



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.

Returns:



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.

Returns:



1413
1414
1415
# File 'sig/types.rbs', line 1413

def nfs_exports
  @nfs_exports
end

#origin_snapshotTypes::OpenZFSOriginSnapshotConfiguration

Returns the value of attribute origin_snapshot.

Returns:



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.

Returns:



1404
1405
1406
# File 'sig/types.rbs', line 1404

def parent_volume_id
  @parent_volume_id
end

#read_onlyBoolean

Returns the value of attribute read_only.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1405
1406
1407
# File 'sig/types.rbs', line 1405

def volume_path
  @volume_path
end