AWS SDK for .NET Documentation
Vpc Class
AmazonAmazon.EC2.ModelVpc Did this page help you?   Yes   No    Tell us about it...
Virtual Private Cloud
Declaration Syntax
C#
public class Vpc
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Vpc()()()()
Initializes a new instance of the Vpc class

CidrBlock
The CIDR block the VPC covers

DhcpOptionsId
The ID of the set of DHCP options you've associated with the VPC (or "default" if the default options are associated with the VPC).

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
InstanceTenancy
The allowed tenancy of instances launched into the VPC.

IsDefault
Whether this is a default VPC.

IsSetCidrBlock()()()()
Checks if CidrBlock property is set

IsSetDhcpOptionsId()()()()
Checks if DhcpOptionsId property is set

IsSetInstanceTenancy()()()()
Checks if InstanceTenancy property is set

IsSetIsDefault()()()()
Checks if the IsDefault property is set

IsSetTag()()()()
Checks if Tag property is set

IsSetVpcId()()()()
Checks if VpcId property is set

IsSetVpcState()()()()
Checks if VpcState property is set

Tag
A list of tags for the VPC.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VpcId
The VPC's ID

VpcState
The current state of the VPC (pending or available).

WithCidrBlock(String) Obsolete.
Sets the CIDR block the VPC covers

WithDhcpOptionsId(String) Obsolete.
Sets the ID of the set of DHCP options ve associated with the VPC (or "default" if the default options are associated with the VPC).

WithInstanceTenancy(String) Obsolete.
Sets the allowed tenancy of instances launched into the VPC.

WithIsDefault(Boolean) Obsolete.
Sets whether this is a default VPC.

WithTag(array<Tag>[]()[][]) Obsolete.
Sets tags for the VPC.

WithVpcId(String) Obsolete.
Sets the VPC's ID

WithVpcState(String) Obsolete.
Sets the current state of the VPC (pending or available).

Inheritance Hierarchy

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)