Package org.jclouds.cloudstack.options
Class CreateZoneOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.CreateZoneOptions
- All Implemented Interfaces:
HttpRequestOptions
Options used to control how a zone is created
- 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) domainName
(String domainName) guestCIDRAddress
(String guestCIDRAddress) internalDns2
(String internalDns2) securityGroupEnabled
(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
-
CreateZoneOptions
public CreateZoneOptions()
-
-
Method Details
-
allocationState
- Parameters:
allocationState
- allocation state of this Zone for allocation of new resources
-
dns2
- Parameters:
dns2
- the second DNS for the Zone
-
internalDns2
- Parameters:
internalDns2
- the second internal DNS for the Zone
-
domainName
- Parameters:
domainName
- network domain name for the networks in zone
-
domainId
- Parameters:
domainId
- the ID of the containing domain; null for public zones
-
guestCIDRAddress
- Parameters:
guestCIDRAddress
- the guest CIDR address for the Zone
-
securityGroupEnabled
- Parameters:
securityGroupEnabled
- true if network is security group enabled, false otherwise
-
vlan
- Parameters:
vlan
- the VLAN for the Zone
-