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