published on Friday, Jul 31, 2026 by opentelekomcloud
published on Friday, Jul 31, 2026 by opentelekomcloud
Up-to-date reference of API arguments for Cloud Connect central network quotas you can get at documentation portal
Use this data source to query the Cloud Connect (CC) central network quotas within OpenTelekomCloud.
The central network APIs are account-level (domain-scoped). Make sure the credentials used by the provider have permission to query Cloud Connect resources.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as opentelekomcloud from "@pulumi/opentelekomcloud";
const test = opentelekomcloud.getCcCentralNetworkQuotasV3({
quotaTypes: ["central_network_count"],
});
import pulumi
import pulumi_opentelekomcloud as opentelekomcloud
test = opentelekomcloud.get_cc_central_network_quotas_v3(quota_types=["central_network_count"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/opentelekomcloud/opentelekomcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := opentelekomcloud.GetCcCentralNetworkQuotasV3(ctx, &opentelekomcloud.GetCcCentralNetworkQuotasV3Args{
QuotaTypes: []string{
"central_network_count",
},
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Opentelekomcloud = Pulumi.Opentelekomcloud;
return await Deployment.RunAsync(() =>
{
var test = Opentelekomcloud.GetCcCentralNetworkQuotasV3.Invoke(new()
{
QuotaTypes = new[]
{
"central_network_count",
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.opentelekomcloud.OpentelekomcloudFunctions;
import com.pulumi.opentelekomcloud.inputs.GetCcCentralNetworkQuotasV3Args;
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 test = OpentelekomcloudFunctions.getCcCentralNetworkQuotasV3(GetCcCentralNetworkQuotasV3Args.builder()
.quotaTypes("central_network_count")
.build());
}
}
variables:
test:
fn::invoke:
function: opentelekomcloud:getCcCentralNetworkQuotasV3
arguments:
quotaTypes:
- central_network_count
Example coming soon!
Using getCcCentralNetworkQuotasV3
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 getCcCentralNetworkQuotasV3(args: GetCcCentralNetworkQuotasV3Args, opts?: InvokeOptions): Promise<GetCcCentralNetworkQuotasV3Result>
function getCcCentralNetworkQuotasV3Output(args: GetCcCentralNetworkQuotasV3OutputArgs, opts?: InvokeOptions): Output<GetCcCentralNetworkQuotasV3Result>def get_cc_central_network_quotas_v3(id: Optional[str] = None,
quota_types: Optional[Sequence[str]] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCcCentralNetworkQuotasV3Result
def get_cc_central_network_quotas_v3_output(id: pulumi.Input[Optional[str]] = None,
quota_types: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
region: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCcCentralNetworkQuotasV3Result]func GetCcCentralNetworkQuotasV3(ctx *Context, args *GetCcCentralNetworkQuotasV3Args, opts ...InvokeOption) (*GetCcCentralNetworkQuotasV3Result, error)
func GetCcCentralNetworkQuotasV3Output(ctx *Context, args *GetCcCentralNetworkQuotasV3OutputArgs, opts ...InvokeOption) GetCcCentralNetworkQuotasV3ResultOutput> Note: This function is named GetCcCentralNetworkQuotasV3 in the Go SDK.
public static class GetCcCentralNetworkQuotasV3
{
public static Task<GetCcCentralNetworkQuotasV3Result> InvokeAsync(GetCcCentralNetworkQuotasV3Args args, InvokeOptions? opts = null)
public static Output<GetCcCentralNetworkQuotasV3Result> Invoke(GetCcCentralNetworkQuotasV3InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCcCentralNetworkQuotasV3Result> getCcCentralNetworkQuotasV3(GetCcCentralNetworkQuotasV3Args args, InvokeOptions options)
public static Output<GetCcCentralNetworkQuotasV3Result> getCcCentralNetworkQuotasV3(GetCcCentralNetworkQuotasV3Args args, InvokeOptions options)
fn::invoke:
function: opentelekomcloud:index/getCcCentralNetworkQuotasV3:getCcCentralNetworkQuotasV3
arguments:
# arguments dictionarydata "opentelekomcloud_get_cc_central_network_quotas_v3" "name" {
# arguments
}The following arguments are supported:
- Id string
- The data source ID.
- Quota
Types List<string> - The quota types used to query. Multiple quota types can be specified.
- Region string
- The region in which to query the data source. If omitted, the provider-level region will be used.
- Id string
- The data source ID.
- Quota
Types []string - The quota types used to query. Multiple quota types can be specified.
- Region string
- The region in which to query the data source. If omitted, the provider-level region will be used.
- id string
- The data source ID.
- quota_
types list(string) - The quota types used to query. Multiple quota types can be specified.
- region string
- The region in which to query the data source. If omitted, the provider-level region will be used.
- id String
- The data source ID.
- quota
Types List<String> - The quota types used to query. Multiple quota types can be specified.
- region String
- The region in which to query the data source. If omitted, the provider-level region will be used.
- id string
- The data source ID.
- quota
Types string[] - The quota types used to query. Multiple quota types can be specified.
- region string
- The region in which to query the data source. If omitted, the provider-level region will be used.
- id str
- The data source ID.
- quota_
types Sequence[str] - The quota types used to query. Multiple quota types can be specified.
- region str
- The region in which to query the data source. If omitted, the provider-level region will be used.
- id String
- The data source ID.
- quota
Types List<String> - The quota types used to query. Multiple quota types can be specified.
- region String
- The region in which to query the data source. If omitted, the provider-level region will be used.
getCcCentralNetworkQuotasV3 Result
The following output properties are available:
- Id string
- The data source ID.
- Quotas
List<Get
Cc Central Network Quotas V3Quota> - The list of quotas that match the filter parameters. The quotas structure is documented below.
- Region string
- Quota
Types List<string>
- Id string
- The data source ID.
- Quotas
[]Get
Cc Central Network Quotas V3Quota - The list of quotas that match the filter parameters. The quotas structure is documented below.
- Region string
- Quota
Types []string
- id string
- The data source ID.
- quotas list(object)
- The list of quotas that match the filter parameters. The quotas structure is documented below.
- region string
- quota_
types list(string)
- id String
- The data source ID.
- quotas
List<Get
Cc Central Network Quotas V3Quota> - The list of quotas that match the filter parameters. The quotas structure is documented below.
- region String
- quota
Types List<String>
- id string
- The data source ID.
- quotas
Get
Cc Central Network Quotas V3Quota[] - The list of quotas that match the filter parameters. The quotas structure is documented below.
- region string
- quota
Types string[]
- id str
- The data source ID.
- quotas
Sequence[Get
Cc Central Network Quotas V3Quota] - The list of quotas that match the filter parameters. The quotas structure is documented below.
- region str
- quota_
types Sequence[str]
- id String
- The data source ID.
- quotas List<Property Map>
- The list of quotas that match the filter parameters. The quotas structure is documented below.
- region String
- quota
Types List<String>
Supporting Types
GetCcCentralNetworkQuotasV3Quota
- Quota
Key string - The quota identifier.
- Quota
Limit double - The quota limit.
- Unit string
- The unit of the quota value.
- Used double
- The number of used quotas.
- Quota
Key string - The quota identifier.
- Quota
Limit float64 - The quota limit.
- Unit string
- The unit of the quota value.
- Used float64
- The number of used quotas.
- quota_
key string - The quota identifier.
- quota_
limit number - The quota limit.
- unit string
- The unit of the quota value.
- used number
- The number of used quotas.
- quota
Key String - The quota identifier.
- quota
Limit Double - The quota limit.
- unit String
- The unit of the quota value.
- used Double
- The number of used quotas.
- quota
Key string - The quota identifier.
- quota
Limit number - The quota limit.
- unit string
- The unit of the quota value.
- used number
- The number of used quotas.
- quota_
key str - The quota identifier.
- quota_
limit float - The quota limit.
- unit str
- The unit of the quota value.
- used float
- The number of used quotas.
- quota
Key String - The quota identifier.
- quota
Limit Number - The quota limit.
- unit String
- The unit of the quota value.
- used Number
- The number of used quotas.
Package Details
- Repository
- opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
- License
- Notes
- This Pulumi package is based on the
opentelekomcloudTerraform Provider.
published on Friday, Jul 31, 2026 by opentelekomcloud