public static class CreateZoneOptions.Builder extends Object
Constructor and Description |
---|
CreateZoneOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
static CreateZoneOptions |
allocationState(AllocationState allocationState) |
static CreateZoneOptions |
dns2(String dns2) |
static CreateZoneOptions |
domainId(long domainId) |
static CreateZoneOptions |
domainName(String domainName) |
static CreateZoneOptions |
guestCIDRAddress(String guestCIDRAddress) |
static CreateZoneOptions |
internalDns2(String internalDns2) |
static CreateZoneOptions |
securityGroupEnabled(boolean securityGroupEnabled) |
static CreateZoneOptions |
vlan(String vlan) |
public static CreateZoneOptions allocationState(AllocationState allocationState)
public static CreateZoneOptions dns2(String dns2)
public static CreateZoneOptions internalDns2(String internalDns2)
public static CreateZoneOptions domainName(String domainName)
public static CreateZoneOptions domainId(@Nullable long domainId)
CreateZoneOptions.domainId(long)
public static CreateZoneOptions guestCIDRAddress(String guestCIDRAddress)
public static CreateZoneOptions securityGroupEnabled(boolean securityGroupEnabled)
public static CreateZoneOptions vlan(String vlan)
Copyright © 2009-2012 jclouds. All Rights Reserved.