Package | Description |
---|---|
org.jclouds.aws.ec2.domain |
Modifier and Type | Method and Description |
---|---|
static Route.RouteState |
Route.RouteState.fromValue(String v) |
abstract Route.RouteState |
Route.state() |
static Route.RouteState |
Route.RouteState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Route.RouteState[] |
Route.RouteState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Route |
Route.create(String destinationCidrBlock,
String gatewayId,
Route.RouteState state,
String origin) |
abstract Route.Builder |
Route.Builder.state(Route.RouteState state) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.