opentelekomcloud 1.36.51 published on Thursday, Oct 23, 2025 by opentelekomcloud
opentelekomcloud.getTaurusdbMysqlFlavorsV3
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 dictionaryThe following arguments are supported:
- Availability
Zone stringMode - 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 stringMode - 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 StringMode - 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 stringMode - 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_ strmode - 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.
- availability
Zone StringMode - 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<Get
Taurusdb Mysql Flavors V3Flavor> - 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.
- Availability
Zone stringMode - Engine string
- Version string
- Indicates the database version.
- Flavors
[]Get
Taurusdb Mysql Flavors V3Flavor - 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.
- Availability
Zone stringMode - Engine string
- Version string
- Indicates the database version.
- flavors
List<Get
Taurusdb Mysql Flavors V3Flavor> - 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.
- availability
Zone StringMode - engine String
- version String
- Indicates the database version.
- flavors
Get
Taurusdb Mysql Flavors V3Flavor[] - 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.
- availability
Zone stringMode - engine string
- version string
- Indicates the database version.
- flavors
Sequence[Get
Taurusdb Mysql Flavors V3Flavor] - 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_ strmode - 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.
- availability
Zone StringMode - engine String
- version String
- Indicates the database version.
Supporting Types
GetTaurusdbMysqlFlavorsV3Flavor
- Az
Status 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.
- Az
Status 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.
- az
Status 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.
- az
Status {[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.
- az
Status 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
opentelekomcloudTerraform Provider.
opentelekomcloud 1.36.51 published on Thursday, Oct 23, 2025 by opentelekomcloud
