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
Deprecated: volcengine.escloud_v2.EscloudZonesV2 has been deprecated in favor of volcengine.escloud_v2.getEscloudZonesV2
Use this data source to query detailed information of escloud zones v2
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.escloud_v2.getEscloudZonesV2({});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.escloud_v2.get_escloud_zones_v2()
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/escloud_v2"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := escloud_v2.GetEscloudZonesV2(ctx, nil, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var foo = Volcengine.Escloud_v2.GetEscloudZonesV2.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.escloud_v2.Escloud_v2Functions;
import com.pulumi.volcengine.escloud_v2.inputs.GetEscloudZonesV2Args;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var foo = Escloud_v2Functions.getEscloudZonesV2();
}
}
variables:
foo:
fn::invoke:
Function: volcengine:escloud_v2:getEscloudZonesV2
Arguments: {}
Using EscloudZonesV2
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 escloudZonesV2(args: EscloudZonesV2Args, opts?: InvokeOptions): Promise<EscloudZonesV2Result>
function escloudZonesV2Output(args: EscloudZonesV2OutputArgs, opts?: InvokeOptions): Output<EscloudZonesV2Result>def escloud_zones_v2(output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> EscloudZonesV2Result
def escloud_zones_v2_output(output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[EscloudZonesV2Result]func EscloudZonesV2(ctx *Context, args *EscloudZonesV2Args, opts ...InvokeOption) (*EscloudZonesV2Result, error)
func EscloudZonesV2Output(ctx *Context, args *EscloudZonesV2OutputArgs, opts ...InvokeOption) EscloudZonesV2ResultOutputpublic static class EscloudZonesV2
{
public static Task<EscloudZonesV2Result> InvokeAsync(EscloudZonesV2Args args, InvokeOptions? opts = null)
public static Output<EscloudZonesV2Result> Invoke(EscloudZonesV2InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<EscloudZonesV2Result> escloudZonesV2(EscloudZonesV2Args args, InvokeOptions options)
public static Output<EscloudZonesV2Result> escloudZonesV2(EscloudZonesV2Args args, InvokeOptions options)
fn::invoke:
function: volcengine:escloud_v2:EscloudZonesV2
arguments:
# arguments dictionaryThe following arguments are supported:
- Output
File string - File name where to save data source results.
- Output
File string - File name where to save data source results.
- output
File String - File name where to save data source results.
- output
File string - File name where to save data source results.
- output_
file str - File name where to save data source results.
- output
File String - File name where to save data source results.
EscloudZonesV2 Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of query.
- Zones
List<Escloud
Zones V2Zone> - The collection of query.
- Output
File string
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of query.
- Zones
[]Escloud
Zones V2Zone - The collection of query.
- Output
File string
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Integer - The total count of query.
- zones
List<Escloud
Zones V2Zone> - The collection of query.
- output
File String
- id string
- The provider-assigned unique ID for this managed resource.
- total
Count number - The total count of query.
- zones
Escloud
Zones V2Zone[] - The collection of query.
- output
File string
- id str
- The provider-assigned unique ID for this managed resource.
- total_
count int - The total count of query.
- zones
Sequence[Escloud
Zones V2Zone] - The collection of query.
- output_
file str
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Number - The total count of query.
- zones List<Property Map>
- The collection of query.
- output
File String
Supporting Types
EscloudZonesV2Zone
- Region
Id string - The region ID of zone.
- Zone
Id string - The ID of zone.
- Zone
Name string - The name of zone.
- Zone
Status string - The status of zone.
- Region
Id string - The region ID of zone.
- Zone
Id string - The ID of zone.
- Zone
Name string - The name of zone.
- Zone
Status string - The status of zone.
- region
Id String - The region ID of zone.
- zone
Id String - The ID of zone.
- zone
Name String - The name of zone.
- zone
Status String - The status of zone.
- region
Id string - The region ID of zone.
- zone
Id string - The ID of zone.
- zone
Name string - The name of zone.
- zone
Status string - The status of zone.
- region_
id str - The region ID of zone.
- zone_
id str - The ID of zone.
- zone_
name str - The name of zone.
- zone_
status str - The status of zone.
- region
Id String - The region ID of zone.
- zone
Id String - The ID of zone.
- zone
Name String - The name of zone.
- zone
Status String - The status of 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
