Class: Aws::EC2::Types::Subnet

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes a subnet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assign_ipv_6_address_on_creationBoolean

Indicates whether a network interface created in this subnet (including a network interface created by RunInstances) receives an IPv6 address.

Returns:

  • (Boolean)


59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zoneString

The Availability Zone of the subnet.

Returns:

  • (String)


59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zone_idString

The AZ ID of the subnet.

Returns:

  • (String)


59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end

#available_ip_address_countInteger

The number of unused private IPv4 addresses in the subnet. The IPv4 addresses for any stopped instances are considered unavailable.

Returns:

  • (Integer)


59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end

#cidr_blockString

The IPv4 CIDR block assigned to the subnet.

Returns:

  • (String)


59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end

#customer_owned_ipv_4_poolString

The customer-owned IPv4 address pool associated with the subnet.

Returns:

  • (String)


59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end

#default_for_azBoolean

Indicates whether this is the default subnet for the Availability Zone.

Returns:

  • (Boolean)


59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end

#enable_dns_64Boolean

Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.

Returns:

  • (Boolean)


59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end

#enable_lni_at_device_indexInteger

Indicates the device position for local network interfaces in this subnet. For example, 1 indicates local network interfaces in this subnet are the secondary network interface (eth1).

Returns:

  • (Integer)


59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_cidr_block_association_setArray<Types::SubnetIpv6CidrBlockAssociation>

Information about the IPv6 CIDR blocks associated with the subnet.



59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_nativeBoolean

Indicates whether this is an IPv6 only subnet.

Returns:

  • (Boolean)


59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end

#map_customer_owned_ip_on_launchBoolean

Indicates whether a network interface created in this subnet (including a network interface created by RunInstances) receives a customer-owned IPv4 address.

Returns:

  • (Boolean)


59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end

#map_public_ip_on_launchBoolean

Indicates whether instances launched in this subnet receive a public IPv4 address.

Returns:

  • (Boolean)


59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_arnString

The Amazon Resource Name (ARN) of the Outpost.

Returns:

  • (String)


59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The ID of the Amazon Web Services account that owns the subnet.

Returns:

  • (String)


59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end

#private_dns_name_options_on_launchTypes::PrivateDnsNameOptionsOnLaunch

The type of hostnames to assign to instances in the subnet at launch. An instance hostname is based on the IPv4 address or ID of the instance.



59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the subnet.

Returns:

  • (String)


59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_arnString

The Amazon Resource Name (ARN) of the subnet.

Returns:

  • (String)


59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The ID of the subnet.

Returns:

  • (String)


59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags assigned to the subnet.

Returns:



59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC the subnet is in.

Returns:

  • (String)


59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59224

class Subnet < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :available_ip_address_count,
  :cidr_block,
  :default_for_az,
  :enable_lni_at_device_index,
  :map_public_ip_on_launch,
  :map_customer_owned_ip_on_launch,
  :customer_owned_ipv_4_pool,
  :state,
  :subnet_id,
  :vpc_id,
  :owner_id,
  :assign_ipv_6_address_on_creation,
  :ipv_6_cidr_block_association_set,
  :tags,
  :subnet_arn,
  :outpost_arn,
  :enable_dns_64,
  :ipv_6_native,
  :private_dns_name_options_on_launch)
  SENSITIVE = []
  include Aws::Structure
end