Uses of Class
org.jclouds.aws.ec2.domain.VPC.InstanceTenancy
-
Packages that use VPC.InstanceTenancy Package Description org.jclouds.aws.ec2.domain -
-
Uses of VPC.InstanceTenancy in org.jclouds.aws.ec2.domain
Methods in org.jclouds.aws.ec2.domain that return VPC.InstanceTenancy Modifier and Type Method Description static VPC.InstanceTenancyVPC.InstanceTenancy. fromValue(String v)abstract VPC.InstanceTenancyVPC.Builder. instanceTenancy()abstract VPC.InstanceTenancyVPC. instanceTenancy()static VPC.InstanceTenancyVPC.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.Methods in org.jclouds.aws.ec2.domain with parameters of type VPC.InstanceTenancy Modifier and Type Method Description static VPCVPC. create(String id, VPC.State state, String cidrBlock, String dhcpOptionsId, VPC.InstanceTenancy instanceTenancy, Boolean isDefault, Map<String,String> tags)abstract VPC.BuilderVPC.Builder. instanceTenancy(VPC.InstanceTenancy instanceTenancy)
-