Class: Aws::Types::UpdateFileSystemOntapConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:fsx_admin_password])

Instance Attribute Summary collapse

Instance Attribute Details

#add_route_table_ids::Array[::String]

Returns the value of attribute add_route_table_ids.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1766
1767
1768
# File 'sig/types.rbs', line 1766

def daily_automatic_backup_start_time
  @daily_automatic_backup_start_time
end

#disk_iops_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1768
1769
1770
# File 'sig/types.rbs', line 1768

def weekly_maintenance_start_time
  @weekly_maintenance_start_time
end