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.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) ZonesResultOutputpublic 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 dictionaryThe following arguments are supported:
- Output
File string
- Output
File string
- output
File String
- output
File string
- output_
file str
- output
File String
Zones Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - Zones
List<Zones
Zone> - Output
File string
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - Zones
[]Zones
Zone - Output
File string
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Integer - zones
List<Zones
Zone> - output
File String
- id string
- The provider-assigned unique ID for this managed resource.
- total
Count number - zones
Zones
Zone[] - output
File string
- id str
- The provider-assigned unique ID for this managed resource.
- total_
count int - zones
Sequence[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
ZonesZone
- 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
