Viewing docs for bytepluscc v0.0.30
published on Monday, May 25, 2026 by Byteplus
published on Monday, May 25, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.30
published on Monday, May 25, 2026 by Byteplus
published on Monday, May 25, 2026 by Byteplus
Plural Data Source schema for Byteplus::PrivateZone::PrivateZone
Using getPrivateZones
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 getPrivateZones(opts?: InvokeOptions): Promise<GetPrivateZonesResult>
function getPrivateZonesOutput(opts?: InvokeOptions): Output<GetPrivateZonesResult>def get_private_zones(opts: Optional[InvokeOptions] = None) -> GetPrivateZonesResult
def get_private_zones_output(opts: Optional[InvokeOptions] = None) -> Output[GetPrivateZonesResult]func GetPrivateZones(ctx *Context, opts ...InvokeOption) (*GetPrivateZonesResult, error)
func GetPrivateZonesOutput(ctx *Context, opts ...InvokeOption) GetPrivateZonesResultOutput> Note: This function is named GetPrivateZones in the Go SDK.
public static class GetPrivateZones
{
public static Task<GetPrivateZonesResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetPrivateZonesResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetPrivateZonesResult> getPrivateZones(InvokeOptions options)
public static Output<GetPrivateZonesResult> getPrivateZones(InvokeOptions options)
fn::invoke:
function: bytepluscc:privatezone/getPrivateZones:getPrivateZones
arguments:
# arguments dictionarydata "bytepluscc_privatezone_getprivatezones" "name" {
# arguments
}getPrivateZones Result
The following output properties are available:
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
Viewing docs for bytepluscc v0.0.30
published on Monday, May 25, 2026 by Byteplus
published on Monday, May 25, 2026 by Byteplus