Virtual Private Cloud
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class Vpc
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | 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) | (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
 Inheritance Hierarchy| Object | |
|  | Vpc |