Class: Aws::Types::OntapFileSystemConfiguration

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)


1276
1277
1278
# File 'sig/types.rbs', line 1276

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)


1277
1278
1279
# File 'sig/types.rbs', line 1277

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


1278
1279
1280
# File 'sig/types.rbs', line 1278

def deployment_type
  @deployment_type
end

#disk_iops_configurationTypes::DiskIopsConfiguration

Returns the value of attribute disk_iops_configuration.



1281
1282
1283
# File 'sig/types.rbs', line 1281

def disk_iops_configuration
  @disk_iops_configuration
end

#endpoint_ip_address_range::String

Returns the value of attribute endpoint_ip_address_range.

Returns:

  • (::String)


1279
1280
1281
# File 'sig/types.rbs', line 1279

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)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def endpoint_ipv_6_address_range
  @endpoint_ipv_6_address_range
end

#endpointsTypes::FileSystemEndpoints

Returns the value of attribute endpoints.



1280
1281
1282
# File 'sig/types.rbs', line 1280

def endpoints
  @endpoints
end

#fsx_admin_password::String

Returns the value of attribute fsx_admin_password.

Returns:

  • (::String)


1286
1287
1288
# File 'sig/types.rbs', line 1286

def fsx_admin_password
  @fsx_admin_password
end

#ha_pairs::Integer

Returns the value of attribute ha_pairs.

Returns:

  • (::Integer)


1287
1288
1289
# File 'sig/types.rbs', line 1287

def ha_pairs
  @ha_pairs
end

#preferred_subnet_id::String

Returns the value of attribute preferred_subnet_id.

Returns:

  • (::String)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def preferred_subnet_id
  @preferred_subnet_id
end

#route_table_ids::Array[::String]

Returns the value of attribute route_table_ids.

Returns:

  • (::Array[::String])


1283
1284
1285
# File 'sig/types.rbs', line 1283

def route_table_ids
  @route_table_ids
end

#throughput_capacity::Integer

Returns the value of attribute throughput_capacity.

Returns:

  • (::Integer)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def throughput_capacity
  @throughput_capacity
end

#throughput_capacity_per_ha_pair::Integer

Returns the value of attribute throughput_capacity_per_ha_pair.

Returns:

  • (::Integer)


1288
1289
1290
# File 'sig/types.rbs', line 1288

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)


1285
1286
1287
# File 'sig/types.rbs', line 1285

def weekly_maintenance_start_time
  @weekly_maintenance_start_time
end