Class: Aws::Types::UpdateFileSystemOpenZFSConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

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])


1787
1788
1789
# File 'sig/types.rbs', line 1787

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)


1780
1781
1782
# File 'sig/types.rbs', line 1780

def automatic_backup_retention_days
  @automatic_backup_retention_days
end

#copy_tags_to_backupsBoolean

Returns the value of attribute copy_tags_to_backups.

Returns:

  • (Boolean)


1781
1782
1783
# File 'sig/types.rbs', line 1781

def copy_tags_to_backups
  @copy_tags_to_backups
end

#copy_tags_to_volumesBoolean

Returns the value of attribute copy_tags_to_volumes.

Returns:

  • (Boolean)


1782
1783
1784
# File 'sig/types.rbs', line 1782

def copy_tags_to_volumes
  @copy_tags_to_volumes
end

#daily_automatic_backup_start_time::String

Returns the value of attribute daily_automatic_backup_start_time.

Returns:

  • (::String)


1783
1784
1785
# File 'sig/types.rbs', line 1783

def daily_automatic_backup_start_time
  @daily_automatic_backup_start_time
end

#disk_iops_configurationTypes::DiskIopsConfiguration

Returns the value of attribute disk_iops_configuration.



1786
1787
1788
# File 'sig/types.rbs', line 1786

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)


1790
1791
1792
# File 'sig/types.rbs', line 1790

def endpoint_ipv_6_address_range
  @endpoint_ipv_6_address_range
end

#read_cache_configurationTypes::OpenZFSReadCacheConfiguration

Returns the value of attribute read_cache_configuration.



1789
1790
1791
# File 'sig/types.rbs', line 1789

def read_cache_configuration
  @read_cache_configuration
end

#remove_route_table_ids::Array[::String]

Returns the value of attribute remove_route_table_ids.

Returns:

  • (::Array[::String])


1788
1789
1790
# File 'sig/types.rbs', line 1788

def remove_route_table_ids
  @remove_route_table_ids
end

#throughput_capacity::Integer

Returns the value of attribute throughput_capacity.

Returns:

  • (::Integer)


1784
1785
1786
# File 'sig/types.rbs', line 1784

def throughput_capacity
  @throughput_capacity
end

#weekly_maintenance_start_time::String

Returns the value of attribute weekly_maintenance_start_time.

Returns:

  • (::String)


1785
1786
1787
# File 'sig/types.rbs', line 1785

def weekly_maintenance_start_time
  @weekly_maintenance_start_time
end