@Generated(value="software.amazon.awssdk:codegen") public class Vpc extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<Vpc.Builder,Vpc>
Describes a VPC.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Vpc.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Vpc.Builder |
builder() |
String |
cidrBlock()
The IPv4 CIDR block for the VPC.
|
String |
dhcpOptionsId()
The ID of the set of DHCP options you've associated with the VPC (or
default if the default options
are associated with the VPC). |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
instanceTenancy()
The allowed tenancy of instances launched into the VPC.
|
List<VpcIpv6CidrBlockAssociation> |
ipv6CidrBlockAssociationSet()
Information about the IPv6 CIDR blocks associated with the VPC.
|
Boolean |
isDefault()
Indicates whether the VPC is the default VPC.
|
static Class<? extends Vpc.Builder> |
serializableBuilderClass() |
String |
state()
The current state of the VPC.
|
List<Tag> |
tags()
Any tags assigned to the VPC.
|
Vpc.Builder |
toBuilder() |
String |
toString() |
String |
vpcId()
The ID of the VPC.
|
public String cidrBlock()
The IPv4 CIDR block for the VPC.
public String dhcpOptionsId()
The ID of the set of DHCP options you've associated with the VPC (or default if the default options
are associated with the VPC).
default if the default
options are associated with the VPC).public String state()
The current state of the VPC.
VpcStatepublic String vpcId()
The ID of the VPC.
public String instanceTenancy()
The allowed tenancy of instances launched into the VPC.
Tenancypublic List<VpcIpv6CidrBlockAssociation> ipv6CidrBlockAssociationSet()
Information about the IPv6 CIDR blocks associated with the VPC.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Boolean isDefault()
Indicates whether the VPC is the default VPC.
public List<Tag> tags()
Any tags assigned to the VPC.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Vpc.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<Vpc.Builder,Vpc>public static Vpc.Builder builder()
public static Class<? extends Vpc.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.