Class: Aws::Types::UpdateFileSystemOntapConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFileSystemOntapConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_route_table_ids ⇒ ::Array[::String]
Returns the value of attribute add_route_table_ids.
-
#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.
-
#disk_iops_configuration ⇒ Types::DiskIopsConfiguration
Returns the value of attribute disk_iops_configuration.
-
#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.
-
#remove_route_table_ids ⇒ ::Array[::String]
Returns the value of attribute remove_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
#add_route_table_ids ⇒ ::Array[::String]
Returns the value of attribute add_route_table_ids.
1771 1772 1773 |
# File 'sig/types.rbs', line 1771 def add_route_table_ids @add_route_table_ids end |
#automatic_backup_retention_days ⇒ ::Integer
Returns the value of attribute automatic_backup_retention_days.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 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.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def daily_automatic_backup_start_time @daily_automatic_backup_start_time end |
#disk_iops_configuration ⇒ Types::DiskIopsConfiguration
Returns the value of attribute disk_iops_configuration.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def disk_iops_configuration @disk_iops_configuration end |
#endpoint_ipv_6_address_range ⇒ ::String
Returns the value of attribute endpoint_ipv_6_address_range.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def endpoint_ipv_6_address_range @endpoint_ipv_6_address_range end |
#fsx_admin_password ⇒ ::String
Returns the value of attribute fsx_admin_password.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def fsx_admin_password @fsx_admin_password end |
#ha_pairs ⇒ ::Integer
Returns the value of attribute ha_pairs.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def ha_pairs @ha_pairs end |
#remove_route_table_ids ⇒ ::Array[::String]
Returns the value of attribute remove_route_table_ids.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def remove_route_table_ids @remove_route_table_ids end |
#throughput_capacity ⇒ ::Integer
Returns the value of attribute throughput_capacity.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def throughput_capacity @throughput_capacity end |
#throughput_capacity_per_ha_pair ⇒ ::Integer
Returns the value of attribute throughput_capacity_per_ha_pair.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 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.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def weekly_maintenance_start_time @weekly_maintenance_start_time end |