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

tencentcloud.getTdmqRabbitmqNodeList

Explore with Pulumi AI

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

    Using getTdmqRabbitmqNodeList

    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 getTdmqRabbitmqNodeList(args: GetTdmqRabbitmqNodeListArgs, opts?: InvokeOptions): Promise<GetTdmqRabbitmqNodeListResult>
    function getTdmqRabbitmqNodeListOutput(args: GetTdmqRabbitmqNodeListOutputArgs, opts?: InvokeOptions): Output<GetTdmqRabbitmqNodeListResult>
    def get_tdmq_rabbitmq_node_list(filters: Optional[Sequence[GetTdmqRabbitmqNodeListFilter]] = None,
                                    id: Optional[str] = None,
                                    instance_id: Optional[str] = None,
                                    node_name: Optional[str] = None,
                                    result_output_file: Optional[str] = None,
                                    sort_element: Optional[str] = None,
                                    sort_order: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetTdmqRabbitmqNodeListResult
    def get_tdmq_rabbitmq_node_list_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetTdmqRabbitmqNodeListFilterArgs]]]] = None,
                                    id: Optional[pulumi.Input[str]] = None,
                                    instance_id: Optional[pulumi.Input[str]] = None,
                                    node_name: Optional[pulumi.Input[str]] = None,
                                    result_output_file: Optional[pulumi.Input[str]] = None,
                                    sort_element: Optional[pulumi.Input[str]] = None,
                                    sort_order: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetTdmqRabbitmqNodeListResult]
    func GetTdmqRabbitmqNodeList(ctx *Context, args *GetTdmqRabbitmqNodeListArgs, opts ...InvokeOption) (*GetTdmqRabbitmqNodeListResult, error)
    func GetTdmqRabbitmqNodeListOutput(ctx *Context, args *GetTdmqRabbitmqNodeListOutputArgs, opts ...InvokeOption) GetTdmqRabbitmqNodeListResultOutput

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

    public static class GetTdmqRabbitmqNodeList 
    {
        public static Task<GetTdmqRabbitmqNodeListResult> InvokeAsync(GetTdmqRabbitmqNodeListArgs args, InvokeOptions? opts = null)
        public static Output<GetTdmqRabbitmqNodeListResult> Invoke(GetTdmqRabbitmqNodeListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTdmqRabbitmqNodeListResult> getTdmqRabbitmqNodeList(GetTdmqRabbitmqNodeListArgs args, InvokeOptions options)
    public static Output<GetTdmqRabbitmqNodeListResult> getTdmqRabbitmqNodeList(GetTdmqRabbitmqNodeListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getTdmqRabbitmqNodeList:getTdmqRabbitmqNodeList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getTdmqRabbitmqNodeList Result

    The following output properties are available:

    Supporting Types

    GetTdmqRabbitmqNodeListFilter

    Name string
    The name of the filter parameter.
    Values List<string>
    value.
    Name string
    The name of the filter parameter.
    Values []string
    value.
    name String
    The name of the filter parameter.
    values List<String>
    value.
    name string
    The name of the filter parameter.
    values string[]
    value.
    name str
    The name of the filter parameter.
    values Sequence[str]
    value.
    name String
    The name of the filter parameter.
    values List<String>
    value.

    GetTdmqRabbitmqNodeListNodeList

    CpuUsage string
    DiskUsage string
    Memory double
    NodeName string
    NodeStatus string
    ProcessNumber double
    CpuUsage string
    DiskUsage string
    Memory float64
    NodeName string
    NodeStatus string
    ProcessNumber float64
    cpuUsage String
    diskUsage String
    memory Double
    nodeName String
    nodeStatus String
    processNumber Double
    cpuUsage string
    diskUsage string
    memory number
    nodeName string
    nodeStatus string
    processNumber number
    cpuUsage String
    diskUsage String
    memory Number
    nodeName String
    nodeStatus String
    processNumber 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