1. Packages
  2. Volcengine
  3. API Docs
  4. nlb
  5. Zones
Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
volcengine logo
Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
    Deprecated: volcengine.nlb.Zones has been deprecated in favor of volcengine.nlb.getZones

    Using Zones

    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 zones(args: ZonesArgs, opts?: InvokeOptions): Promise<ZonesResult>
    function zonesOutput(args: ZonesOutputArgs, opts?: InvokeOptions): Output<ZonesResult>
    def zones(output_file: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> ZonesResult
    def zones_output(output_file: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[ZonesResult]
    func Zones(ctx *Context, args *ZonesArgs, opts ...InvokeOption) (*ZonesResult, error)
    func ZonesOutput(ctx *Context, args *ZonesOutputArgs, opts ...InvokeOption) ZonesResultOutput
    public static class Zones 
    {
        public static Task<ZonesResult> InvokeAsync(ZonesArgs args, InvokeOptions? opts = null)
        public static Output<ZonesResult> Invoke(ZonesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ZonesResult> zones(ZonesArgs args, InvokeOptions options)
    public static Output<ZonesResult> zones(ZonesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcengine:nlb:Zones
      arguments:
        # arguments dictionary

    The following arguments are supported:

    OutputFile string
    OutputFile string
    outputFile String
    outputFile string
    outputFile String

    Zones Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    TotalCount int
    Zones List<ZonesZone>
    OutputFile string
    Id string
    The provider-assigned unique ID for this managed resource.
    TotalCount int
    Zones []ZonesZone
    OutputFile string
    id String
    The provider-assigned unique ID for this managed resource.
    totalCount Integer
    zones List<ZonesZone>
    outputFile String
    id string
    The provider-assigned unique ID for this managed resource.
    totalCount number
    zones ZonesZone[]
    outputFile string
    id str
    The provider-assigned unique ID for this managed resource.
    total_count int
    zones Sequence[ZonesZone]
    output_file str
    id String
    The provider-assigned unique ID for this managed resource.
    totalCount Number
    zones List<Property Map>
    outputFile String

    Supporting Types

    ZonesZone

    ZoneId string
    The id of the zone.
    ZoneId string
    The id of the zone.
    zoneId String
    The id of the zone.
    zoneId string
    The id of the zone.
    zone_id str
    The id of the zone.
    zoneId 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 volcengine Terraform Provider.
    volcengine logo
    Viewing docs for Volcengine v0.0.47
    published on Friday, Mar 13, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.