public class HostedServiceProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HostedServiceProperties.Builder<T extends HostedServiceProperties.Builder<T>> |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Optional<String> |
affinityGroup |
protected com.google.common.base.Optional<String> |
description |
protected String |
label |
protected com.google.common.base.Optional<String> |
location |
Modifier | Constructor and Description |
---|---|
protected |
HostedServiceProperties(com.google.common.base.Optional<String> description,
com.google.common.base.Optional<String> location,
com.google.common.base.Optional<String> affinityGroup,
String label) |
Modifier and Type | Method and Description |
---|---|
static HostedServiceProperties.Builder<?> |
builder() |
boolean |
equals(Object obj) |
com.google.common.base.Optional<String> |
getAffinityGroup()
The affinity group with which this hosted service is associated, if any.
|
com.google.common.base.Optional<String> |
getDescription()
The description for the hosted service..
|
String |
getLabel()
The name can be up to 100 characters in length.
|
com.google.common.base.Optional<String> |
getLocation()
The geo-location of the hosted service in Windows Azure, if the hosted service is not
associated with an affinity group.
|
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
HostedServiceProperties.Builder<?> |
toBuilder() |
String |
toString() |
protected final com.google.common.base.Optional<String> description
protected final com.google.common.base.Optional<String> location
protected final com.google.common.base.Optional<String> affinityGroup
protected final String label
public static HostedServiceProperties.Builder<?> builder()
public HostedServiceProperties.Builder<?> toBuilder()
public com.google.common.base.Optional<String> getDescription()
public com.google.common.base.Optional<String> getLocation()
public com.google.common.base.Optional<String> getAffinityGroup()
public String getLabel()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.