UpdateZoneOptions |
UpdateZoneOptions.allocationState(AllocationState allocationState) |
static UpdateZoneOptions |
UpdateZoneOptions.Builder.allocationState(AllocationState allocationState) |
UpdateZoneOptions |
UpdateZoneOptions.details(String details) |
static UpdateZoneOptions |
UpdateZoneOptions.Builder.details(String details) |
UpdateZoneOptions |
UpdateZoneOptions.dhcpProvider(String dhcpProvider) |
static UpdateZoneOptions |
UpdateZoneOptions.Builder.dhcpProvider(String dhcpProvider) |
UpdateZoneOptions |
UpdateZoneOptions.dnsSearchOrder(String dnsSearchOrder) |
static UpdateZoneOptions |
UpdateZoneOptions.Builder.dnsSearchOrder(String dnsSearchOrder) |
UpdateZoneOptions |
UpdateZoneOptions.domainName(String domainName) |
static UpdateZoneOptions |
UpdateZoneOptions.Builder.domainName(String domainName) |
UpdateZoneOptions |
UpdateZoneOptions.externalDns(List<String> externalDnsServers) |
static UpdateZoneOptions |
UpdateZoneOptions.Builder.externalDns(List<String> externalDnsServers) |
UpdateZoneOptions |
UpdateZoneOptions.guestCIDRAddress(String guestCIDRAddress) |
static UpdateZoneOptions |
UpdateZoneOptions.Builder.guestCIDRAddress(String guestCIDRAddress) |
UpdateZoneOptions |
UpdateZoneOptions.internalDns(List<String> internalDnsServers) |
static UpdateZoneOptions |
UpdateZoneOptions.Builder.internalDns(List<String> internalDnsServers) |
UpdateZoneOptions |
UpdateZoneOptions.makePublic()
You can only make a private Zone public, not the other way around
|
static UpdateZoneOptions |
UpdateZoneOptions.Builder.makePublic() |
UpdateZoneOptions |
UpdateZoneOptions.name(String name) |
static UpdateZoneOptions |
UpdateZoneOptions.Builder.name(String name) |
UpdateZoneOptions |
UpdateZoneOptions.securityGroupEnabled(boolean securityGroupEnabled) |
static UpdateZoneOptions |
UpdateZoneOptions.Builder.securityGroupEnabled(boolean securityGroupEnabled) |
UpdateZoneOptions |
UpdateZoneOptions.vlan(String vlan) |
static UpdateZoneOptions |
UpdateZoneOptions.Builder.vlan(String vlan) |