public class PublicIPAddress extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PublicIPAddress.Builder<T extends PublicIPAddress.Builder<T>> |
static class |
PublicIPAddress.State |
Modifier | Constructor and Description |
---|---|
protected |
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus) |
Modifier and Type | Method and Description |
---|---|
static PublicIPAddress.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getAccount() |
Date |
getAllocated() |
String |
getAssociatedNetworkId() |
String |
getDomain() |
String |
getDomainId() |
String |
getId() |
String |
getIPAddress() |
String |
getJobId() |
Integer |
getJobStatus() |
String |
getNetworkId() |
PublicIPAddress.State |
getState() |
String |
getVirtualMachineDisplayName() |
String |
getVirtualMachineId() |
String |
getVirtualMachineName() |
String |
getVLANId() |
String |
getVLANName() |
String |
getZoneId() |
String |
getZoneName() |
int |
hashCode() |
boolean |
isSourceNAT() |
boolean |
isStaticNAT() |
boolean |
isUsesVirtualNetwork() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
PublicIPAddress.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","account","allocated","associatednetworkid","domain","domainid","forvirtualnetwork","ipaddress","issourcenat","isstaticnat","networkid","state","virtualmachinedisplayname","virtualmachineid","virtualmachinename","VLANid","VLANname","zoneid","zonename","jobid","jobstatus"}) protected PublicIPAddress(String id, @Nullable String account, @Nullable Date allocated, @Nullable String associatedNetworkId, @Nullable String domain, @Nullable String domainId, boolean usesVirtualNetwork, @Nullable String IPAddress, boolean isSourceNAT, boolean isStaticNAT, @Nullable String networkId, @Nullable PublicIPAddress.State state, @Nullable String virtualMachineDisplayName, @Nullable String virtualMachineId, @Nullable String virtualMachineName, @Nullable String VLANId, @Nullable String VLANName, @Nullable String zoneId, @Nullable String zoneName, @Nullable String jobId, @Nullable Integer jobStatus)
public static PublicIPAddress.Builder<?> builder()
public PublicIPAddress.Builder<?> toBuilder()
public String getId()
@Nullable public String getAccount()
@Nullable public String getAssociatedNetworkId()
@Nullable public String getDomain()
@Nullable public String getDomainId()
public boolean isUsesVirtualNetwork()
public boolean isSourceNAT()
public boolean isStaticNAT()
@Nullable public String getNetworkId()
@Nullable public PublicIPAddress.State getState()
@Nullable public String getVirtualMachineDisplayName()
@Nullable public String getVirtualMachineId()
@Nullable public String getVirtualMachineName()
@Nullable public String getVLANId()
@Nullable public String getZoneId()
@Nullable public String getZoneName()
@Nullable public String getJobId()
@Nullable public Integer getJobStatus()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.