Subnet

Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class Subnet
Public Class Subnet
public ref class Subnet

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Subnet()()()()
Initializes a new instance of the Subnet class
AvailabilityZone
Gets and sets the AvailabilityZone property. The Availability Zone the subnet is in.
AvailableIpAddressCount
Gets and sets the AvailableIpAddressCount property. The number of unused IP addresses in the subnet.
CidrBlock
Gets and sets the CidrBlock property. The CIDR block assigned to the subnet
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.)
IsSetAvailabilityZone()()()()
Checks if AvailabilityZone property is set
IsSetAvailableIpAddressCount()()()()
Checks if AvailableIpAddressCount property is set
IsSetCidrBlock()()()()
Checks if CidrBlock property is set
IsSetSubnetId()()()()
Checks if SubnetId property is set
IsSetSubnetState()()()()
Checks if SubnetState property is set
IsSetTag()()()()
Checks if Tag property is set
IsSetVpcId()()()()
Checks if VpcId property is set
SubnetId
Gets and sets the SubnetId property. The subnet's ID
SubnetState
Gets and sets the SubnetState property. The current state of the subnet (pending or available).
Tag
Gets and sets the Tag property. A list of tags for the Subnet.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
VpcId
Gets and sets the VpcId property. The ID of the VPC the subnet is in
WithAvailabilityZone(String)
Sets the AvailabilityZone property
WithAvailableIpAddressCount(Decimal)
Sets the AvailableIpAddressCount property
WithCidrBlock(String)
Sets the CidrBlock property
WithSubnetId(String)
Sets the SubnetId property
WithSubnetState(String)
Sets the SubnetState property
WithTag(array<Tag>[]()[][])
Sets the Tag property
WithVpcId(String)
Sets the VpcId property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..Subnet

See Also