Package | Description |
---|---|
org.jclouds.azure.management.compute | |
org.jclouds.azure.management.compute.functions | |
org.jclouds.azure.management.domain |
Modifier and Type | Method and Description |
---|---|
Iterable<RoleSize> |
AzureManagementComputeServiceAdapter.listHardwareProfiles() |
Modifier and Type | Method and Description |
---|---|
Hardware |
RoleSizeToHardware.apply(RoleSize input) |
Modifier and Type | Field and Description |
---|---|
protected RoleSize |
DeploymentParams.size |
protected RoleSize |
DeploymentParams.Builder.size |
Modifier and Type | Method and Description |
---|---|
static RoleSize |
RoleSize.fromValue(String type) |
RoleSize |
Deployment.getInstanceSize() |
RoleSize |
DeploymentParams.getSize()
The size of the virtual machine to allocate.
|
static RoleSize |
RoleSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleSize[] |
RoleSize.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.instanceSize(RoleSize instanceSize) |
DeploymentParams.Builder |
DeploymentParams.Builder.size(RoleSize size) |
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) |
DeploymentParams(String name,
String sourceImageName,
String username,
String password,
String storageAccount,
RoleSize size,
OSType osType,
List<InputEndpoint> endpoints) |
Copyright © 2009-2013 jclouds. All Rights Reserved.