tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getTdmqRabbitmqNodeList
Explore with Pulumi AI
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:
- Instance
Id string - Filters
List<Get
Tdmq Rabbitmq Node List Filter> - Id string
- Node
Name string - Result
Output stringFile - Sort
Element string - Sort
Order string
- Instance
Id string - Filters
[]Get
Tdmq Rabbitmq Node List Filter - Id string
- Node
Name string - Result
Output stringFile - Sort
Element string - Sort
Order string
- instance
Id String - filters
List<Get
Tdmq Rabbitmq Node List Filter> - id String
- node
Name String - result
Output StringFile - sort
Element String - sort
Order String
- instance
Id string - filters
Get
Tdmq Rabbitmq Node List Filter[] - id string
- node
Name string - result
Output stringFile - sort
Element string - sort
Order string
- instance
Id String - filters List<Property Map>
- id String
- node
Name String - result
Output StringFile - sort
Element String - sort
Order String
getTdmqRabbitmqNodeList Result
The following output properties are available:
- Id string
- Instance
Id string - Node
Lists List<GetTdmq Rabbitmq Node List Node List> - Filters
List<Get
Tdmq Rabbitmq Node List Filter> - Node
Name string - Result
Output stringFile - Sort
Element string - Sort
Order string
- Id string
- Instance
Id string - Node
Lists []GetTdmq Rabbitmq Node List Node List - Filters
[]Get
Tdmq Rabbitmq Node List Filter - Node
Name string - Result
Output stringFile - Sort
Element string - Sort
Order string
- id String
- instance
Id String - node
Lists List<GetTdmq Rabbitmq Node List Node List> - filters
List<Get
Tdmq Rabbitmq Node List Filter> - node
Name String - result
Output StringFile - sort
Element String - sort
Order String
- id string
- instance
Id string - node
Lists GetTdmq Rabbitmq Node List Node List[] - filters
Get
Tdmq Rabbitmq Node List Filter[] - node
Name string - result
Output stringFile - sort
Element string - sort
Order string
- id String
- instance
Id String - node
Lists List<Property Map> - filters List<Property Map>
- node
Name String - result
Output StringFile - sort
Element String - sort
Order String
Supporting Types
GetTdmqRabbitmqNodeListFilter
GetTdmqRabbitmqNodeListNodeList
- Cpu
Usage string - Disk
Usage string - Memory double
- Node
Name string - Node
Status string - Process
Number double
- Cpu
Usage string - Disk
Usage string - Memory float64
- Node
Name string - Node
Status string - Process
Number float64
- cpu
Usage String - disk
Usage String - memory Double
- node
Name String - node
Status String - process
Number Double
- cpu
Usage string - disk
Usage string - memory number
- node
Name string - node
Status string - process
Number number
- cpu_
usage str - disk_
usage str - memory float
- node_
name str - node_
status str - process_
number float
- cpu
Usage String - disk
Usage String - memory Number
- node
Name String - node
Status String - process
Number Number
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