Subnet Class

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

The Subnet data type.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.Subnet

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class Subnet : Object

The Subnet type exposes the following members

Constructors

  Name Description
Public Method Subnet()

Properties

  Name Description
Public Property AvailabilityZone Specifies the Availability Zone the subnet is in.
Public Property AvailableIpAddressCount Specifies the number of unused IP addresses in the subnet. The IP addresses for any stopped instances are considered unavailable.
Public Property CidrBlock Specifies the CIDR block assigned to the subnet.
Public Property DefaultForAz
Public Property MapPublicIpOnLaunch
Public Property State Describes the current state of the subnet. The state of the subnet may be either pending or available.
Public Property SubnetId Specifies the ID of the subnet.
Public Property Tags A list of tags for the Subnet.
Public Property VpcId Contains the ID of the VPC the subnet is in.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8