Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
published on Friday, Mar 13, 2026 by Volcengine
Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
published on Friday, Mar 13, 2026 by Volcengine
Using getZones
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getZones(args: GetZonesArgs, opts?: InvokeOptions): Promise<GetZonesResult>
function getZonesOutput(args: GetZonesOutputArgs, opts?: InvokeOptions): Output<GetZonesResult>def get_zones(output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetZonesResult
def get_zones_output(output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetZonesResult]func GetZones(ctx *Context, args *GetZonesArgs, opts ...InvokeOption) (*GetZonesResult, error)
func GetZonesOutput(ctx *Context, args *GetZonesOutputArgs, opts ...InvokeOption) GetZonesResultOutput> Note: This function is named GetZones in the Go SDK.
public static class GetZones
{
public static Task<GetZonesResult> InvokeAsync(GetZonesArgs args, InvokeOptions? opts = null)
public static Output<GetZonesResult> Invoke(GetZonesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetZonesResult> getZones(GetZonesArgs args, InvokeOptions options)
public static Output<GetZonesResult> getZones(GetZonesArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:nlb/getZones:getZones
arguments:
# arguments dictionaryThe following arguments are supported:
- Output
File string
- Output
File string
- output
File String
- output
File string
- output_
file str
- output
File String
getZones Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - Zones
List<Get
Zones Zone> - Output
File string
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - Zones
[]Get
Zones Zone - Output
File string
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Integer - zones
List<Get
Zones Zone> - output
File String
- id string
- The provider-assigned unique ID for this managed resource.
- total
Count number - zones
Get
Zones Zone[] - output
File string
- id str
- The provider-assigned unique ID for this managed resource.
- total_
count int - zones
Sequence[Get
Zones Zone] - output_
file str
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Number - zones List<Property Map>
- output
File String
Supporting Types
GetZonesZone
- Zone
Id string - The id of the zone.
- Zone
Id string - The id of the zone.
- zone
Id String - The id of the zone.
- zone
Id string - The id of the zone.
- zone_
id str - The id of the zone.
- zone
Id String - The id of the zone.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengineTerraform Provider.
Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
published on Friday, Mar 13, 2026 by Volcengine
