Class: Aws::Types::OpenZFSCreateRootVolumeConfiguration

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)


1341
1342
1343
# File 'sig/types.rbs', line 1341

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")


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.

Returns:



1339
1340
1341
# File 'sig/types.rbs', line 1339

def nfs_exports
  @nfs_exports
end

#read_onlyBoolean

Returns the value of attribute read_only.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:



1340
1341
1342
# File 'sig/types.rbs', line 1340

def user_and_group_quotas
  @user_and_group_quotas
end