Class: Aws::EC2::Types::CreateSubnetRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone or Local Zone for the subnet.

Default: Amazon Web Services selects one for you. If you create more than one subnet in your VPC, we do not necessarily select a different zone for each subnet.

To create a subnet in a Local Zone, set this value to the Local Zone ID, for example us-west-2-lax-1a. For information about the Regions that support Local Zones, see Available Local Zones.

To create a subnet in an Outpost, set this value to the Availability Zone for the Outpost and specify the Outpost ARN.

Returns:

  • (String)


12966
12967
12968
12969
12970
12971
12972
12973
12974
12975
12976
12977
12978
12979
12980
12981
12982
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12966

class CreateSubnetRequest < Struct.new(
  :tag_specifications,
  :availability_zone,
  :availability_zone_id,
  :cidr_block,
  :ipv_6_cidr_block,
  :outpost_arn,
  :vpc_id,
  :ipv_6_native,
  :ipv_4_ipam_pool_id,
  :ipv_4_netmask_length,
  :ipv_6_ipam_pool_id,
  :ipv_6_netmask_length,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zone_idString

The AZ ID or the Local Zone ID of the subnet.

Returns:

  • (String)


12966
12967
12968
12969
12970
12971
12972
12973
12974
12975
12976
12977
12978
12979
12980
12981
12982
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12966

class CreateSubnetRequest < Struct.new(
  :tag_specifications,
  :availability_zone,
  :availability_zone_id,
  :cidr_block,
  :ipv_6_cidr_block,
  :outpost_arn,
  :vpc_id,
  :ipv_6_native,
  :ipv_4_ipam_pool_id,
  :ipv_4_netmask_length,
  :ipv_6_ipam_pool_id,
  :ipv_6_netmask_length,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#cidr_blockString

The IPv4 network range for the subnet, in CIDR notation. For example, 10.0.0.0/24. We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.

This parameter is not supported for an IPv6 only subnet.

Returns:

  • (String)


12966
12967
12968
12969
12970
12971
12972
12973
12974
12975
12976
12977
12978
12979
12980
12981
12982
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12966

class CreateSubnetRequest < Struct.new(
  :tag_specifications,
  :availability_zone,
  :availability_zone_id,
  :cidr_block,
  :ipv_6_cidr_block,
  :outpost_arn,
  :vpc_id,
  :ipv_6_native,
  :ipv_4_ipam_pool_id,
  :ipv_4_netmask_length,
  :ipv_6_ipam_pool_id,
  :ipv_6_netmask_length,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#dry_runBoolean

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Returns:

  • (Boolean)


12966
12967
12968
12969
12970
12971
12972
12973
12974
12975
12976
12977
12978
12979
12980
12981
12982
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12966

class CreateSubnetRequest < Struct.new(
  :tag_specifications,
  :availability_zone,
  :availability_zone_id,
  :cidr_block,
  :ipv_6_cidr_block,
  :outpost_arn,
  :vpc_id,
  :ipv_6_native,
  :ipv_4_ipam_pool_id,
  :ipv_4_netmask_length,
  :ipv_6_ipam_pool_id,
  :ipv_6_netmask_length,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_4_ipam_pool_idString

An IPv4 IPAM pool ID for the subnet.

Returns:

  • (String)


12966
12967
12968
12969
12970
12971
12972
12973
12974
12975
12976
12977
12978
12979
12980
12981
12982
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12966

class CreateSubnetRequest < Struct.new(
  :tag_specifications,
  :availability_zone,
  :availability_zone_id,
  :cidr_block,
  :ipv_6_cidr_block,
  :outpost_arn,
  :vpc_id,
  :ipv_6_native,
  :ipv_4_ipam_pool_id,
  :ipv_4_netmask_length,
  :ipv_6_ipam_pool_id,
  :ipv_6_netmask_length,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_4_netmask_lengthInteger

An IPv4 netmask length for the subnet.

Returns:

  • (Integer)


12966
12967
12968
12969
12970
12971
12972
12973
12974
12975
12976
12977
12978
12979
12980
12981
12982
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12966

class CreateSubnetRequest < Struct.new(
  :tag_specifications,
  :availability_zone,
  :availability_zone_id,
  :cidr_block,
  :ipv_6_cidr_block,
  :outpost_arn,
  :vpc_id,
  :ipv_6_native,
  :ipv_4_ipam_pool_id,
  :ipv_4_netmask_length,
  :ipv_6_ipam_pool_id,
  :ipv_6_netmask_length,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_cidr_blockString

The IPv6 network range for the subnet, in CIDR notation. This parameter is required for an IPv6 only subnet.

Returns:

  • (String)


12966
12967
12968
12969
12970
12971
12972
12973
12974
12975
12976
12977
12978
12979
12980
12981
12982
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12966

class CreateSubnetRequest < Struct.new(
  :tag_specifications,
  :availability_zone,
  :availability_zone_id,
  :cidr_block,
  :ipv_6_cidr_block,
  :outpost_arn,
  :vpc_id,
  :ipv_6_native,
  :ipv_4_ipam_pool_id,
  :ipv_4_netmask_length,
  :ipv_6_ipam_pool_id,
  :ipv_6_netmask_length,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_ipam_pool_idString

An IPv6 IPAM pool ID for the subnet.

Returns:

  • (String)


12966
12967
12968
12969
12970
12971
12972
12973
12974
12975
12976
12977
12978
12979
12980
12981
12982
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12966

class CreateSubnetRequest < Struct.new(
  :tag_specifications,
  :availability_zone,
  :availability_zone_id,
  :cidr_block,
  :ipv_6_cidr_block,
  :outpost_arn,
  :vpc_id,
  :ipv_6_native,
  :ipv_4_ipam_pool_id,
  :ipv_4_netmask_length,
  :ipv_6_ipam_pool_id,
  :ipv_6_netmask_length,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_nativeBoolean

Indicates whether to create an IPv6 only subnet.

Returns:

  • (Boolean)


12966
12967
12968
12969
12970
12971
12972
12973
12974
12975
12976
12977
12978
12979
12980
12981
12982
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12966

class CreateSubnetRequest < Struct.new(
  :tag_specifications,
  :availability_zone,
  :availability_zone_id,
  :cidr_block,
  :ipv_6_cidr_block,
  :outpost_arn,
  :vpc_id,
  :ipv_6_native,
  :ipv_4_ipam_pool_id,
  :ipv_4_netmask_length,
  :ipv_6_ipam_pool_id,
  :ipv_6_netmask_length,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_netmask_lengthInteger

An IPv6 netmask length for the subnet.

Returns:

  • (Integer)


12966
12967
12968
12969
12970
12971
12972
12973
12974
12975
12976
12977
12978
12979
12980
12981
12982
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12966

class CreateSubnetRequest < Struct.new(
  :tag_specifications,
  :availability_zone,
  :availability_zone_id,
  :cidr_block,
  :ipv_6_cidr_block,
  :outpost_arn,
  :vpc_id,
  :ipv_6_native,
  :ipv_4_ipam_pool_id,
  :ipv_4_netmask_length,
  :ipv_6_ipam_pool_id,
  :ipv_6_netmask_length,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_arnString

The Amazon Resource Name (ARN) of the Outpost. If you specify an Outpost ARN, you must also specify the Availability Zone of the Outpost subnet.

Returns:

  • (String)


12966
12967
12968
12969
12970
12971
12972
12973
12974
12975
12976
12977
12978
12979
12980
12981
12982
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12966

class CreateSubnetRequest < Struct.new(
  :tag_specifications,
  :availability_zone,
  :availability_zone_id,
  :cidr_block,
  :ipv_6_cidr_block,
  :outpost_arn,
  :vpc_id,
  :ipv_6_native,
  :ipv_4_ipam_pool_id,
  :ipv_4_netmask_length,
  :ipv_6_ipam_pool_id,
  :ipv_6_netmask_length,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#tag_specificationsArray<Types::TagSpecification>

The tags to assign to the subnet.

Returns:



12966
12967
12968
12969
12970
12971
12972
12973
12974
12975
12976
12977
12978
12979
12980
12981
12982
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12966

class CreateSubnetRequest < Struct.new(
  :tag_specifications,
  :availability_zone,
  :availability_zone_id,
  :cidr_block,
  :ipv_6_cidr_block,
  :outpost_arn,
  :vpc_id,
  :ipv_6_native,
  :ipv_4_ipam_pool_id,
  :ipv_4_netmask_length,
  :ipv_6_ipam_pool_id,
  :ipv_6_netmask_length,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


12966
12967
12968
12969
12970
12971
12972
12973
12974
12975
12976
12977
12978
12979
12980
12981
12982
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12966

class CreateSubnetRequest < Struct.new(
  :tag_specifications,
  :availability_zone,
  :availability_zone_id,
  :cidr_block,
  :ipv_6_cidr_block,
  :outpost_arn,
  :vpc_id,
  :ipv_6_native,
  :ipv_4_ipam_pool_id,
  :ipv_4_netmask_length,
  :ipv_6_ipam_pool_id,
  :ipv_6_netmask_length,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end