Get Zones Plain Args
A collection of arguments for invoking getZones.
Constructors
Properties
Filter the results by a specific disk category. Can be either cloud
, cloud_efficiency
, cloud_ssd
, ephemeral_ssd
.
Filter the results by a specific instance type.
Filter the results by a specific resource type. Valid values: Instance
, Disk
, VSwitch
, Rds
, KVStore
, FunctionCompute
, Elasticsearch
, Slb
.
Filter the results by a slb instance address version. Can be either ipv4
, or ipv6
.
Filter the results by a slb instance address type. Can be either Vpc
, classic_internet
or classic_intranet
Default to false and only output id
in the zones
block. Set it to true can output more details.
Filter the results by a specific ECS instance charge type. Valid values: PrePaid
and PostPaid
. Default to PostPaid
.
Filter the results by a specific network type. Valid values: Classic
and Vpc
.
File name where to save data source results (after running pulumi preview
).