AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Describes a subnet.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class Subnet
The Subnet type exposes the following members
Name | Description | |
---|---|---|
![]() |
Subnet() |
Name | Type | Description | |
---|---|---|---|
![]() |
AssignIpv6AddressOnCreation | System.Boolean |
Gets and sets the property AssignIpv6AddressOnCreation. Indicates whether a network interface created in this subnet (including a network interface created by RunInstances) receives an IPv6 address. |
![]() |
AvailabilityZone | System.String |
Gets and sets the property AvailabilityZone. The Availability Zone of the subnet. |
![]() |
AvailabilityZoneId | System.String |
Gets and sets the property AvailabilityZoneId. The AZ ID of the subnet. |
![]() |
AvailableIpAddressCount | System.Int32 |
Gets and sets the property AvailableIpAddressCount. The number of unused private IPv4 addresses in the subnet. The IPv4 addresses for any stopped instances are considered unavailable. |
![]() |
CidrBlock | System.String |
Gets and sets the property CidrBlock. The IPv4 CIDR block assigned to the subnet. |
![]() |
CustomerOwnedIpv4Pool | System.String |
Gets and sets the property CustomerOwnedIpv4Pool. The customer-owned IPv4 address pool associated with the subnet. |
![]() |
DefaultForAz | System.Boolean |
Gets and sets the property DefaultForAz. Indicates whether this is the default subnet for the Availability Zone. |
![]() |
EnableDns64 | System.Boolean |
Gets and sets the property EnableDns64. Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations. |
![]() |
EnableLniAtDeviceIndex | System.Int32 |
Gets and sets the property EnableLniAtDeviceIndex.
Indicates the device position for local network interfaces in this subnet. For example,
|
![]() |
Ipv6CidrBlockAssociationSet | System.Collections.Generic.List<Amazon.EC2.Model.SubnetIpv6CidrBlockAssociation> |
Gets and sets the property Ipv6CidrBlockAssociationSet. Information about the IPv6 CIDR blocks associated with the subnet. |
![]() |
Ipv6Native | System.Boolean |
Gets and sets the property Ipv6Native. Indicates whether this is an IPv6 only subnet. |
![]() |
MapCustomerOwnedIpOnLaunch | System.Boolean |
Gets and sets the property MapCustomerOwnedIpOnLaunch. Indicates whether a network interface created in this subnet (including a network interface created by RunInstances) receives a customer-owned IPv4 address. |
![]() |
MapPublicIpOnLaunch | System.Boolean |
Gets and sets the property MapPublicIpOnLaunch. Indicates whether instances launched in this subnet receive a public IPv4 address. |
![]() |
OutpostArn | System.String |
Gets and sets the property OutpostArn. The Amazon Resource Name (ARN) of the Outpost. |
![]() |
OwnerId | System.String |
Gets and sets the property OwnerId. The ID of the Amazon Web Services account that owns the subnet. |
![]() |
PrivateDnsNameOptionsOnLaunch | Amazon.EC2.Model.PrivateDnsNameOptionsOnLaunch |
Gets and sets the property PrivateDnsNameOptionsOnLaunch. The type of hostnames to assign to instances in the subnet at launch. An instance hostname is based on the IPv4 address or ID of the instance. |
![]() |
State | Amazon.EC2.SubnetState |
Gets and sets the property State. The current state of the subnet. |
![]() |
SubnetArn | System.String |
Gets and sets the property SubnetArn. The Amazon Resource Name (ARN) of the subnet. |
![]() |
SubnetId | System.String |
Gets and sets the property SubnetId. The ID of the subnet. |
![]() |
Tags | System.Collections.Generic.List<Amazon.EC2.Model.Tag> |
Gets and sets the property Tags. Any tags assigned to the subnet. |
![]() |
VpcId | System.String |
Gets and sets the property VpcId. The ID of the VPC the subnet is in. |
.NET Core App:
Supported in: 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5, 4.0, 3.5