Java com.amazonaws.services.ec2.model Subnet fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ec2.model Subnet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ec2.model Subnet.

The text is from its open source code.

Constructor

Method

StringgetAvailabilityZone()

The Availability Zone of the subnet.

IntegergetAvailableIpAddressCount()

The number of unused private IPv4 addresses in the subnet.

StringgetCidrBlock()

The IPv4 CIDR block assigned to the subnet.

BooleangetDefaultForAz()

Indicates whether this is the default subnet for the Availability Zone.

StringgetState()

The current state of the subnet.

StringgetSubnetId()

The ID of the subnet.

java.util.ListgetTags()

Any tags assigned to the subnet.

StringgetVpcId()

The ID of the VPC the subnet is in.

voidsetAvailabilityZone(String availabilityZone)

The Availability Zone of the subnet.

voidsetAvailableIpAddressCount(Integer availableIpAddressCount)

The number of unused private IPv4 addresses in the subnet.

voidsetSubnetId(String subnetId)

The ID of the subnet.

SubnetwithAvailabilityZone(String availabilityZone)

The Availability Zone of the subnet.

SubnetwithCidrBlock(String cidrBlock)

The IPv4 CIDR block assigned to the subnet.

SubnetwithSubnetId(String subnetId)

The ID of the subnet.