Package org.jclouds.cloudstack.options
Class UpdateZoneOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.UpdateZoneOptions
- All Implemented Interfaces:
HttpRequestOptions
Options used to control how a zone is updated
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallocationState
(AllocationState allocationState) dhcpProvider
(String dhcpProvider) dnsSearchOrder
(String dnsSearchOrder) domainName
(String domainName) externalDns
(List<String> externalDnsServers) guestCIDRAddress
(String guestCIDRAddress) internalDns
(List<String> internalDnsServers) You can only make a private Zone public, not the other way aroundsecurityGroupEnabled
(boolean securityGroupEnabled) Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Field Details
-
NONE
-
-
Constructor Details
-
UpdateZoneOptions
public UpdateZoneOptions()
-
-
Method Details
-
allocationState
- Parameters:
allocationState
- allocation state of this Zone for allocation of new resources
-
details
- Parameters:
details
- the details for the Zone
-
dhcpProvider
- Parameters:
dhcpProvider
- the dhcp Provider for the Zone
-
externalDns
- Parameters:
externalDnsServers
- the list of external DNS servers
-
internalDns
- Parameters:
internalDnsServers
- the list of internal DNS for the Zone
-
dnsSearchOrder
- Parameters:
dnsSearchOrder
- the dns search order list
-
domainName
- Parameters:
domainName
- network domain name for the networks in zone
-
guestCIDRAddress
- Parameters:
guestCIDRAddress
- the guest CIDR address for the Zone
-
securityGroupEnabled
- Parameters:
securityGroupEnabled
- true if network is security group enabled, false otherwise
-
makePublic
You can only make a private Zone public, not the other way around -
name
- Parameters:
name
- the name of the Zone
-
vlan
- Parameters:
vlan
- the VLAN for the Zone
-