Package org.jclouds.cloudstack.domain
Class NIC.Builder<T extends NIC.Builder<T>>
java.lang.Object
org.jclouds.cloudstack.domain.NIC.Builder<T>
- Enclosing class:
NIC
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected URI
protected String
protected GuestIPType
protected String
protected String
protected boolean
protected URI
protected String
protected String
protected String
protected TrafficType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbroadcastURI
(URI broadcastURI) build()
guestIPType
(GuestIPType guestIPType) isDefault
(boolean isDefault) isolationURI
(URI isolationURI) macAddress
(String macAddress) protected abstract T
self()
trafficType
(TrafficType trafficType)
-
Field Details
-
id
-
broadcastURI
-
gateway
-
IPAddress
-
isDefault
protected boolean isDefault -
isolationURI
-
netmask
-
macAddress
-
networkId
-
trafficType
-
guestIPType
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
-
id
- See Also:
-
broadcastURI
- See Also:
-
gateway
- See Also:
-
IPAddress
- See Also:
-
isDefault
- See Also:
-
isolationURI
- See Also:
-
netmask
- See Also:
-
macAddress
- See Also:
-
networkId
- See Also:
-
trafficType
- See Also:
-
guestIPType
- See Also:
-
build
-
fromNIC
-