Parameter |
Choices/Defaults |
Comments |
description
-
|
|
Additional description of the network domain.
|
location
string
/ required
|
|
The target datacenter.
|
mcp_password
string
|
|
The password used to authenticate to the CloudControl API.
If not specified, will fall back to MCP_PASSWORD from environment variable or ~/.dimensiondata .
Required if mcp_user is specified.
|
mcp_user
string
|
|
The username used to authenticate to the CloudControl API.
If not specified, will fall back to MCP_USER from environment variable or ~/.dimensiondata .
|
name
-
/ required
|
|
The name of the network domain to create.
|
region
string
|
Choices:
- Regions are defined in Apache libcloud project [libcloud/common/dimensiondata.py]
- They are also listed in U(https://libcloud.readthedocs.io/en/latest/compute/drivers/dimensiondata.html)
- Note that the default value "na" stands for "North America".
- The module prepends 'dd-' to the region choice.
Default:
"na"
|
The target region.
|
service_plan
-
|
Choices:
ESSENTIALS ←
- ADVANCED
|
The service plan, either "ESSENTIALS" or "ADVANCED".
MCP 2.0 Only.
|
state
-
|
Choices:
present ←
- absent
|
Should the resource be present or absent.
|
validate_certs
boolean
|
|
If false , SSL certificates will not be validated.
This should only be used on private instances of the CloudControl API that use self-signed certificates.
|
wait
boolean
|
|
Should we wait for the task to complete before moving onto the next.
|
wait_poll_interval
integer
|
Default:
2
|
The amount of time (in seconds) to wait between checks for task completion.
Only applicable if wait=true.
|
wait_time
integer
|
Default:
600
|
The maximum amount of time (in seconds) to wait for the task to complete.
Only applicable if wait=true.
|