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.
|
availability
|
|
The availability of network offering. Default value is Optional
|
conserve_mode
bool |
|
Whether the network offering has IP conserve mode enabled.
|
details
|
Choices:
- internallbprovider
- publiclbprovider
|
Network offering details in key/value pairs.
with service provider as a value
|
display_text
|
|
Display text of the network offerings.
|
egress_default_policy
|
|
Whether the default egress policy is allow or to deny.
|
guest_ip_type
|
|
Guest type of the network offering.
|
keepalive_enabled
bool |
|
If true keepalive will be turned on in the loadbalancer.
At the time of writing this has only an effect on haproxy.
the mode http and httpclose options are unset in the haproxy conf file.
|
max_connections
|
|
Maximum number of concurrent connections supported by the network offering.
|
name
required |
|
The name of the network offering.
|
network_rate
|
|
Data transfer rate in megabits per second allowed.
|
persistent
|
|
True if network offering supports persistent networks
defaulted to false if not specified
|
service_capabilities
|
|
Desired service capabilities as part of network offering.
aliases: service_capability
|
service_offering
|
|
The service offering name or ID used by virtual router provider.
|
service_provider
|
|
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
|
specify_ip_ranges
bool |
|
Wheter the network offering supports specifying IP ranges.
Defaulted to no by the API if not specified.
|
specify_vlan
bool |
|
Whether the network offering supports vlans or not.
|
state
|
Choices:
- enabled
present ←
- disabled
- absent
|
State of the network offering.
|
supported_services
|
Choices:
- Dns
- PortForwarding
- Dhcp
- SourceNat
- UserData
- Firewall
- StaticNat
- Vpn
- Lb
|
Services supported by the network offering.
One or more of the choices.
aliases: supported_service
|
traffic_type
|
Default:
Guest
|
The traffic type for the network offering.
|