Package org.jclouds.cloudstack.domain
Class Zone.Builder<T extends Zone.Builder<T>>
java.lang.Object
org.jclouds.cloudstack.domain.Zone.Builder<T>
- Enclosing class:
Zone
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AllocationState
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected NetworkType
protected boolean
protected String
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallocationState
(AllocationState allocationState) build()
description
(String description) dhcpProvider
(String dhcpProvider) displayText
(String displayText) guestCIDRAddress
(String guestCIDRAddress) internalDNS
(List<String> DNS) networkType
(NetworkType networkType) securityGroupsEnabled
(boolean securityGroupsEnabled) protected abstract T
self()
-
Field Details
-
id
-
description
-
displayText
-
dns1
-
dns2
-
domain
-
domainId
-
guestCIDRAddress
-
internalDNS1
-
internalDNS2
-
name
-
networkType
-
vlan
-
securityGroupsEnabled
protected boolean securityGroupsEnabled -
allocationState
-
dhcpProvider
-
zoneToken
-
tags
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
-
id
- See Also:
-
description
- See Also:
-
displayText
- See Also:
-
DNS
- See Also:
-
domain
- See Also:
-
domainId
- See Also:
-
guestCIDRAddress
- See Also:
-
internalDNS
- See Also:
-
name
- See Also:
-
networkType
- See Also:
-
VLAN
- See Also:
-
securityGroupsEnabled
- See Also:
-
allocationState
- See Also:
-
dhcpProvider
- See Also:
-
zoneToken
- See Also:
-
tags
- See Also:
-
tags
-
build
-
fromZone
-