1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getMysqlProxyCustom
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

tencentcloud.getMysqlProxyCustom

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

    Using getMysqlProxyCustom

    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 getMysqlProxyCustom(args: GetMysqlProxyCustomArgs, opts?: InvokeOptions): Promise<GetMysqlProxyCustomResult>
    function getMysqlProxyCustomOutput(args: GetMysqlProxyCustomOutputArgs, opts?: InvokeOptions): Output<GetMysqlProxyCustomResult>
    def get_mysql_proxy_custom(id: Optional[str] = None,
                               instance_id: Optional[str] = None,
                               result_output_file: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetMysqlProxyCustomResult
    def get_mysql_proxy_custom_output(id: Optional[pulumi.Input[str]] = None,
                               instance_id: Optional[pulumi.Input[str]] = None,
                               result_output_file: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetMysqlProxyCustomResult]
    func GetMysqlProxyCustom(ctx *Context, args *GetMysqlProxyCustomArgs, opts ...InvokeOption) (*GetMysqlProxyCustomResult, error)
    func GetMysqlProxyCustomOutput(ctx *Context, args *GetMysqlProxyCustomOutputArgs, opts ...InvokeOption) GetMysqlProxyCustomResultOutput

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

    public static class GetMysqlProxyCustom 
    {
        public static Task<GetMysqlProxyCustomResult> InvokeAsync(GetMysqlProxyCustomArgs args, InvokeOptions? opts = null)
        public static Output<GetMysqlProxyCustomResult> Invoke(GetMysqlProxyCustomInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMysqlProxyCustomResult> getMysqlProxyCustom(GetMysqlProxyCustomArgs args, InvokeOptions options)
    public static Output<GetMysqlProxyCustomResult> getMysqlProxyCustom(GetMysqlProxyCustomArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getMysqlProxyCustom:getMysqlProxyCustom
      arguments:
        # arguments dictionary

    The following arguments are supported:

    InstanceId string
    Id string
    ResultOutputFile string
    InstanceId string
    Id string
    ResultOutputFile string
    instanceId String
    id String
    resultOutputFile String
    instanceId string
    id string
    resultOutputFile string
    instanceId String
    id String
    resultOutputFile String

    getMysqlProxyCustom Result

    The following output properties are available:

    Supporting Types

    GetMysqlProxyCustomCustomConf

    Cpu double
    Device string
    DeviceType string
    Memory double
    Type string
    Cpu float64
    Device string
    DeviceType string
    Memory float64
    Type string
    cpu Double
    device String
    deviceType String
    memory Double
    type String
    cpu number
    device string
    deviceType string
    memory number
    type string
    cpu float
    device str
    device_type str
    memory float
    type str
    cpu Number
    device String
    deviceType String
    memory Number
    type String

    GetMysqlProxyCustomWeightRule

    LessThan double
    Weight double
    LessThan float64
    Weight float64
    lessThan Double
    weight Double
    lessThan number
    weight number
    less_than float
    weight float
    lessThan Number
    weight Number

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack