Class: Aws::Types::OpenZFSFileSystemConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#automatic_backup_retention_days::Integer

Returns the value of attribute automatic_backup_retention_days.

Returns:

  • (::Integer)


1347
1348
1349
# File 'sig/types.rbs', line 1347

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)


1348
1349
1350
# File 'sig/types.rbs', line 1348

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)


1349
1350
1351
# File 'sig/types.rbs', line 1349

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)


1350
1351
1352
# File 'sig/types.rbs', line 1350

def daily_automatic_backup_start_time
  @daily_automatic_backup_start_time
end

#deployment_type"SINGLE_AZ_1", ...

Returns the value of attribute deployment_type.

Returns:

  • ("SINGLE_AZ_1", "SINGLE_AZ_2", "SINGLE_AZ_HA_1", "SINGLE_AZ_HA_2", "MULTI_AZ_1")


1351
1352
1353
# File 'sig/types.rbs', line 1351

def deployment_type
  @deployment_type
end

#disk_iops_configurationTypes::DiskIopsConfiguration

Returns the value of attribute disk_iops_configuration.



1354
1355
1356
# File 'sig/types.rbs', line 1354

def disk_iops_configuration
  @disk_iops_configuration
end

#endpoint_ip_address::String

Returns the value of attribute endpoint_ip_address.

Returns:

  • (::String)


1360
1361
1362
# File 'sig/types.rbs', line 1360

def endpoint_ip_address
  @endpoint_ip_address
end

#endpoint_ip_address_range::String

Returns the value of attribute endpoint_ip_address_range.

Returns:

  • (::String)


1357
1358
1359
# File 'sig/types.rbs', line 1357

def endpoint_ip_address_range
  @endpoint_ip_address_range
end

#endpoint_ipv_6_address::String

Returns the value of attribute endpoint_ipv_6_address.

Returns:

  • (::String)


1361
1362
1363
# File 'sig/types.rbs', line 1361

def endpoint_ipv_6_address
  @endpoint_ipv_6_address
end

#endpoint_ipv_6_address_range::String

Returns the value of attribute endpoint_ipv_6_address_range.

Returns:

  • (::String)


1358
1359
1360
# File 'sig/types.rbs', line 1358

def endpoint_ipv_6_address_range
  @endpoint_ipv_6_address_range
end

#preferred_subnet_id::String

Returns the value of attribute preferred_subnet_id.

Returns:

  • (::String)


1356
1357
1358
# File 'sig/types.rbs', line 1356

def preferred_subnet_id
  @preferred_subnet_id
end

#read_cache_configurationTypes::OpenZFSReadCacheConfiguration

Returns the value of attribute read_cache_configuration.



1362
1363
1364
# File 'sig/types.rbs', line 1362

def read_cache_configuration
  @read_cache_configuration
end

#root_volume_id::String

Returns the value of attribute root_volume_id.

Returns:

  • (::String)


1355
1356
1357
# File 'sig/types.rbs', line 1355

def root_volume_id
  @root_volume_id
end

#route_table_ids::Array[::String]

Returns the value of attribute route_table_ids.

Returns:

  • (::Array[::String])


1359
1360
1361
# File 'sig/types.rbs', line 1359

def route_table_ids
  @route_table_ids
end

#throughput_capacity::Integer

Returns the value of attribute throughput_capacity.

Returns:

  • (::Integer)


1352
1353
1354
# File 'sig/types.rbs', line 1352

def throughput_capacity
  @throughput_capacity
end

#weekly_maintenance_start_time::String

Returns the value of attribute weekly_maintenance_start_time.

Returns:

  • (::String)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def weekly_maintenance_start_time
  @weekly_maintenance_start_time
end