Parameter |
Choices/Defaults |
Comments |
api_http_method
string
|
|
HTTP method used to query the API endpoint.
If not given, the CLOUDSTACK_METHOD env variable is considered.
|
api_key
string
/ required
|
|
API key of the CloudStack API.
If not given, the CLOUDSTACK_KEY env variable is considered.
|
api_secret
string
/ required
|
|
Secret key of the CloudStack API.
If not set, the CLOUDSTACK_SECRET env variable is considered.
|
api_timeout
integer
|
Default:
10
|
HTTP timeout in seconds.
If not given, the CLOUDSTACK_TIMEOUT env variable is considered.
|
api_url
string
/ required
|
|
URL of the CloudStack API e.g. https://cloud.example.com/client/api.
If not given, the CLOUDSTACK_ENDPOINT env variable is considered.
|
api_verify_ssl_cert
string
|
|
Verify CA authority cert file.
If not given, the CLOUDSTACK_VERIFY env variable is considered.
|
availability
string
|
|
The availability of network offering. Default value is Optional
|
conserve_mode
boolean
|
|
Whether the network offering has IP conserve mode enabled.
|
details
list
/ elements=dictionary
|
|
Network offering details in key/value pairs.
with service provider as a value
|
display_text
string
|
|
Display text of the network offerings.
|
egress_default_policy
string
|
|
Whether the default egress policy is allow or to deny.
|
for_vpc
boolean
|
|
Whether the offering is meant to be used for VPC or not.
|
guest_ip_type
string
|
|
Guest type of the network offering.
|
keepalive_enabled
boolean
|
|
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
integer
|
|
Maximum number of concurrent connections supported by the network offering.
|
name
string
/ required
|
|
The name of the network offering.
|
network_rate
integer
|
|
Data transfer rate in megabits per second allowed.
|
persistent
boolean
|
|
True if network offering supports persistent networks
defaulted to false if not specified
|
service_capabilities
list
/ elements=string
|
|
Desired service capabilities as part of network offering.
aliases: service_capability
|
service_offering
string
|
|
The service offering name or ID used by virtual router provider.
|
service_providers
list
/ elements=dictionary
|
|
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
boolean
|
|
Whether the network offering supports specifying IP ranges.
Defaulted to no by the API if not specified.
|
specify_vlan
boolean
|
|
Whether the network offering supports vlans or not.
|
state
string
|
Choices:
- enabled
present ←
- disabled
- absent
|
State of the network offering.
|
supported_services
list
/ elements=string
|
Choices:
- Dns
- PortForwarding
- Dhcp
- SourceNat
- UserData
- Firewall
- StaticNat
- Vpn
- Lb
|
Services supported by the network offering.
A list of one or more items from the choice list.
aliases: supported_service
|
traffic_type
string
|
Default:
"Guest"
|
The traffic type for the network offering.
|