1. Packages
  2. Opentelekomcloud Provider
  3. API Docs
  4. getTaurusdbMysqlProxyFlavorsV3
opentelekomcloud 1.36.51 published on Thursday, Oct 23, 2025 by opentelekomcloud

opentelekomcloud.getTaurusdbMysqlProxyFlavorsV3

Get Started
opentelekomcloud logo
opentelekomcloud 1.36.51 published on Thursday, Oct 23, 2025 by opentelekomcloud

    Use this data source to get the list of OpenTelekomCloud TaurusDB MySQL proxy flavors.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as opentelekomcloud from "@pulumi/opentelekomcloud";
    
    const config = new pulumi.Config();
    const instanceId = config.requireObject("instanceId");
    const test = opentelekomcloud.getTaurusdbMysqlProxyFlavorsV3({
        instanceId: instanceId,
    });
    
    import pulumi
    import pulumi_opentelekomcloud as opentelekomcloud
    
    config = pulumi.Config()
    instance_id = config.require_object("instanceId")
    test = opentelekomcloud.get_taurusdb_mysql_proxy_flavors_v3(instance_id=instance_id)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/opentelekomcloud/opentelekomcloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi/config"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		cfg := config.New(ctx, "")
    		instanceId := cfg.RequireObject("instanceId")
    		_, err := opentelekomcloud.GetTaurusdbMysqlProxyFlavorsV3(ctx, &opentelekomcloud.GetTaurusdbMysqlProxyFlavorsV3Args{
    			InstanceId: instanceId,
    		}, 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 config = new Config();
        var instanceId = config.RequireObject<dynamic>("instanceId");
        var test = Opentelekomcloud.GetTaurusdbMysqlProxyFlavorsV3.Invoke(new()
        {
            InstanceId = instanceId,
        });
    
    });
    
    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.GetTaurusdbMysqlProxyFlavorsV3Args;
    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 config = ctx.config();
            final var instanceId = config.get("instanceId");
            final var test = OpentelekomcloudFunctions.getTaurusdbMysqlProxyFlavorsV3(GetTaurusdbMysqlProxyFlavorsV3Args.builder()
                .instanceId(instanceId)
                .build());
    
        }
    }
    
    configuration:
      instanceId:
        type: dynamic
    variables:
      test:
        fn::invoke:
          function: opentelekomcloud:getTaurusdbMysqlProxyFlavorsV3
          arguments:
            instanceId: ${instanceId}
    

    Using getTaurusdbMysqlProxyFlavorsV3

    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 getTaurusdbMysqlProxyFlavorsV3(args: GetTaurusdbMysqlProxyFlavorsV3Args, opts?: InvokeOptions): Promise<GetTaurusdbMysqlProxyFlavorsV3Result>
    function getTaurusdbMysqlProxyFlavorsV3Output(args: GetTaurusdbMysqlProxyFlavorsV3OutputArgs, opts?: InvokeOptions): Output<GetTaurusdbMysqlProxyFlavorsV3Result>
    def get_taurusdb_mysql_proxy_flavors_v3(id: Optional[str] = None,
                                            instance_id: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetTaurusdbMysqlProxyFlavorsV3Result
    def get_taurusdb_mysql_proxy_flavors_v3_output(id: Optional[pulumi.Input[str]] = None,
                                            instance_id: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetTaurusdbMysqlProxyFlavorsV3Result]
    func GetTaurusdbMysqlProxyFlavorsV3(ctx *Context, args *GetTaurusdbMysqlProxyFlavorsV3Args, opts ...InvokeOption) (*GetTaurusdbMysqlProxyFlavorsV3Result, error)
    func GetTaurusdbMysqlProxyFlavorsV3Output(ctx *Context, args *GetTaurusdbMysqlProxyFlavorsV3OutputArgs, opts ...InvokeOption) GetTaurusdbMysqlProxyFlavorsV3ResultOutput

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

    public static class GetTaurusdbMysqlProxyFlavorsV3 
    {
        public static Task<GetTaurusdbMysqlProxyFlavorsV3Result> InvokeAsync(GetTaurusdbMysqlProxyFlavorsV3Args args, InvokeOptions? opts = null)
        public static Output<GetTaurusdbMysqlProxyFlavorsV3Result> Invoke(GetTaurusdbMysqlProxyFlavorsV3InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTaurusdbMysqlProxyFlavorsV3Result> getTaurusdbMysqlProxyFlavorsV3(GetTaurusdbMysqlProxyFlavorsV3Args args, InvokeOptions options)
    public static Output<GetTaurusdbMysqlProxyFlavorsV3Result> getTaurusdbMysqlProxyFlavorsV3(GetTaurusdbMysqlProxyFlavorsV3Args args, InvokeOptions options)
    
    fn::invoke:
      function: opentelekomcloud:index/getTaurusdbMysqlProxyFlavorsV3:getTaurusdbMysqlProxyFlavorsV3
      arguments:
        # arguments dictionary

    The following arguments are supported:

    InstanceId string
    Specifies the ID of TaurusDB MySQL Instance.
    Id string
    Indicates the ID of the proxy flavor.
    InstanceId string
    Specifies the ID of TaurusDB MySQL Instance.
    Id string
    Indicates the ID of the proxy flavor.
    instanceId String
    Specifies the ID of TaurusDB MySQL Instance.
    id String
    Indicates the ID of the proxy flavor.
    instanceId string
    Specifies the ID of TaurusDB MySQL Instance.
    id string
    Indicates the ID of the proxy flavor.
    instance_id str
    Specifies the ID of TaurusDB MySQL Instance.
    id str
    Indicates the ID of the proxy flavor.
    instanceId String
    Specifies the ID of TaurusDB MySQL Instance.
    id String
    Indicates the ID of the proxy flavor.

    getTaurusdbMysqlProxyFlavorsV3 Result

    The following output properties are available:

    FlavorGroups List<GetTaurusdbMysqlProxyFlavorsV3FlavorGroup>
    Indicates the list of flavor groups. The flavor_groups structure is documented below.
    Id string
    Indicates the ID of the proxy flavor.
    InstanceId string
    Region string
    The region in which proxy flavors are obtained.
    FlavorGroups []GetTaurusdbMysqlProxyFlavorsV3FlavorGroup
    Indicates the list of flavor groups. The flavor_groups structure is documented below.
    Id string
    Indicates the ID of the proxy flavor.
    InstanceId string
    Region string
    The region in which proxy flavors are obtained.
    flavorGroups List<GetTaurusdbMysqlProxyFlavorsV3FlavorGroup>
    Indicates the list of flavor groups. The flavor_groups structure is documented below.
    id String
    Indicates the ID of the proxy flavor.
    instanceId String
    region String
    The region in which proxy flavors are obtained.
    flavorGroups GetTaurusdbMysqlProxyFlavorsV3FlavorGroup[]
    Indicates the list of flavor groups. The flavor_groups structure is documented below.
    id string
    Indicates the ID of the proxy flavor.
    instanceId string
    region string
    The region in which proxy flavors are obtained.
    flavor_groups Sequence[GetTaurusdbMysqlProxyFlavorsV3FlavorGroup]
    Indicates the list of flavor groups. The flavor_groups structure is documented below.
    id str
    Indicates the ID of the proxy flavor.
    instance_id str
    region str
    The region in which proxy flavors are obtained.
    flavorGroups List<Property Map>
    Indicates the list of flavor groups. The flavor_groups structure is documented below.
    id String
    Indicates the ID of the proxy flavor.
    instanceId String
    region String
    The region in which proxy flavors are obtained.

    Supporting Types

    GetTaurusdbMysqlProxyFlavorsV3FlavorGroup

    Flavors List<GetTaurusdbMysqlProxyFlavorsV3FlavorGroupFlavor>
    Indicates the list of flavors. The flavors structure is documented below.
    Type string
    Indicates the group type. The value can be arm or x86.
    Flavors []GetTaurusdbMysqlProxyFlavorsV3FlavorGroupFlavor
    Indicates the list of flavors. The flavors structure is documented below.
    Type string
    Indicates the group type. The value can be arm or x86.
    flavors List<GetTaurusdbMysqlProxyFlavorsV3FlavorGroupFlavor>
    Indicates the list of flavors. The flavors structure is documented below.
    type String
    Indicates the group type. The value can be arm or x86.
    flavors GetTaurusdbMysqlProxyFlavorsV3FlavorGroupFlavor[]
    Indicates the list of flavors. The flavors structure is documented below.
    type string
    Indicates the group type. The value can be arm or x86.
    flavors Sequence[GetTaurusdbMysqlProxyFlavorsV3FlavorGroupFlavor]
    Indicates the list of flavors. The flavors structure is documented below.
    type str
    Indicates the group type. The value can be arm or x86.
    flavors List<Property Map>
    Indicates the list of flavors. The flavors structure is documented below.
    type String
    Indicates the group type. The value can be arm or x86.

    GetTaurusdbMysqlProxyFlavorsV3FlavorGroupFlavor

    AzStatus Dictionary<string, string>
    Indicates the key/value pairs of the availability zone status. key indicates the AZ ID, and value indicates the specification status in the AZ.
    DbType string
    Indicates the database type.
    Id string
    Indicates the ID of the proxy flavor.
    Ram string
    Indicates the memory size in GB.
    SpecCode string
    Indicates the proxy specification code.
    Vcpus string
    Indicates the number of vCPUs.
    AzStatus map[string]string
    Indicates the key/value pairs of the availability zone status. key indicates the AZ ID, and value indicates the specification status in the AZ.
    DbType string
    Indicates the database type.
    Id string
    Indicates the ID of the proxy flavor.
    Ram string
    Indicates the memory size in GB.
    SpecCode string
    Indicates the proxy specification code.
    Vcpus string
    Indicates the number of vCPUs.
    azStatus Map<String,String>
    Indicates the key/value pairs of the availability zone status. key indicates the AZ ID, and value indicates the specification status in the AZ.
    dbType String
    Indicates the database type.
    id String
    Indicates the ID of the proxy flavor.
    ram String
    Indicates the memory size in GB.
    specCode String
    Indicates the proxy specification code.
    vcpus String
    Indicates the number of vCPUs.
    azStatus {[key: string]: string}
    Indicates the key/value pairs of the availability zone status. key indicates the AZ ID, and value indicates the specification status in the AZ.
    dbType string
    Indicates the database type.
    id string
    Indicates the ID of the proxy flavor.
    ram string
    Indicates the memory size in GB.
    specCode string
    Indicates the proxy specification code.
    vcpus string
    Indicates the number of vCPUs.
    az_status Mapping[str, str]
    Indicates the key/value pairs of the availability zone status. key indicates the AZ ID, and value indicates the specification status in the AZ.
    db_type str
    Indicates the database type.
    id str
    Indicates the ID of the proxy flavor.
    ram str
    Indicates the memory size in GB.
    spec_code str
    Indicates the proxy specification code.
    vcpus str
    Indicates the number of vCPUs.
    azStatus Map<String>
    Indicates the key/value pairs of the availability zone status. key indicates the AZ ID, and value indicates the specification status in the AZ.
    dbType String
    Indicates the database type.
    id String
    Indicates the ID of the proxy flavor.
    ram String
    Indicates the memory size in GB.
    specCode String
    Indicates the proxy specification code.
    vcpus String
    Indicates the number of vCPUs.

    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.51 published on Thursday, Oct 23, 2025 by opentelekomcloud
      Meet Neo: Your AI Platform Teammate