public class Instance extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Instance.Action |
static interface |
Instance.Authentication |
static class |
Instance.State |
Constructor and Description |
---|
Instance(URI href,
String id,
String ownerId,
String name,
URI image,
URI hardwareProfile,
URI realm,
Instance.State state,
Map<Instance.Action,HttpRequest> actions,
Instance.Authentication authentication,
Set<String> publicAddresses,
Set<String> privateAddresses) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Map<Instance.Action,HttpRequest> |
getActions() |
Instance.Authentication |
getAuthentication() |
URI |
getHardwareProfile() |
URI |
getHref() |
String |
getId() |
URI |
getImage() |
String |
getName() |
String |
getOwnerId() |
Set<String> |
getPrivateAddresses() |
Set<String> |
getPublicAddresses() |
URI |
getRealm() |
Instance.State |
getState() |
int |
hashCode() |
String |
toString() |
public Instance(URI href, String id, String ownerId, @Nullable String name, URI image, URI hardwareProfile, URI realm, Instance.State state, Map<Instance.Action,HttpRequest> actions, @Nullable Instance.Authentication authentication, Set<String> publicAddresses, Set<String> privateAddresses)
public URI getHref()
public String getId()
public String getOwnerId()
public URI getImage()
public URI getHardwareProfile()
public URI getRealm()
public Instance.State getState()
public Map<Instance.Action,HttpRequest> getActions()
@Nullable public Instance.Authentication getAuthentication()
public Set<String> getPublicAddresses()
public Set<String> getPrivateAddresses()
Copyright © 2009-2012 jclouds. All Rights Reserved.