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.
|
display_text
|
|
Display text of the vpc offerings
|
name
required |
|
The name of the vpc offering
|
poll_async
|
Default:
yes
|
Poll async jobs until job has finished.
|
service_capabilities
|
|
Desired service capabilities as part of vpc offering.
aliases: service_capability
|
service_offering
|
|
The name or ID of the service offering for the VPC router appliance.
|
service_providers
|
|
provider to service mapping. If not specified, the provider for the service will be mapped to the default provider on the physical network
aliases: service_provider
|
state
|
Choices:
- enabled
present ←
- disabled
- absent
|
State of the vpc offering.
|
supported_services
|
|
Services supported by the vpc offering
aliases: supported_service
|