Class: Aws::Types::CreateFileSystemOpenZFSConfiguration

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)


376
377
378
# File 'sig/types.rbs', line 376

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)


377
378
379
# File 'sig/types.rbs', line 377

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)


378
379
380
# File 'sig/types.rbs', line 378

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)


379
380
381
# File 'sig/types.rbs', line 379

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


380
381
382
# File 'sig/types.rbs', line 380

def deployment_type
  @deployment_type
end

#disk_iops_configurationTypes::DiskIopsConfiguration

Returns the value of attribute disk_iops_configuration.



383
384
385
# File 'sig/types.rbs', line 383

def disk_iops_configuration
  @disk_iops_configuration
end

#endpoint_ip_address_range::String

Returns the value of attribute endpoint_ip_address_range.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

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.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

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)


385
386
387
# File 'sig/types.rbs', line 385

def preferred_subnet_id
  @preferred_subnet_id
end

#read_cache_configurationTypes::OpenZFSReadCacheConfiguration

Returns the value of attribute read_cache_configuration.



389
390
391
# File 'sig/types.rbs', line 389

def read_cache_configuration
  @read_cache_configuration
end

#root_volume_configurationTypes::OpenZFSCreateRootVolumeConfiguration

Returns the value of attribute root_volume_configuration.



384
385
386
# File 'sig/types.rbs', line 384

def root_volume_configuration
  @root_volume_configuration
end

#route_table_ids::Array[::String]

Returns the value of attribute route_table_ids.

Returns:

  • (::Array[::String])


388
389
390
# File 'sig/types.rbs', line 388

def route_table_ids
  @route_table_ids
end

#throughput_capacity::Integer

Returns the value of attribute throughput_capacity.

Returns:

  • (::Integer)


381
382
383
# File 'sig/types.rbs', line 381

def throughput_capacity
  @throughput_capacity
end

#weekly_maintenance_start_time::String

Returns the value of attribute weekly_maintenance_start_time.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def weekly_maintenance_start_time
  @weekly_maintenance_start_time
end