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.
|
bytes_read_rate
|
|
Bytes read rate of the disk offering.
|
bytes_write_rate
|
|
Bytes write rate of the disk offering.
|
customized
bool |
|
Whether disk offering iops is custom or not.
|
disk_size
|
|
Size of the disk offering in GB (1GB = 1,073,741,824 bytes).
|
display_offering
bool |
|
An optional field, whether to display the offering to the end user or not.
|
display_text
|
|
Display text of the disk offering.
If not set, name will be used as display_text while creating.
|
domain
|
|
Domain the disk offering is related to.
Public for all domains and subdomains if not set.
|
hypervisor_snapshot_reserve
|
|
Hypervisor snapshot reserve space as a percent of a volume.
Only for managed storage using Xen or VMware.
|
iops_max
|
|
Max. iops of the disk offering.
|
iops_min
|
|
Min. iops of the disk offering.
|
iops_read_rate
|
|
IO requests read rate of the disk offering.
|
iops_write_rate
|
|
IO requests write rate of the disk offering.
|
name
required |
|
Name of the disk offering.
|
provisioning_type
|
|
Provisioning type used to create volumes.
|
state
|
Choices:
present ←
- absent
|
State of the disk offering.
|
storage_tags
|
|
The storage tags for this disk offering.
aliases: storage_tag
|
storage_type
|
|
The storage type of the disk offering.
|