Class: Aws::Types::UpdateFileSystemLustreConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFileSystemLustreConfiguration
- 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.
-
#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.
-
#log_configuration ⇒ Types::LustreLogCreateConfiguration
Returns the value of attribute log_configuration.
-
#metadata_configuration ⇒ Types::UpdateFileSystemLustreMetadataConfiguration
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.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def auto_import_policy @auto_import_policy end |
#automatic_backup_retention_days ⇒ ::Integer
Returns the value of attribute automatic_backup_retention_days.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def automatic_backup_retention_days @automatic_backup_retention_days end |
#daily_automatic_backup_start_time ⇒ ::String
Returns the value of attribute daily_automatic_backup_start_time.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 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.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def data_compression_type @data_compression_type end |
#data_read_cache_configuration ⇒ Types::LustreReadCacheConfiguration
Returns the value of attribute data_read_cache_configuration.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def data_read_cache_configuration @data_read_cache_configuration end |
#log_configuration ⇒ Types::LustreLogCreateConfiguration
Returns the value of attribute log_configuration.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def log_configuration @log_configuration end |
#metadata_configuration ⇒ Types::UpdateFileSystemLustreMetadataConfiguration
Returns the value of attribute metadata_configuration.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def end |
#per_unit_storage_throughput ⇒ ::Integer
Returns the value of attribute per_unit_storage_throughput.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def per_unit_storage_throughput @per_unit_storage_throughput end |
#root_squash_configuration ⇒ Types::LustreRootSquashConfiguration
Returns the value of attribute root_squash_configuration.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def root_squash_configuration @root_squash_configuration end |
#throughput_capacity ⇒ ::Integer
Returns the value of attribute throughput_capacity.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def throughput_capacity @throughput_capacity end |
#weekly_maintenance_start_time ⇒ ::String
Returns the value of attribute weekly_maintenance_start_time.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def weekly_maintenance_start_time @weekly_maintenance_start_time end |