Modifier and Type | Class and Description |
---|---|
static class |
Subnet.Builder |
static class |
Subnet.State |
Modifier and Type | Method and Description |
---|---|
static Subnet.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getAvailabilityZone()
The availability zone this subnet is in.
|
int |
getAvailableIpAddressCount()
The number of available IPs in this subnet.
|
String |
getCidrBlock()
The CIDR block for this subnet.
|
String |
getSubnetId()
The subnet ID, ex.
|
Subnet.State |
getSubnetState()
The subnet state - either available or pending.
|
Map<String,String> |
getTags()
Tags that are attached to this subnet.
|
String |
getVpcId()
The vpc ID this subnet belongs to.
|
int |
hashCode() |
Subnet.Builder |
toBuilder() |
String |
toString() |
public String getSubnetId()
public Subnet.State getSubnetState()
public String getVpcId()
public String getCidrBlock()
public int getAvailableIpAddressCount()
public String getAvailabilityZone()
public static Subnet.Builder builder()
public Subnet.Builder toBuilder()
Copyright © 2009-2021 The Apache Software Foundation. All Rights Reserved.