Class: Aws::Types::CreateFileSystemOntapConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CreateFileSystemOntapConfiguration
- 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.
-
#daily_automatic_backup_start_time ⇒ ::String
Returns the value of attribute daily_automatic_backup_start_time.
-
#deployment_type ⇒ "MULTI_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.
-
#fsx_admin_password ⇒ ::String
Returns the value of attribute fsx_admin_password.
-
#ha_pairs ⇒ ::Integer
Returns the value of attribute ha_pairs.
-
#preferred_subnet_id ⇒ ::String
Returns the value of attribute preferred_subnet_id.
-
#route_table_ids ⇒ ::Array[::String]
Returns the value of attribute route_table_ids.
-
#throughput_capacity ⇒ ::Integer
Returns the value of attribute throughput_capacity.
-
#throughput_capacity_per_ha_pair ⇒ ::Integer
Returns the value of attribute throughput_capacity_per_ha_pair.
-
#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.
359 360 361 |
# File 'sig/types.rbs', line 359 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.
360 361 362 |
# File 'sig/types.rbs', line 360 def daily_automatic_backup_start_time @daily_automatic_backup_start_time end |
#deployment_type ⇒ "MULTI_AZ_1", ...
Returns the value of attribute deployment_type.
361 362 363 |
# File 'sig/types.rbs', line 361 def deployment_type @deployment_type end |
#disk_iops_configuration ⇒ Types::DiskIopsConfiguration
Returns the value of attribute disk_iops_configuration.
364 365 366 |
# File 'sig/types.rbs', line 364 def disk_iops_configuration @disk_iops_configuration end |
#endpoint_ip_address_range ⇒ ::String
Returns the value of attribute endpoint_ip_address_range.
362 363 364 |
# File 'sig/types.rbs', line 362 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.
371 372 373 |
# File 'sig/types.rbs', line 371 def endpoint_ipv_6_address_range @endpoint_ipv_6_address_range end |
#fsx_admin_password ⇒ ::String
Returns the value of attribute fsx_admin_password.
363 364 365 |
# File 'sig/types.rbs', line 363 def fsx_admin_password @fsx_admin_password end |
#ha_pairs ⇒ ::Integer
Returns the value of attribute ha_pairs.
369 370 371 |
# File 'sig/types.rbs', line 369 def ha_pairs @ha_pairs end |
#preferred_subnet_id ⇒ ::String
Returns the value of attribute preferred_subnet_id.
365 366 367 |
# File 'sig/types.rbs', line 365 def preferred_subnet_id @preferred_subnet_id end |
#route_table_ids ⇒ ::Array[::String]
Returns the value of attribute route_table_ids.
366 367 368 |
# File 'sig/types.rbs', line 366 def route_table_ids @route_table_ids end |
#throughput_capacity ⇒ ::Integer
Returns the value of attribute throughput_capacity.
367 368 369 |
# File 'sig/types.rbs', line 367 def throughput_capacity @throughput_capacity end |
#throughput_capacity_per_ha_pair ⇒ ::Integer
Returns the value of attribute throughput_capacity_per_ha_pair.
370 371 372 |
# File 'sig/types.rbs', line 370 def throughput_capacity_per_ha_pair @throughput_capacity_per_ha_pair end |
#weekly_maintenance_start_time ⇒ ::String
Returns the value of attribute weekly_maintenance_start_time.
368 369 370 |
# File 'sig/types.rbs', line 368 def weekly_maintenance_start_time @weekly_maintenance_start_time end |