1. Packages
  2. Packages
  3. Opentelekomcloud Provider
  4. API Docs
  5. getCcCentralNetworkQuotasV3
Viewing docs for opentelekomcloud 1.37.3
published on Friday, Jul 31, 2026 by opentelekomcloud
Viewing docs for opentelekomcloud 1.37.3
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 dictionary
    data "opentelekomcloud_get_cc_central_network_quotas_v3" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    The data source ID.
    QuotaTypes 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.
    QuotaTypes []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.
    quotaTypes 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.
    quotaTypes 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.
    quotaTypes 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<GetCcCentralNetworkQuotasV3Quota>
    The list of quotas that match the filter parameters. The quotas structure is documented below.
    Region string
    QuotaTypes List<string>
    Id string
    The data source ID.
    Quotas []GetCcCentralNetworkQuotasV3Quota
    The list of quotas that match the filter parameters. The quotas structure is documented below.
    Region string
    QuotaTypes []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<GetCcCentralNetworkQuotasV3Quota>
    The list of quotas that match the filter parameters. The quotas structure is documented below.
    region String
    quotaTypes List<String>
    id string
    The data source ID.
    quotas GetCcCentralNetworkQuotasV3Quota[]
    The list of quotas that match the filter parameters. The quotas structure is documented below.
    region string
    quotaTypes string[]
    id str
    The data source ID.
    quotas Sequence[GetCcCentralNetworkQuotasV3Quota]
    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
    quotaTypes List<String>

    Supporting Types

    GetCcCentralNetworkQuotasV3Quota

    QuotaKey string
    The quota identifier.
    QuotaLimit double
    The quota limit.
    Unit string
    The unit of the quota value.
    Used double
    The number of used quotas.
    QuotaKey string
    The quota identifier.
    QuotaLimit 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.
    quotaKey String
    The quota identifier.
    quotaLimit Double
    The quota limit.
    unit String
    The unit of the quota value.
    used Double
    The number of used quotas.
    quotaKey string
    The quota identifier.
    quotaLimit 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.
    quotaKey String
    The quota identifier.
    quotaLimit 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 opentelekomcloud Terraform Provider.
    Viewing docs for opentelekomcloud 1.37.3
    published on Friday, Jul 31, 2026 by opentelekomcloud

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial