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

opentelekomcloud.getTaurusdbMysqlFlavorsV3

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

    Use this data source to get available OpenTelekomCloud TaurusDB MySQL flavors.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as opentelekomcloud from "@pulumi/opentelekomcloud";
    
    const flavors = opentelekomcloud.getTaurusdbMysqlFlavorsV3({});
    
    import pulumi
    import pulumi_opentelekomcloud as opentelekomcloud
    
    flavors = opentelekomcloud.get_taurusdb_mysql_flavors_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.GetTaurusdbMysqlFlavorsV3(ctx, &opentelekomcloud.GetTaurusdbMysqlFlavorsV3Args{}, 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 flavors = Opentelekomcloud.GetTaurusdbMysqlFlavorsV3.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.GetTaurusdbMysqlFlavorsV3Args;
    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 flavors = OpentelekomcloudFunctions.getTaurusdbMysqlFlavorsV3();
    
        }
    }
    
    variables:
      flavors:
        fn::invoke:
          function: opentelekomcloud:getTaurusdbMysqlFlavorsV3
          arguments: {}
    

    Using getTaurusdbMysqlFlavorsV3

    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 getTaurusdbMysqlFlavorsV3(args: GetTaurusdbMysqlFlavorsV3Args, opts?: InvokeOptions): Promise<GetTaurusdbMysqlFlavorsV3Result>
    function getTaurusdbMysqlFlavorsV3Output(args: GetTaurusdbMysqlFlavorsV3OutputArgs, opts?: InvokeOptions): Output<GetTaurusdbMysqlFlavorsV3Result>
    def get_taurusdb_mysql_flavors_v3(availability_zone_mode: Optional[str] = None,
                                      engine: Optional[str] = None,
                                      id: Optional[str] = None,
                                      version: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetTaurusdbMysqlFlavorsV3Result
    def get_taurusdb_mysql_flavors_v3_output(availability_zone_mode: Optional[pulumi.Input[str]] = None,
                                      engine: Optional[pulumi.Input[str]] = None,
                                      id: Optional[pulumi.Input[str]] = None,
                                      version: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetTaurusdbMysqlFlavorsV3Result]
    func GetTaurusdbMysqlFlavorsV3(ctx *Context, args *GetTaurusdbMysqlFlavorsV3Args, opts ...InvokeOption) (*GetTaurusdbMysqlFlavorsV3Result, error)
    func GetTaurusdbMysqlFlavorsV3Output(ctx *Context, args *GetTaurusdbMysqlFlavorsV3OutputArgs, opts ...InvokeOption) GetTaurusdbMysqlFlavorsV3ResultOutput

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

    public static class GetTaurusdbMysqlFlavorsV3 
    {
        public static Task<GetTaurusdbMysqlFlavorsV3Result> InvokeAsync(GetTaurusdbMysqlFlavorsV3Args args, InvokeOptions? opts = null)
        public static Output<GetTaurusdbMysqlFlavorsV3Result> Invoke(GetTaurusdbMysqlFlavorsV3InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTaurusdbMysqlFlavorsV3Result> getTaurusdbMysqlFlavorsV3(GetTaurusdbMysqlFlavorsV3Args args, InvokeOptions options)
    public static Output<GetTaurusdbMysqlFlavorsV3Result> getTaurusdbMysqlFlavorsV3(GetTaurusdbMysqlFlavorsV3Args args, InvokeOptions options)
    
    fn::invoke:
      function: opentelekomcloud:index/getTaurusdbMysqlFlavorsV3:getTaurusdbMysqlFlavorsV3
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AvailabilityZoneMode string
    Specifies the availability zone mode. Currently supports single and multi. Defaults to single.
    Engine string
    Specifies the database engine. Only gaussdb-mysql is supported now.
    Id string
    The data source ID.
    Version string
    Specifies the database version. Only 8.0 is supported now.
    AvailabilityZoneMode string
    Specifies the availability zone mode. Currently supports single and multi. Defaults to single.
    Engine string
    Specifies the database engine. Only gaussdb-mysql is supported now.
    Id string
    The data source ID.
    Version string
    Specifies the database version. Only 8.0 is supported now.
    availabilityZoneMode String
    Specifies the availability zone mode. Currently supports single and multi. Defaults to single.
    engine String
    Specifies the database engine. Only gaussdb-mysql is supported now.
    id String
    The data source ID.
    version String
    Specifies the database version. Only 8.0 is supported now.
    availabilityZoneMode string
    Specifies the availability zone mode. Currently supports single and multi. Defaults to single.
    engine string
    Specifies the database engine. Only gaussdb-mysql is supported now.
    id string
    The data source ID.
    version string
    Specifies the database version. Only 8.0 is supported now.
    availability_zone_mode str
    Specifies the availability zone mode. Currently supports single and multi. Defaults to single.
    engine str
    Specifies the database engine. Only gaussdb-mysql is supported now.
    id str
    The data source ID.
    version str
    Specifies the database version. Only 8.0 is supported now.
    availabilityZoneMode String
    Specifies the availability zone mode. Currently supports single and multi. Defaults to single.
    engine String
    Specifies the database engine. Only gaussdb-mysql is supported now.
    id String
    The data source ID.
    version String
    Specifies the database version. Only 8.0 is supported now.

    getTaurusdbMysqlFlavorsV3 Result

    The following output properties are available:

    Flavors List<GetTaurusdbMysqlFlavorsV3Flavor>
    Indicates the flavors information. The flavors structure is documented below.
    Id string
    The data source ID.
    Region string
    The region in which flavors are obtained.
    AvailabilityZoneMode string
    Engine string
    Version string
    Indicates the database version.
    Flavors []GetTaurusdbMysqlFlavorsV3Flavor
    Indicates the flavors information. The flavors structure is documented below.
    Id string
    The data source ID.
    Region string
    The region in which flavors are obtained.
    AvailabilityZoneMode string
    Engine string
    Version string
    Indicates the database version.
    flavors List<GetTaurusdbMysqlFlavorsV3Flavor>
    Indicates the flavors information. The flavors structure is documented below.
    id String
    The data source ID.
    region String
    The region in which flavors are obtained.
    availabilityZoneMode String
    engine String
    version String
    Indicates the database version.
    flavors GetTaurusdbMysqlFlavorsV3Flavor[]
    Indicates the flavors information. The flavors structure is documented below.
    id string
    The data source ID.
    region string
    The region in which flavors are obtained.
    availabilityZoneMode string
    engine string
    version string
    Indicates the database version.
    flavors Sequence[GetTaurusdbMysqlFlavorsV3Flavor]
    Indicates the flavors information. The flavors structure is documented below.
    id str
    The data source ID.
    region str
    The region in which flavors are obtained.
    availability_zone_mode str
    engine str
    version str
    Indicates the database version.
    flavors List<Property Map>
    Indicates the flavors information. The flavors structure is documented below.
    id String
    The data source ID.
    region String
    The region in which flavors are obtained.
    availabilityZoneMode String
    engine String
    version String
    Indicates the database version.

    Supporting Types

    GetTaurusdbMysqlFlavorsV3Flavor

    AzStatus Dictionary<string, string>
    Indicates the flavor status in each availability zone.
    Memory string
    Indicates the memory size in GB.
    Mode string
    Indicates the database mode.
    Name string
    Indicates the name of the TaurusDB MySQL flavor.
    Type string
    Indicates the arch type of the flavor.
    Vcpus string
    Indicates the CPU size.
    Version string
    Specifies the database version. Only 8.0 is supported now.
    AzStatus map[string]string
    Indicates the flavor status in each availability zone.
    Memory string
    Indicates the memory size in GB.
    Mode string
    Indicates the database mode.
    Name string
    Indicates the name of the TaurusDB MySQL flavor.
    Type string
    Indicates the arch type of the flavor.
    Vcpus string
    Indicates the CPU size.
    Version string
    Specifies the database version. Only 8.0 is supported now.
    azStatus Map<String,String>
    Indicates the flavor status in each availability zone.
    memory String
    Indicates the memory size in GB.
    mode String
    Indicates the database mode.
    name String
    Indicates the name of the TaurusDB MySQL flavor.
    type String
    Indicates the arch type of the flavor.
    vcpus String
    Indicates the CPU size.
    version String
    Specifies the database version. Only 8.0 is supported now.
    azStatus {[key: string]: string}
    Indicates the flavor status in each availability zone.
    memory string
    Indicates the memory size in GB.
    mode string
    Indicates the database mode.
    name string
    Indicates the name of the TaurusDB MySQL flavor.
    type string
    Indicates the arch type of the flavor.
    vcpus string
    Indicates the CPU size.
    version string
    Specifies the database version. Only 8.0 is supported now.
    az_status Mapping[str, str]
    Indicates the flavor status in each availability zone.
    memory str
    Indicates the memory size in GB.
    mode str
    Indicates the database mode.
    name str
    Indicates the name of the TaurusDB MySQL flavor.
    type str
    Indicates the arch type of the flavor.
    vcpus str
    Indicates the CPU size.
    version str
    Specifies the database version. Only 8.0 is supported now.
    azStatus Map<String>
    Indicates the flavor status in each availability zone.
    memory String
    Indicates the memory size in GB.
    mode String
    Indicates the database mode.
    name String
    Indicates the name of the TaurusDB MySQL flavor.
    type String
    Indicates the arch type of the flavor.
    vcpus String
    Indicates the CPU size.
    version String
    Specifies the database version. Only 8.0 is supported now.

    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