Parameter |
Choices/Defaults |
Comments |
api_http_method
|
|
HTTP method used to query the API endpoint.
If not given, the CLOUDSTACK_METHOD env variable is considered.
As the last option, the value is taken from the ini config file, also see the notes.
Fallback value is get if not specified.
|
api_key
|
|
API key of the CloudStack API.
If not given, the CLOUDSTACK_KEY env variable is considered.
As the last option, the value is taken from the ini config file, also see the notes.
|
api_region
|
Default:
cloudstack
|
Name of the ini section in the cloustack.ini file.
If not given, the CLOUDSTACK_REGION env variable is considered.
|
api_secret
|
|
Secret key of the CloudStack API.
If not set, the CLOUDSTACK_SECRET env variable is considered.
As the last option, the value is taken from the ini config file, also see the notes.
|
api_timeout
|
|
HTTP timeout in seconds.
If not given, the CLOUDSTACK_TIMEOUT env variable is considered.
As the last option, the value is taken from the ini config file, also see the notes.
Fallback value is 10 seconds if not specified.
|
api_url
|
|
URL of the CloudStack API e.g. https://cloud.example.com/client/api.
If not given, the CLOUDSTACK_ENDPOINT env variable is considered.
As the last option, the value is taken from the ini config file, also see the notes.
|
dhcp_provider
|
|
DHCP provider for the Zone.
|
dns1
|
|
First DNS for the zone.
Required if state=present
|
dns1_ipv6
|
|
First DNS for IPv6 for the zone.
|
dns2
|
|
Second DNS for the zone.
|
dns2_ipv6
|
|
Second DNS for IPv6 for the zone.
|
domain
|
|
Domain the zone is related to.
Zone is a public zone if not set.
|
guest_cidr_address
|
|
Guest CIDR address for the zone.
|
id
|
|
uuid of the existing zone.
|
internal_dns1
|
|
First internal DNS for the zone.
If not set dns1 will be used on state=present .
|
internal_dns2
|
|
Second internal DNS for the zone.
|
name
required |
|
Name of the zone.
|
network_domain
|
|
Network domain for the zone.
|
network_type
|
Choices:
basic ←
- advanced
|
Network type of the zone.
|
state
|
Choices:
present ←
- enabled
- disabled
- absent
|
State of the zone.
|