Class: Aws::Types::CreateFileSystemLustreConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#auto_import_policy"NONE", ...

Returns the value of attribute auto_import_policy.

Returns:



336
337
338
# File 'sig/types.rbs', line 336

def auto_import_policy
  @auto_import_policy
end

#automatic_backup_retention_days::Integer

Returns the value of attribute automatic_backup_retention_days.

Returns:



339
340
341
# File 'sig/types.rbs', line 339

def automatic_backup_retention_days
  @automatic_backup_retention_days
end

#copy_tags_to_backupsBoolean

Returns the value of attribute copy_tags_to_backups.

Returns:



340
341
342
# File 'sig/types.rbs', line 340

def copy_tags_to_backups
  @copy_tags_to_backups
end

#daily_automatic_backup_start_time::String

Returns the value of attribute daily_automatic_backup_start_time.

Returns:



338
339
340
# File 'sig/types.rbs', line 338

def daily_automatic_backup_start_time
  @daily_automatic_backup_start_time
end

#data_compression_type"NONE", "LZ4"

Returns the value of attribute data_compression_type.

Returns:



342
343
344
# File 'sig/types.rbs', line 342

def data_compression_type
  @data_compression_type
end

#data_read_cache_configurationTypes::LustreReadCacheConfiguration

Returns the value of attribute data_read_cache_configuration.

Returns:



348
349
350
# File 'sig/types.rbs', line 348

def data_read_cache_configuration
  @data_read_cache_configuration
end

#deployment_type"SCRATCH_1", ...

Returns the value of attribute deployment_type.

Returns:



335
336
337
# File 'sig/types.rbs', line 335

def deployment_type
  @deployment_type
end

#drive_cache_type"NONE", "READ"

Returns the value of attribute drive_cache_type.

Returns:



341
342
343
# File 'sig/types.rbs', line 341

def drive_cache_type
  @drive_cache_type
end

#efa_enabledBoolean

Returns the value of attribute efa_enabled.

Returns:



343
344
345
# File 'sig/types.rbs', line 343

def efa_enabled
  @efa_enabled
end

#export_path::String

Returns the value of attribute export_path.

Returns:



333
334
335
# File 'sig/types.rbs', line 333

def export_path
  @export_path
end

#import_path::String

Returns the value of attribute import_path.

Returns:



332
333
334
# File 'sig/types.rbs', line 332

def import_path
  @import_path
end

#imported_file_chunk_size::Integer

Returns the value of attribute imported_file_chunk_size.

Returns:



334
335
336
# File 'sig/types.rbs', line 334

def imported_file_chunk_size
  @imported_file_chunk_size
end

#log_configurationTypes::LustreLogCreateConfiguration

Returns the value of attribute log_configuration.

Returns:



344
345
346
# File 'sig/types.rbs', line 344

def log_configuration
  @log_configuration
end

#metadata_configurationTypes::CreateFileSystemLustreMetadataConfiguration

Returns the value of attribute metadata_configuration.

Returns:



346
347
348
# File 'sig/types.rbs', line 346

def 
  
end

#per_unit_storage_throughput::Integer

Returns the value of attribute per_unit_storage_throughput.

Returns:



337
338
339
# File 'sig/types.rbs', line 337

def per_unit_storage_throughput
  @per_unit_storage_throughput
end

#root_squash_configurationTypes::LustreRootSquashConfiguration

Returns the value of attribute root_squash_configuration.

Returns:



345
346
347
# File 'sig/types.rbs', line 345

def root_squash_configuration
  @root_squash_configuration
end

#throughput_capacity::Integer

Returns the value of attribute throughput_capacity.

Returns:



347
348
349
# File 'sig/types.rbs', line 347

def throughput_capacity
  @throughput_capacity
end

#weekly_maintenance_start_time::String

Returns the value of attribute weekly_maintenance_start_time.

Returns:



331
332
333
# File 'sig/types.rbs', line 331

def weekly_maintenance_start_time
  @weekly_maintenance_start_time
end