Package | Description |
---|---|
org.jclouds.azure.management.domain |
Modifier and Type | Method and Description |
---|---|
static InstanceStatus |
InstanceStatus.fromValue(String type) |
InstanceStatus |
Deployment.getInstanceStatus() |
static InstanceStatus |
InstanceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceStatus[] |
InstanceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Deployment.Builder |
Deployment.Builder.instanceStatus(InstanceStatus instanceStatus) |
Constructor and Description |
---|
Deployment(String deploymentName,
DeploymentSlot deploymentSlot,
DeploymentStatus deploymentStatus,
String deploymentLabel,
URI deploymentURL,
String roleName,
String instanceName,
InstanceStatus instanceStatus,
String instanceStateDetails,
String instanceErrorCode,
RoleSize instanceSize,
String privateIpAddress,
String publicIpAddress) |
Copyright © 2009-2013 jclouds. All Rights Reserved.