Class: Aws::Types::CreateFileSystemOpenZFSConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CreateFileSystemOpenZFSConfiguration
- 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.
-
#copy_tags_to_volumes ⇒ Boolean
Returns the value of attribute copy_tags_to_volumes.
-
#daily_automatic_backup_start_time ⇒ ::String
Returns the value of attribute daily_automatic_backup_start_time.
-
#deployment_type ⇒ "SINGLE_AZ_1", ...
Returns the value of attribute deployment_type.
-
#disk_iops_configuration ⇒ Types::DiskIopsConfiguration
Returns the value of attribute disk_iops_configuration.
-
#endpoint_ip_address_range ⇒ ::String
Returns the value of attribute endpoint_ip_address_range.
-
#endpoint_ipv_6_address_range ⇒ ::String
Returns the value of attribute endpoint_ipv_6_address_range.
-
#preferred_subnet_id ⇒ ::String
Returns the value of attribute preferred_subnet_id.
-
#read_cache_configuration ⇒ Types::OpenZFSReadCacheConfiguration
Returns the value of attribute read_cache_configuration.
-
#root_volume_configuration ⇒ Types::OpenZFSCreateRootVolumeConfiguration
Returns the value of attribute root_volume_configuration.
-
#route_table_ids ⇒ ::Array[::String]
Returns the value of attribute route_table_ids.
-
#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.
376 377 378 |
# File 'sig/types.rbs', line 376 def automatic_backup_retention_days @automatic_backup_retention_days end |
#copy_tags_to_backups ⇒ Boolean
Returns the value of attribute copy_tags_to_backups.
377 378 379 |
# File 'sig/types.rbs', line 377 def @copy_tags_to_backups end |
#copy_tags_to_volumes ⇒ Boolean
Returns the value of attribute copy_tags_to_volumes.
378 379 380 |
# File 'sig/types.rbs', line 378 def @copy_tags_to_volumes end |
#daily_automatic_backup_start_time ⇒ ::String
Returns the value of attribute daily_automatic_backup_start_time.
379 380 381 |
# File 'sig/types.rbs', line 379 def daily_automatic_backup_start_time @daily_automatic_backup_start_time end |
#deployment_type ⇒ "SINGLE_AZ_1", ...
Returns the value of attribute deployment_type.
380 381 382 |
# File 'sig/types.rbs', line 380 def deployment_type @deployment_type end |
#disk_iops_configuration ⇒ Types::DiskIopsConfiguration
Returns the value of attribute disk_iops_configuration.
383 384 385 |
# File 'sig/types.rbs', line 383 def disk_iops_configuration @disk_iops_configuration end |
#endpoint_ip_address_range ⇒ ::String
Returns the value of attribute endpoint_ip_address_range.
386 387 388 |
# File 'sig/types.rbs', line 386 def endpoint_ip_address_range @endpoint_ip_address_range end |
#endpoint_ipv_6_address_range ⇒ ::String
Returns the value of attribute endpoint_ipv_6_address_range.
387 388 389 |
# File 'sig/types.rbs', line 387 def endpoint_ipv_6_address_range @endpoint_ipv_6_address_range end |
#preferred_subnet_id ⇒ ::String
Returns the value of attribute preferred_subnet_id.
385 386 387 |
# File 'sig/types.rbs', line 385 def preferred_subnet_id @preferred_subnet_id end |
#read_cache_configuration ⇒ Types::OpenZFSReadCacheConfiguration
Returns the value of attribute read_cache_configuration.
389 390 391 |
# File 'sig/types.rbs', line 389 def read_cache_configuration @read_cache_configuration end |
#root_volume_configuration ⇒ Types::OpenZFSCreateRootVolumeConfiguration
Returns the value of attribute root_volume_configuration.
384 385 386 |
# File 'sig/types.rbs', line 384 def root_volume_configuration @root_volume_configuration end |
#route_table_ids ⇒ ::Array[::String]
Returns the value of attribute route_table_ids.
388 389 390 |
# File 'sig/types.rbs', line 388 def route_table_ids @route_table_ids end |
#throughput_capacity ⇒ ::Integer
Returns the value of attribute throughput_capacity.
381 382 383 |
# File 'sig/types.rbs', line 381 def throughput_capacity @throughput_capacity end |
#weekly_maintenance_start_time ⇒ ::String
Returns the value of attribute weekly_maintenance_start_time.
382 383 384 |
# File 'sig/types.rbs', line 382 def weekly_maintenance_start_time @weekly_maintenance_start_time end |