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

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

Introduction

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

The text is from its open source code.

Field

BooleanisDefault

Indicates whether the VPC is the default VPC.

Method

StringgetCidrBlock()

The primary IPv4 CIDR block for the VPC.

BooleangetIsDefault()

Indicates whether the VPC is the default VPC.

StringgetState()

The current state of the VPC.

java.util.ListgetTags()

Any tags assigned to the VPC.

StringgetVpcId()

The ID of the VPC.