Package | Description |
---|---|
org.jclouds.azure.management.domain |
Modifier and Type | Field and Description |
---|---|
protected HostedService.Status |
DetailedHostedServiceProperties.status |
protected HostedService.Status |
DetailedHostedServiceProperties.Builder.status |
Modifier and Type | Method and Description |
---|---|
static HostedService.Status |
HostedService.Status.fromValue(String status) |
HostedService.Status |
DetailedHostedServiceProperties.getStatus()
The status of the hosted service.
|
static HostedService.Status |
HostedService.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostedService.Status[] |
HostedService.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
DetailedHostedServiceProperties.Builder.status(HostedService.Status status) |
Constructor and Description |
---|
DetailedHostedServiceProperties(com.google.common.base.Optional<String> description,
com.google.common.base.Optional<String> location,
com.google.common.base.Optional<String> affinityGroup,
String label,
String rawStatus,
HostedService.Status status,
Date created,
Date lastModified,
Map<String,String> extendedProperties) |
Copyright © 2009-2013 jclouds. All Rights Reserved.