Modifier and Type | Field and Description |
---|---|
protected AllocationState |
allocationState |
protected String |
description |
protected String |
dhcpProvider |
protected String |
displayText |
protected String |
DNS1 |
protected String |
DNS2 |
protected String |
domain |
protected String |
domainId |
protected String |
guestCIDRAddress |
protected String |
id |
protected String |
internalDNS1 |
protected String |
internalDNS2 |
protected String |
name |
protected NetworkType |
networkType |
protected boolean |
securityGroupsEnabled |
protected String |
VLAN |
protected String |
zoneToken |
Constructor and Description |
---|
Zone.Builder() |
Modifier and Type | Method and Description |
---|---|
T |
allocationState(AllocationState allocationState) |
Zone |
build() |
T |
description(String description) |
T |
dhcpProvider(String dhcpProvider) |
T |
displayText(String displayText) |
T |
DNS(List<String> DNS) |
T |
domain(String domain) |
T |
domainId(String domainId) |
T |
fromZone(Zone in) |
T |
guestCIDRAddress(String guestCIDRAddress) |
T |
id(String id) |
T |
internalDNS(List<String> DNS) |
T |
name(String name) |
T |
networkType(NetworkType networkType) |
T |
securityGroupsEnabled(boolean securityGroupsEnabled) |
protected abstract T |
self() |
T |
VLAN(String VLAN) |
T |
zoneToken(String zoneToken) |
protected String id
protected String description
protected String displayText
protected String DNS1
protected String DNS2
protected String domain
protected String domainId
protected String guestCIDRAddress
protected String internalDNS1
protected String internalDNS2
protected String name
protected NetworkType networkType
protected String VLAN
protected boolean securityGroupsEnabled
protected AllocationState allocationState
protected String dhcpProvider
protected String zoneToken
protected abstract T self()
public T id(String id)
Zone.getId()
public T description(String description)
Zone.getDescription()
public T displayText(String displayText)
Zone.getDisplayText()
public T DNS(List<String> DNS)
Zone.getDNS()
public T domain(String domain)
Zone.getDomain()
public T domainId(String domainId)
Zone.getDomainId()
public T guestCIDRAddress(String guestCIDRAddress)
Zone.getGuestCIDRAddress()
public T internalDNS(List<String> DNS)
Zone.getInternalDNS()
public T name(String name)
Zone.getName()
public T networkType(NetworkType networkType)
Zone.getNetworkType()
public T VLAN(String VLAN)
Zone.getVLAN()
public T securityGroupsEnabled(boolean securityGroupsEnabled)
Zone.isSecurityGroupsEnabled()
public T allocationState(AllocationState allocationState)
Zone.getAllocationState()
public T dhcpProvider(String dhcpProvider)
Zone.getDhcpProvider()
public T zoneToken(String zoneToken)
Zone.getZoneToken()
public Zone build()
Copyright © 2009-2013 jclouds. All Rights Reserved.