1. Packages
  2. Opentelekomcloud Provider
  3. API Docs
  4. getGeminiQuotasV3
opentelekomcloud 1.36.54 published on Thursday, Dec 4, 2025 by opentelekomcloud
opentelekomcloud logo
opentelekomcloud 1.36.54 published on Thursday, Dec 4, 2025 by opentelekomcloud

    Use this data source to get the list of GeminiDB resource quotas for your tenant.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as opentelekomcloud from "@pulumi/opentelekomcloud";
    
    const test = opentelekomcloud.getGeminiQuotasV3({});
    
    import pulumi
    import pulumi_opentelekomcloud as opentelekomcloud
    
    test = opentelekomcloud.get_gemini_quotas_v3()
    
    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.GetGeminiQuotasV3(ctx, &opentelekomcloud.GetGeminiQuotasV3Args{}, 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.GetGeminiQuotasV3.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.GetGeminiQuotasV3Args;
    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.getGeminiQuotasV3(GetGeminiQuotasV3Args.builder()
                .build());
    
        }
    }
    
    variables:
      test:
        fn::invoke:
          function: opentelekomcloud:getGeminiQuotasV3
          arguments: {}
    

    Using getGeminiQuotasV3

    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 getGeminiQuotasV3(args: GetGeminiQuotasV3Args, opts?: InvokeOptions): Promise<GetGeminiQuotasV3Result>
    function getGeminiQuotasV3Output(args: GetGeminiQuotasV3OutputArgs, opts?: InvokeOptions): Output<GetGeminiQuotasV3Result>
    def get_gemini_quotas_v3(id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetGeminiQuotasV3Result
    def get_gemini_quotas_v3_output(id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetGeminiQuotasV3Result]
    func GetGeminiQuotasV3(ctx *Context, args *GetGeminiQuotasV3Args, opts ...InvokeOption) (*GetGeminiQuotasV3Result, error)
    func GetGeminiQuotasV3Output(ctx *Context, args *GetGeminiQuotasV3OutputArgs, opts ...InvokeOption) GetGeminiQuotasV3ResultOutput

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

    public static class GetGeminiQuotasV3 
    {
        public static Task<GetGeminiQuotasV3Result> InvokeAsync(GetGeminiQuotasV3Args args, InvokeOptions? opts = null)
        public static Output<GetGeminiQuotasV3Result> Invoke(GetGeminiQuotasV3InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGeminiQuotasV3Result> getGeminiQuotasV3(GetGeminiQuotasV3Args args, InvokeOptions options)
    public static Output<GetGeminiQuotasV3Result> getGeminiQuotasV3(GetGeminiQuotasV3Args args, InvokeOptions options)
    
    fn::invoke:
      function: opentelekomcloud:index/getGeminiQuotasV3:getGeminiQuotasV3
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The data source ID.
    Id string
    The data source ID.
    id String
    The data source ID.
    id string
    The data source ID.
    id str
    The data source ID.
    id String
    The data source ID.

    getGeminiQuotasV3 Result

    The following output properties are available:

    Id string
    The data source ID.
    Quotas List<GetGeminiQuotasV3Quota>
    Indicates the list of resource quotas.
    Region string
    The data source region.
    Id string
    The data source ID.
    Quotas []GetGeminiQuotasV3Quota
    Indicates the list of resource quotas.
    Region string
    The data source region.
    id String
    The data source ID.
    quotas List<GetGeminiQuotasV3Quota>
    Indicates the list of resource quotas.
    region String
    The data source region.
    id string
    The data source ID.
    quotas GetGeminiQuotasV3Quota[]
    Indicates the list of resource quotas.
    region string
    The data source region.
    id str
    The data source ID.
    quotas Sequence[GetGeminiQuotasV3Quota]
    Indicates the list of resource quotas.
    region str
    The data source region.
    id String
    The data source ID.
    quotas List<Property Map>
    Indicates the list of resource quotas.
    region String
    The data source region.

    Supporting Types

    GetGeminiQuotasV3Quota

    Quota double
    Indicates the current quota. If set to 0, no quantity limit is set for resources.
    Type string
    Indicates the quota resource type.
    Used double
    Indicates the number of used resources.
    Quota float64
    Indicates the current quota. If set to 0, no quantity limit is set for resources.
    Type string
    Indicates the quota resource type.
    Used float64
    Indicates the number of used resources.
    quota Double
    Indicates the current quota. If set to 0, no quantity limit is set for resources.
    type String
    Indicates the quota resource type.
    used Double
    Indicates the number of used resources.
    quota number
    Indicates the current quota. If set to 0, no quantity limit is set for resources.
    type string
    Indicates the quota resource type.
    used number
    Indicates the number of used resources.
    quota float
    Indicates the current quota. If set to 0, no quantity limit is set for resources.
    type str
    Indicates the quota resource type.
    used float
    Indicates the number of used resources.
    quota Number
    Indicates the current quota. If set to 0, no quantity limit is set for resources.
    type String
    Indicates the quota resource type.
    used Number
    Indicates the number of used resources.

    Package Details

    Repository
    opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
    License
    Notes
    This Pulumi package is based on the opentelekomcloud Terraform Provider.
    opentelekomcloud logo
    opentelekomcloud 1.36.54 published on Thursday, Dec 4, 2025 by opentelekomcloud
      Meet Neo: Your AI Platform Teammate