Class: Aws::Types::LustreFileSystemConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LustreFileSystemConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#data_repository_configuration ⇒ Types::DataRepositoryConfiguration
Returns the value of attribute data_repository_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.
-
#log_configuration ⇒ Types::LustreLogConfiguration
Returns the value of attribute log_configuration.
-
#metadata_configuration ⇒ Types::FileSystemLustreMetadataConfiguration
Returns the value of attribute metadata_configuration.
-
#mount_name ⇒ ::String
Returns the value of attribute mount_name.
-
#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
#automatic_backup_retention_days ⇒ ::Integer
Returns the value of attribute automatic_backup_retention_days.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def automatic_backup_retention_days @automatic_backup_retention_days end |
#copy_tags_to_backups ⇒ Boolean
Returns the value of attribute copy_tags_to_backups.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def end |
#daily_automatic_backup_start_time ⇒ ::String
Returns the value of attribute daily_automatic_backup_start_time.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 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.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def data_compression_type @data_compression_type end |
#data_read_cache_configuration ⇒ Types::LustreReadCacheConfiguration
Returns the value of attribute data_read_cache_configuration.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def data_read_cache_configuration @data_read_cache_configuration end |
#data_repository_configuration ⇒ Types::DataRepositoryConfiguration
Returns the value of attribute data_repository_configuration.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def data_repository_configuration @data_repository_configuration end |
#deployment_type ⇒ "SCRATCH_1", ...
Returns the value of attribute deployment_type.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def deployment_type @deployment_type end |
#drive_cache_type ⇒ "NONE", "READ"
Returns the value of attribute drive_cache_type.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def drive_cache_type @drive_cache_type end |
#efa_enabled ⇒ Boolean
Returns the value of attribute efa_enabled.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def efa_enabled @efa_enabled end |
#log_configuration ⇒ Types::LustreLogConfiguration
Returns the value of attribute log_configuration.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def log_configuration @log_configuration end |
#metadata_configuration ⇒ Types::FileSystemLustreMetadataConfiguration
Returns the value of attribute metadata_configuration.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def end |
#mount_name ⇒ ::String
Returns the value of attribute mount_name.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def mount_name @mount_name end |
#per_unit_storage_throughput ⇒ ::Integer
Returns the value of attribute per_unit_storage_throughput.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def per_unit_storage_throughput @per_unit_storage_throughput end |
#root_squash_configuration ⇒ Types::LustreRootSquashConfiguration
Returns the value of attribute root_squash_configuration.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def root_squash_configuration @root_squash_configuration end |
#throughput_capacity ⇒ ::Integer
Returns the value of attribute throughput_capacity.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def throughput_capacity @throughput_capacity end |
#weekly_maintenance_start_time ⇒ ::String
Returns the value of attribute weekly_maintenance_start_time.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def weekly_maintenance_start_time @weekly_maintenance_start_time end |