public class DeployedServer extends BaseServer
Modifier and Type | Class and Description |
---|---|
static class |
DeployedServer.Builder |
Modifier and Type | Method and Description |
---|---|
static DeployedServer.Builder |
builder() |
boolean |
equals(Object o) |
String |
getDeployedTime() |
String |
getMachineName() |
MachineSpecification |
getMachineSpecification() |
String |
getNetworkId() |
String |
getPrivateIpAddress() |
String |
getPublicIpAddress() |
String |
getSourceImageId() |
Status |
getStatus() |
int |
hashCode() |
boolean |
isStarted() |
DeployedServer.Builder |
toBuilder() |
String |
toString() |
getDescription, getId, getName
public static DeployedServer.Builder builder()
public DeployedServer.Builder toBuilder()
public MachineSpecification getMachineSpecification()
public String getSourceImageId()
public String getNetworkId()
public String getPrivateIpAddress()
public String getPublicIpAddress()
public String getMachineName()
public boolean isStarted()
public String getDeployedTime()
public Status getStatus()
public boolean equals(Object o)
equals
in class BaseServer
public int hashCode()
hashCode
in class BaseServer
public String toString()
toString
in class BaseServer
Copyright © 2009-2013 jclouds. All Rights Reserved.