Class: Aws::Types::CreateOpenZFSVolumeConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#copy_tags_to_snapshotsBoolean

Returns the value of attribute copy_tags_to_snapshots.

Returns:

  • (Boolean)


462
463
464
# File 'sig/types.rbs', line 462

def copy_tags_to_snapshots
  @copy_tags_to_snapshots
end

#data_compression_type"NONE", ...

Returns the value of attribute data_compression_type.

Returns:

  • ("NONE", "ZSTD", "LZ4")


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.

Returns:



465
466
467
# File 'sig/types.rbs', line 465

def nfs_exports
  @nfs_exports
end

#origin_snapshotTypes::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.

Returns:

  • (::String)


457
458
459
# File 'sig/types.rbs', line 457

def parent_volume_id
  @parent_volume_id
end

#read_onlyBoolean

Returns the value of attribute read_only.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:



466
467
468
# File 'sig/types.rbs', line 466

def user_and_group_quotas
  @user_and_group_quotas
end