Package org.jclouds.cloudstack.domain
Class PublicIPAddress.Builder<T extends PublicIPAddress.Builder<T>>
java.lang.Object
org.jclouds.cloudstack.domain.PublicIPAddress.Builder<T>
- Enclosing class:
PublicIPAddress
public abstract static class PublicIPAddress.Builder<T extends PublicIPAddress.Builder<T>>
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Date
protected String
protected String
protected String
protected String
protected String
protected boolean
protected boolean
protected String
protected Integer
protected String
protected PublicIPAddress.State
protected boolean
protected String
protected String
protected String
protected String
protected String
protected String
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassociatedNetworkId
(String associatedNetworkId) build()
isSourceNAT
(boolean isSourceNAT) isStaticNAT
(boolean isStaticNAT) protected abstract T
self()
state
(PublicIPAddress.State state) usesVirtualNetwork
(boolean usesVirtualNetwork) virtualMachineDisplayName
(String virtualMachineDisplayName) virtualMachineId
(String virtualMachineId) virtualMachineName
(String virtualMachineName)
-
Field Details
-
id
-
account
-
allocated
-
associatedNetworkId
-
domain
-
domainId
-
usesVirtualNetwork
protected boolean usesVirtualNetwork -
IPAddress
-
isSourceNAT
protected boolean isSourceNAT -
isStaticNAT
protected boolean isStaticNAT -
networkId
-
state
-
virtualMachineDisplayName
-
virtualMachineId
-
virtualMachineName
-
VLANId
-
VLANName
-
zoneId
-
zoneName
-
jobId
-
jobStatus
-
tags
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
-
id
- See Also:
-
account
- See Also:
-
allocated
- See Also:
-
associatedNetworkId
- See Also:
-
domain
- See Also:
-
domainId
- See Also:
-
usesVirtualNetwork
- See Also:
-
IPAddress
- See Also:
-
isSourceNAT
- See Also:
-
isStaticNAT
- See Also:
-
networkId
- See Also:
-
state
- See Also:
-
virtualMachineDisplayName
- See Also:
-
virtualMachineId
- See Also:
-
virtualMachineName
- See Also:
-
VLANId
- See Also:
-
VLANName
- See Also:
-
zoneId
- See Also:
-
zoneName
- See Also:
-
jobId
- See Also:
-
jobStatus
- See Also:
-
tags
- See Also:
-
tags
-
build
-
fromPublicIPAddress
-