1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getMariadbInstanceNodeInfo
tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack

tencentcloud.getMariadbInstanceNodeInfo

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack

    Using getMariadbInstanceNodeInfo

    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 getMariadbInstanceNodeInfo(args: GetMariadbInstanceNodeInfoArgs, opts?: InvokeOptions): Promise<GetMariadbInstanceNodeInfoResult>
    function getMariadbInstanceNodeInfoOutput(args: GetMariadbInstanceNodeInfoOutputArgs, opts?: InvokeOptions): Output<GetMariadbInstanceNodeInfoResult>
    def get_mariadb_instance_node_info(id: Optional[str] = None,
                                       instance_id: Optional[str] = None,
                                       result_output_file: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetMariadbInstanceNodeInfoResult
    def get_mariadb_instance_node_info_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[GetMariadbInstanceNodeInfoResult]
    func GetMariadbInstanceNodeInfo(ctx *Context, args *GetMariadbInstanceNodeInfoArgs, opts ...InvokeOption) (*GetMariadbInstanceNodeInfoResult, error)
    func GetMariadbInstanceNodeInfoOutput(ctx *Context, args *GetMariadbInstanceNodeInfoOutputArgs, opts ...InvokeOption) GetMariadbInstanceNodeInfoResultOutput

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

    public static class GetMariadbInstanceNodeInfo 
    {
        public static Task<GetMariadbInstanceNodeInfoResult> InvokeAsync(GetMariadbInstanceNodeInfoArgs args, InvokeOptions? opts = null)
        public static Output<GetMariadbInstanceNodeInfoResult> Invoke(GetMariadbInstanceNodeInfoInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMariadbInstanceNodeInfoResult> getMariadbInstanceNodeInfo(GetMariadbInstanceNodeInfoArgs args, InvokeOptions options)
    public static Output<GetMariadbInstanceNodeInfoResult> getMariadbInstanceNodeInfo(GetMariadbInstanceNodeInfoArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getMariadbInstanceNodeInfo:getMariadbInstanceNodeInfo
      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

    getMariadbInstanceNodeInfo Result

    The following output properties are available:

    Supporting Types

    GetMariadbInstanceNodeInfoNodesInfo

    NodeId string
    Role string
    NodeId string
    Role string
    nodeId String
    role String
    nodeId string
    role string
    node_id str
    role str
    nodeId String
    role String

    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.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack