Class: Aws::EC2::Types::Vpc

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

Overview

Describes a VPC.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#block_public_access_statesTypes::BlockPublicAccessStates

The state of VPC Block Public Access (BPA).



85294
85295
85296
85297
85298
85299
85300
85301
85302
85303
85304
85305
85306
85307
85308
85309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 85294

class Vpc < Struct.new(
  :owner_id,
  :instance_tenancy,
  :ipv_6_cidr_block_association_set,
  :cidr_block_association_set,
  :is_default,
  :encryption_control,
  :tags,
  :block_public_access_states,
  :vpc_id,
  :state,
  :cidr_block,
  :dhcp_options_id)
  SENSITIVE = []
  include Aws::Structure
end

#cidr_blockString

The primary IPv4 CIDR block for the VPC.

Returns:

  • (String)


85294
85295
85296
85297
85298
85299
85300
85301
85302
85303
85304
85305
85306
85307
85308
85309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 85294

class Vpc < Struct.new(
  :owner_id,
  :instance_tenancy,
  :ipv_6_cidr_block_association_set,
  :cidr_block_association_set,
  :is_default,
  :encryption_control,
  :tags,
  :block_public_access_states,
  :vpc_id,
  :state,
  :cidr_block,
  :dhcp_options_id)
  SENSITIVE = []
  include Aws::Structure
end

#cidr_block_association_setArray<Types::VpcCidrBlockAssociation>

Information about the IPv4 CIDR blocks associated with the VPC.

Returns:



85294
85295
85296
85297
85298
85299
85300
85301
85302
85303
85304
85305
85306
85307
85308
85309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 85294

class Vpc < Struct.new(
  :owner_id,
  :instance_tenancy,
  :ipv_6_cidr_block_association_set,
  :cidr_block_association_set,
  :is_default,
  :encryption_control,
  :tags,
  :block_public_access_states,
  :vpc_id,
  :state,
  :cidr_block,
  :dhcp_options_id)
  SENSITIVE = []
  include Aws::Structure
end

#dhcp_options_idString

The ID of the set of DHCP options you've associated with the VPC.

Returns:

  • (String)


85294
85295
85296
85297
85298
85299
85300
85301
85302
85303
85304
85305
85306
85307
85308
85309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 85294

class Vpc < Struct.new(
  :owner_id,
  :instance_tenancy,
  :ipv_6_cidr_block_association_set,
  :cidr_block_association_set,
  :is_default,
  :encryption_control,
  :tags,
  :block_public_access_states,
  :vpc_id,
  :state,
  :cidr_block,
  :dhcp_options_id)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_controlTypes::VpcEncryptionControl

Describes the configuration and state of VPC encryption controls.

For more information, see Enforce VPC encryption in transit in the Amazon VPC User Guide.



85294
85295
85296
85297
85298
85299
85300
85301
85302
85303
85304
85305
85306
85307
85308
85309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 85294

class Vpc < Struct.new(
  :owner_id,
  :instance_tenancy,
  :ipv_6_cidr_block_association_set,
  :cidr_block_association_set,
  :is_default,
  :encryption_control,
  :tags,
  :block_public_access_states,
  :vpc_id,
  :state,
  :cidr_block,
  :dhcp_options_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_tenancyString

The allowed tenancy of instances launched into the VPC.

Returns:

  • (String)


85294
85295
85296
85297
85298
85299
85300
85301
85302
85303
85304
85305
85306
85307
85308
85309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 85294

class Vpc < Struct.new(
  :owner_id,
  :instance_tenancy,
  :ipv_6_cidr_block_association_set,
  :cidr_block_association_set,
  :is_default,
  :encryption_control,
  :tags,
  :block_public_access_states,
  :vpc_id,
  :state,
  :cidr_block,
  :dhcp_options_id)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_cidr_block_association_setArray<Types::VpcIpv6CidrBlockAssociation>

Information about the IPv6 CIDR blocks associated with the VPC.



85294
85295
85296
85297
85298
85299
85300
85301
85302
85303
85304
85305
85306
85307
85308
85309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 85294

class Vpc < Struct.new(
  :owner_id,
  :instance_tenancy,
  :ipv_6_cidr_block_association_set,
  :cidr_block_association_set,
  :is_default,
  :encryption_control,
  :tags,
  :block_public_access_states,
  :vpc_id,
  :state,
  :cidr_block,
  :dhcp_options_id)
  SENSITIVE = []
  include Aws::Structure
end

#is_defaultBoolean

Indicates whether the VPC is the default VPC.

Returns:

  • (Boolean)


85294
85295
85296
85297
85298
85299
85300
85301
85302
85303
85304
85305
85306
85307
85308
85309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 85294

class Vpc < Struct.new(
  :owner_id,
  :instance_tenancy,
  :ipv_6_cidr_block_association_set,
  :cidr_block_association_set,
  :is_default,
  :encryption_control,
  :tags,
  :block_public_access_states,
  :vpc_id,
  :state,
  :cidr_block,
  :dhcp_options_id)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

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

Returns:

  • (String)


85294
85295
85296
85297
85298
85299
85300
85301
85302
85303
85304
85305
85306
85307
85308
85309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 85294

class Vpc < Struct.new(
  :owner_id,
  :instance_tenancy,
  :ipv_6_cidr_block_association_set,
  :cidr_block_association_set,
  :is_default,
  :encryption_control,
  :tags,
  :block_public_access_states,
  :vpc_id,
  :state,
  :cidr_block,
  :dhcp_options_id)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the VPC.

Returns:

  • (String)


85294
85295
85296
85297
85298
85299
85300
85301
85302
85303
85304
85305
85306
85307
85308
85309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 85294

class Vpc < Struct.new(
  :owner_id,
  :instance_tenancy,
  :ipv_6_cidr_block_association_set,
  :cidr_block_association_set,
  :is_default,
  :encryption_control,
  :tags,
  :block_public_access_states,
  :vpc_id,
  :state,
  :cidr_block,
  :dhcp_options_id)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags assigned to the VPC.

Returns:



85294
85295
85296
85297
85298
85299
85300
85301
85302
85303
85304
85305
85306
85307
85308
85309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 85294

class Vpc < Struct.new(
  :owner_id,
  :instance_tenancy,
  :ipv_6_cidr_block_association_set,
  :cidr_block_association_set,
  :is_default,
  :encryption_control,
  :tags,
  :block_public_access_states,
  :vpc_id,
  :state,
  :cidr_block,
  :dhcp_options_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


85294
85295
85296
85297
85298
85299
85300
85301
85302
85303
85304
85305
85306
85307
85308
85309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 85294

class Vpc < Struct.new(
  :owner_id,
  :instance_tenancy,
  :ipv_6_cidr_block_association_set,
  :cidr_block_association_set,
  :is_default,
  :encryption_control,
  :tags,
  :block_public_access_states,
  :vpc_id,
  :state,
  :cidr_block,
  :dhcp_options_id)
  SENSITIVE = []
  include Aws::Structure
end