public class ServerExtendedAttributes extends Object
org.jclouds.openstack.nova.v2_0.features.ExtensionApi#getExtensionByAlias
,
ExtensionNamespaces.EXTENDED_STATUS
Modifier and Type | Class and Description |
---|---|
static class |
ServerExtendedAttributes.Builder<T extends ServerExtendedAttributes.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
ServerExtendedAttributes(String instanceName,
String hostName,
String hypervisorHostName) |
Modifier and Type | Method and Description |
---|---|
static ServerExtendedAttributes.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getHostName() |
String |
getHypervisorHostName() |
String |
getInstanceName() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
ServerExtendedAttributes.Builder<?> |
toBuilder() |
String |
toString() |
public static String PREFIX
public static ServerExtendedAttributes.Builder<?> builder()
public ServerExtendedAttributes.Builder<?> toBuilder()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.