1. Packages
  2. Packages
  3. Opentelekomcloud Provider
  4. API Docs
  5. getEnterpriseProjectQuotasV1
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

    Use this data source to get the list of EPS resource quotas within T-Cloud Public (former OpenTelekomCloud).

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as opentelekomcloud from "@pulumi/opentelekomcloud";
    
    const test = opentelekomcloud.getEnterpriseProjectQuotasV1({});
    
    import pulumi
    import pulumi_opentelekomcloud as opentelekomcloud
    
    test = opentelekomcloud.get_enterprise_project_quotas_v1()
    
    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.GetEnterpriseProjectQuotasV1(ctx, &opentelekomcloud.GetEnterpriseProjectQuotasV1Args{}, 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.GetEnterpriseProjectQuotasV1.Invoke();
    
    });
    
    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.GetEnterpriseProjectQuotasV1Args;
    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.getEnterpriseProjectQuotasV1(GetEnterpriseProjectQuotasV1Args.builder()
                .build());
    
        }
    }
    
    variables:
      test:
        fn::invoke:
          function: opentelekomcloud:getEnterpriseProjectQuotasV1
          arguments: {}
    
    Example coming soon!
    

    Using getEnterpriseProjectQuotasV1

    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 getEnterpriseProjectQuotasV1(args: GetEnterpriseProjectQuotasV1Args, opts?: InvokeOptions): Promise<GetEnterpriseProjectQuotasV1Result>
    function getEnterpriseProjectQuotasV1Output(args: GetEnterpriseProjectQuotasV1OutputArgs, opts?: InvokeOptions): Output<GetEnterpriseProjectQuotasV1Result>
    def get_enterprise_project_quotas_v1(id: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetEnterpriseProjectQuotasV1Result
    def get_enterprise_project_quotas_v1_output(id: pulumi.Input[Optional[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetEnterpriseProjectQuotasV1Result]
    func GetEnterpriseProjectQuotasV1(ctx *Context, args *GetEnterpriseProjectQuotasV1Args, opts ...InvokeOption) (*GetEnterpriseProjectQuotasV1Result, error)
    func GetEnterpriseProjectQuotasV1Output(ctx *Context, args *GetEnterpriseProjectQuotasV1OutputArgs, opts ...InvokeOption) GetEnterpriseProjectQuotasV1ResultOutput

    > Note: This function is named GetEnterpriseProjectQuotasV1 in the Go SDK.

    public static class GetEnterpriseProjectQuotasV1 
    {
        public static Task<GetEnterpriseProjectQuotasV1Result> InvokeAsync(GetEnterpriseProjectQuotasV1Args args, InvokeOptions? opts = null)
        public static Output<GetEnterpriseProjectQuotasV1Result> Invoke(GetEnterpriseProjectQuotasV1InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEnterpriseProjectQuotasV1Result> getEnterpriseProjectQuotasV1(GetEnterpriseProjectQuotasV1Args args, InvokeOptions options)
    public static Output<GetEnterpriseProjectQuotasV1Result> getEnterpriseProjectQuotasV1(GetEnterpriseProjectQuotasV1Args args, InvokeOptions options)
    
    fn::invoke:
      function: opentelekomcloud:index/getEnterpriseProjectQuotasV1:getEnterpriseProjectQuotasV1
      arguments:
        # arguments dictionary
    data "opentelekomcloud_get_enterprise_project_quotas_v1" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    The region used for the query.
    Id string
    The region used for the query.
    id string
    The region used for the query.
    id String
    The region used for the query.
    id string
    The region used for the query.
    id str
    The region used for the query.
    id String
    The region used for the query.

    getEnterpriseProjectQuotasV1 Result

    The following output properties are available:

    Id string
    The region used for the query.
    Quotas List<GetEnterpriseProjectQuotasV1Quota>
    The list of the resource quotas. The quotas structure is documented below.
    Region string
    The region of the resource quotas.
    Id string
    The region used for the query.
    Quotas []GetEnterpriseProjectQuotasV1Quota
    The list of the resource quotas. The quotas structure is documented below.
    Region string
    The region of the resource quotas.
    id string
    The region used for the query.
    quotas list(object)
    The list of the resource quotas. The quotas structure is documented below.
    region string
    The region of the resource quotas.
    id String
    The region used for the query.
    quotas List<GetEnterpriseProjectQuotasV1Quota>
    The list of the resource quotas. The quotas structure is documented below.
    region String
    The region of the resource quotas.
    id string
    The region used for the query.
    quotas GetEnterpriseProjectQuotasV1Quota[]
    The list of the resource quotas. The quotas structure is documented below.
    region string
    The region of the resource quotas.
    id str
    The region used for the query.
    quotas Sequence[GetEnterpriseProjectQuotasV1Quota]
    The list of the resource quotas. The quotas structure is documented below.
    region str
    The region of the resource quotas.
    id String
    The region used for the query.
    quotas List<Property Map>
    The list of the resource quotas. The quotas structure is documented below.
    region String
    The region of the resource quotas.

    Supporting Types

    GetEnterpriseProjectQuotasV1Quota

    Quota double
    The total number of the resource quota.
    Type string
    The resource type corresponding to quota.
    Used double
    The used quota number.
    Quota float64
    The total number of the resource quota.
    Type string
    The resource type corresponding to quota.
    Used float64
    The used quota number.
    quota number
    The total number of the resource quota.
    type string
    The resource type corresponding to quota.
    used number
    The used quota number.
    quota Double
    The total number of the resource quota.
    type String
    The resource type corresponding to quota.
    used Double
    The used quota number.
    quota number
    The total number of the resource quota.
    type string
    The resource type corresponding to quota.
    used number
    The used quota number.
    quota float
    The total number of the resource quota.
    type str
    The resource type corresponding to quota.
    used float
    The used quota number.
    quota Number
    The total number of the resource quota.
    type String
    The resource type corresponding to quota.
    used Number
    The used quota number.

    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