Package | Description |
---|---|
org.jclouds.aws.ec2.compute | |
org.jclouds.aws.ec2.options |
Modifier and Type | Method and Description |
---|---|
Tenancy |
AWSEC2TemplateOptions.getTenancy() |
Modifier and Type | Method and Description |
---|---|
AWSEC2TemplateOptions |
AWSEC2TemplateOptions.tenancy(Tenancy tenancy)
Specifies the tenancy used to run instances with
|
static AWSEC2TemplateOptions |
AWSEC2TemplateOptions.Builder.tenancy(Tenancy tenancy) |
Modifier and Type | Method and Description |
---|---|
static Tenancy |
Tenancy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tenancy[] |
Tenancy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AWSRunInstancesOptions |
AWSRunInstancesOptions.withTenancy(Tenancy tenancy)
Specifies the tenancy of the instance within which to launch the instance(s).
|
static AWSRunInstancesOptions |
AWSRunInstancesOptions.Builder.withTenancy(Tenancy tenancy) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.