Package | Description |
---|---|
org.jclouds.aws.ec2.domain |
Modifier and Type | Method and Description |
---|---|
static VPC.InstanceTenancy |
VPC.InstanceTenancy.fromValue(String v) |
abstract VPC.InstanceTenancy |
VPC.instanceTenancy() |
abstract VPC.InstanceTenancy |
VPC.Builder.instanceTenancy() |
static VPC.InstanceTenancy |
VPC.InstanceTenancy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VPC.InstanceTenancy[] |
VPC.InstanceTenancy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static VPC |
VPC.create(String id,
VPC.State state,
String cidrBlock,
String dhcpOptionsId,
VPC.InstanceTenancy instanceTenancy,
Boolean isDefault,
Map<String,String> tags) |
abstract VPC.Builder |
VPC.Builder.instanceTenancy(VPC.InstanceTenancy instanceTenancy) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.