Class: Aws::Types::CreateFileSystemLustreConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CreateFileSystemLustreConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_import_policy ⇒ "NONE", ...
Returns the value of attribute auto_import_policy.
-
#automatic_backup_retention_days ⇒ ::Integer
Returns the value of attribute automatic_backup_retention_days.
-
#copy_tags_to_backups ⇒ Boolean
Returns the value of attribute copy_tags_to_backups.
-
#daily_automatic_backup_start_time ⇒ ::String
Returns the value of attribute daily_automatic_backup_start_time.
-
#data_compression_type ⇒ "NONE", "LZ4"
Returns the value of attribute data_compression_type.
-
#data_read_cache_configuration ⇒ Types::LustreReadCacheConfiguration
Returns the value of attribute data_read_cache_configuration.
-
#deployment_type ⇒ "SCRATCH_1", ...
Returns the value of attribute deployment_type.
-
#drive_cache_type ⇒ "NONE", "READ"
Returns the value of attribute drive_cache_type.
-
#efa_enabled ⇒ Boolean
Returns the value of attribute efa_enabled.
-
#export_path ⇒ ::String
Returns the value of attribute export_path.
-
#import_path ⇒ ::String
Returns the value of attribute import_path.
-
#imported_file_chunk_size ⇒ ::Integer
Returns the value of attribute imported_file_chunk_size.
-
#log_configuration ⇒ Types::LustreLogCreateConfiguration
Returns the value of attribute log_configuration.
-
#metadata_configuration ⇒ Types::CreateFileSystemLustreMetadataConfiguration
Returns the value of attribute metadata_configuration.
-
#per_unit_storage_throughput ⇒ ::Integer
Returns the value of attribute per_unit_storage_throughput.
-
#root_squash_configuration ⇒ Types::LustreRootSquashConfiguration
Returns the value of attribute root_squash_configuration.
-
#throughput_capacity ⇒ ::Integer
Returns the value of attribute throughput_capacity.
-
#weekly_maintenance_start_time ⇒ ::String
Returns the value of attribute weekly_maintenance_start_time.
Instance Attribute Details
#auto_import_policy ⇒ "NONE", ...
Returns the value of attribute auto_import_policy.
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.
339 340 341 |
# File 'sig/types.rbs', line 339 def automatic_backup_retention_days @automatic_backup_retention_days end |
#copy_tags_to_backups ⇒ Boolean
Returns the value of attribute copy_tags_to_backups.
340 341 342 |
# File 'sig/types.rbs', line 340 def end |
#daily_automatic_backup_start_time ⇒ ::String
Returns the value of attribute daily_automatic_backup_start_time.
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.
342 343 344 |
# File 'sig/types.rbs', line 342 def data_compression_type @data_compression_type end |
#data_read_cache_configuration ⇒ Types::LustreReadCacheConfiguration
Returns the value of attribute data_read_cache_configuration.
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.
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.
341 342 343 |
# File 'sig/types.rbs', line 341 def drive_cache_type @drive_cache_type end |
#efa_enabled ⇒ Boolean
Returns the value of attribute efa_enabled.
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.
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.
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.
334 335 336 |
# File 'sig/types.rbs', line 334 def imported_file_chunk_size @imported_file_chunk_size end |
#log_configuration ⇒ Types::LustreLogCreateConfiguration
Returns the value of attribute log_configuration.
344 345 346 |
# File 'sig/types.rbs', line 344 def log_configuration @log_configuration end |
#metadata_configuration ⇒ Types::CreateFileSystemLustreMetadataConfiguration
Returns the value of attribute metadata_configuration.
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.
337 338 339 |
# File 'sig/types.rbs', line 337 def per_unit_storage_throughput @per_unit_storage_throughput end |
#root_squash_configuration ⇒ Types::LustreRootSquashConfiguration
Returns the value of attribute root_squash_configuration.
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.
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.
331 332 333 |
# File 'sig/types.rbs', line 331 def weekly_maintenance_start_time @weekly_maintenance_start_time end |