Class: Aws::Types::CreateFileSystemOntapConfiguration

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

#automatic_backup_retention_days::Integer

Returns the value of attribute automatic_backup_retention_days.

Returns:

  • (::Integer)


359
360
361
# File 'sig/types.rbs', line 359

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)


360
361
362
# File 'sig/types.rbs', line 360

def daily_automatic_backup_start_time
  @daily_automatic_backup_start_time
end

#deployment_type"MULTI_AZ_1", ...

Returns the value of attribute deployment_type.

Returns:

  • ("MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_2")


361
362
363
# File 'sig/types.rbs', line 361

def deployment_type
  @deployment_type
end

#disk_iops_configurationTypes::DiskIopsConfiguration

Returns the value of attribute disk_iops_configuration.



364
365
366
# File 'sig/types.rbs', line 364

def disk_iops_configuration
  @disk_iops_configuration
end

#endpoint_ip_address_range::String

Returns the value of attribute endpoint_ip_address_range.

Returns:

  • (::String)


362
363
364
# File 'sig/types.rbs', line 362

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)


371
372
373
# File 'sig/types.rbs', line 371

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)


363
364
365
# File 'sig/types.rbs', line 363

def fsx_admin_password
  @fsx_admin_password
end

#ha_pairs::Integer

Returns the value of attribute ha_pairs.

Returns:

  • (::Integer)


369
370
371
# File 'sig/types.rbs', line 369

def ha_pairs
  @ha_pairs
end

#preferred_subnet_id::String

Returns the value of attribute preferred_subnet_id.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def preferred_subnet_id
  @preferred_subnet_id
end

#route_table_ids::Array[::String]

Returns the value of attribute route_table_ids.

Returns:

  • (::Array[::String])


366
367
368
# File 'sig/types.rbs', line 366

def route_table_ids
  @route_table_ids
end

#throughput_capacity::Integer

Returns the value of attribute throughput_capacity.

Returns:

  • (::Integer)


367
368
369
# File 'sig/types.rbs', line 367

def throughput_capacity
  @throughput_capacity
end

#throughput_capacity_per_ha_pair::Integer

Returns the value of attribute throughput_capacity_per_ha_pair.

Returns:

  • (::Integer)


370
371
372
# File 'sig/types.rbs', line 370

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)


368
369
370
# File 'sig/types.rbs', line 368

def weekly_maintenance_start_time
  @weekly_maintenance_start_time
end