tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getMysqlProxyCustom
Explore with Pulumi AI
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:
- Instance
Id string - Id string
- Result
Output stringFile
- Instance
Id string - Id string
- Result
Output stringFile
- instance
Id String - id String
- result
Output StringFile
- instance
Id string - id string
- result
Output stringFile
- instance_
id str - id str
- result_
output_ strfile
- instance
Id String - id String
- result
Output StringFile
getMysqlProxyCustom Result
The following output properties are available:
- custom
Confs List<Property Map> - id String
- instance
Id String - weight
Rules List<Property Map> - result
Output StringFile
Supporting Types
GetMysqlProxyCustomCustomConf
- Cpu double
- Device string
- Device
Type string - Memory double
- Type string
- Cpu float64
- Device string
- Device
Type string - Memory float64
- Type string
- cpu Double
- device String
- device
Type String - memory Double
- type String
- cpu number
- device string
- device
Type string - memory number
- type string
- cpu float
- device str
- device_
type str - memory float
- type str
- cpu Number
- device String
- device
Type String - memory Number
- type String
GetMysqlProxyCustomWeightRule
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack