Class: Aws::Types::OntapFileSystemConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OntapFileSystemConfiguration
- 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.
-
#endpoints ⇒ Types::FileSystemEndpoints
Returns the value of attribute endpoints.
-
#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.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 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.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def daily_automatic_backup_start_time @daily_automatic_backup_start_time end |
#deployment_type ⇒ "MULTI_AZ_1", ...
Returns the value of attribute deployment_type.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def deployment_type @deployment_type end |
#disk_iops_configuration ⇒ Types::DiskIopsConfiguration
Returns the value of attribute disk_iops_configuration.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def disk_iops_configuration @disk_iops_configuration end |
#endpoint_ip_address_range ⇒ ::String
Returns the value of attribute endpoint_ip_address_range.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 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.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def endpoint_ipv_6_address_range @endpoint_ipv_6_address_range end |
#endpoints ⇒ Types::FileSystemEndpoints
Returns the value of attribute endpoints.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def endpoints @endpoints end |
#fsx_admin_password ⇒ ::String
Returns the value of attribute fsx_admin_password.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def fsx_admin_password @fsx_admin_password end |
#ha_pairs ⇒ ::Integer
Returns the value of attribute ha_pairs.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def ha_pairs @ha_pairs end |
#preferred_subnet_id ⇒ ::String
Returns the value of attribute preferred_subnet_id.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def preferred_subnet_id @preferred_subnet_id end |
#route_table_ids ⇒ ::Array[::String]
Returns the value of attribute route_table_ids.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def route_table_ids @route_table_ids end |
#throughput_capacity ⇒ ::Integer
Returns the value of attribute throughput_capacity.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def throughput_capacity @throughput_capacity end |
#throughput_capacity_per_ha_pair ⇒ ::Integer
Returns the value of attribute throughput_capacity_per_ha_pair.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 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.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def weekly_maintenance_start_time @weekly_maintenance_start_time end |