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

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

Introduction

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

The text is from its open source code.

Method

StringgetDestinationCidrBlock()

The IPv4 CIDR block used for the destination match.

StringgetGatewayId()

The ID of a gateway attached to your VPC.

StringgetInstanceId()

The ID of a NAT instance in your VPC.

StringgetNetworkInterfaceId()

The ID of the network interface.

StringgetOrigin()

Describes how the route was created.

StringgetState()

The state of the route.

StringgetVpcPeeringConnectionId()

The ID of a VPC peering connection.