| Package | Description |
|---|---|
| org.jclouds.azure.management.domain |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentStatus |
DeploymentStatus.fromValue(String type) |
DeploymentStatus |
Deployment.getDeploymentStatus() |
static DeploymentStatus |
DeploymentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentStatus[] |
DeploymentStatus.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.deploymentStatus(DeploymentStatus deploymentStatus) |
| 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.