Package | Description |
---|---|
org.jclouds.profitbricks.domain | |
org.jclouds.profitbricks.features | |
org.jclouds.profitbricks.http.parser.state |
Modifier and Type | Method and Description |
---|---|
static ProvisioningState |
ProvisioningState.fromValue(String value) |
abstract ProvisioningState |
Storage.state() |
abstract ProvisioningState |
Snapshot.state() |
abstract ProvisioningState |
Server.state() |
abstract ProvisioningState |
Nic.state() |
abstract ProvisioningState |
LoadBalancer.state() |
abstract ProvisioningState |
Firewall.state() |
abstract ProvisioningState |
DataCenter.state() |
static ProvisioningState |
ProvisioningState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProvisioningState[] |
ProvisioningState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract Storage.Builder |
Storage.Builder.state(ProvisioningState state) |
abstract Snapshot.Builder |
Snapshot.Builder.state(ProvisioningState state) |
abstract Server.Builder |
Server.Builder.state(ProvisioningState state) |
abstract Nic.Builder |
Nic.Builder.state(ProvisioningState state) |
abstract LoadBalancer.Builder |
LoadBalancer.Builder.state(ProvisioningState state) |
abstract Firewall.Builder |
Firewall.Builder.state(ProvisioningState state) |
abstract DataCenter.Builder |
DataCenter.Builder.state(ProvisioningState state) |
Modifier and Type | Method and Description |
---|---|
ProvisioningState |
DataCenterApi.getDataCenterState(String identifier)
This is a lightweight function for polling the current provisioning state of the Virtual Data Center.
|
Modifier and Type | Method and Description |
---|---|
ProvisioningState |
GetProvisioningStateResponseHandler.getResult() |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.