tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getCynosdbProxyNode
Explore with Pulumi AI
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
Use this data source to query detailed information of cynosdb proxy_node
Using getCynosdbProxyNode
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 getCynosdbProxyNode(args: GetCynosdbProxyNodeArgs, opts?: InvokeOptions): Promise<GetCynosdbProxyNodeResult>
function getCynosdbProxyNodeOutput(args: GetCynosdbProxyNodeOutputArgs, opts?: InvokeOptions): Output<GetCynosdbProxyNodeResult>
def get_cynosdb_proxy_node(filters: Optional[Sequence[GetCynosdbProxyNodeFilter]] = None,
id: Optional[str] = None,
order_by: Optional[str] = None,
order_by_type: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCynosdbProxyNodeResult
def get_cynosdb_proxy_node_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetCynosdbProxyNodeFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
order_by: Optional[pulumi.Input[str]] = None,
order_by_type: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCynosdbProxyNodeResult]
func GetCynosdbProxyNode(ctx *Context, args *GetCynosdbProxyNodeArgs, opts ...InvokeOption) (*GetCynosdbProxyNodeResult, error)
func GetCynosdbProxyNodeOutput(ctx *Context, args *GetCynosdbProxyNodeOutputArgs, opts ...InvokeOption) GetCynosdbProxyNodeResultOutput
> Note: This function is named GetCynosdbProxyNode
in the Go SDK.
public static class GetCynosdbProxyNode
{
public static Task<GetCynosdbProxyNodeResult> InvokeAsync(GetCynosdbProxyNodeArgs args, InvokeOptions? opts = null)
public static Output<GetCynosdbProxyNodeResult> Invoke(GetCynosdbProxyNodeInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCynosdbProxyNodeResult> getCynosdbProxyNode(GetCynosdbProxyNodeArgs args, InvokeOptions options)
public static Output<GetCynosdbProxyNodeResult> getCynosdbProxyNode(GetCynosdbProxyNodeArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getCynosdbProxyNode:getCynosdbProxyNode
arguments:
# arguments dictionary
The following arguments are supported:
- Filters
List<Get
Cynosdb Proxy Node Filter> - Search criteria, if there are multiple filters, the relationship between the filters is a logical AND relationship.
- Id string
- Order
By string - Sort field, value range:CREATETIME: creation time; PRIODENDTIME: expiration time.
- Order
By stringType - Sort type, value range:ASC: ascending sort; DESC: descending sort.
- Result
Output stringFile - Used to save results.
- Filters
[]Get
Cynosdb Proxy Node Filter - Search criteria, if there are multiple filters, the relationship between the filters is a logical AND relationship.
- Id string
- Order
By string - Sort field, value range:CREATETIME: creation time; PRIODENDTIME: expiration time.
- Order
By stringType - Sort type, value range:ASC: ascending sort; DESC: descending sort.
- Result
Output stringFile - Used to save results.
- filters
List<Get
Cynosdb Proxy Node Filter> - Search criteria, if there are multiple filters, the relationship between the filters is a logical AND relationship.
- id String
- order
By String - Sort field, value range:CREATETIME: creation time; PRIODENDTIME: expiration time.
- order
By StringType - Sort type, value range:ASC: ascending sort; DESC: descending sort.
- result
Output StringFile - Used to save results.
- filters
Get
Cynosdb Proxy Node Filter[] - Search criteria, if there are multiple filters, the relationship between the filters is a logical AND relationship.
- id string
- order
By string - Sort field, value range:CREATETIME: creation time; PRIODENDTIME: expiration time.
- order
By stringType - Sort type, value range:ASC: ascending sort; DESC: descending sort.
- result
Output stringFile - Used to save results.
- filters
Sequence[Get
Cynosdb Proxy Node Filter] - Search criteria, if there are multiple filters, the relationship between the filters is a logical AND relationship.
- id str
- order_
by str - Sort field, value range:CREATETIME: creation time; PRIODENDTIME: expiration time.
- order_
by_ strtype - Sort type, value range:ASC: ascending sort; DESC: descending sort.
- result_
output_ strfile - Used to save results.
- filters List<Property Map>
- Search criteria, if there are multiple filters, the relationship between the filters is a logical AND relationship.
- id String
- order
By String - Sort field, value range:CREATETIME: creation time; PRIODENDTIME: expiration time.
- order
By StringType - Sort type, value range:ASC: ascending sort; DESC: descending sort.
- result
Output StringFile - Used to save results.
getCynosdbProxyNode Result
The following output properties are available:
- Id string
- Proxy
Node List<GetInfos Cynosdb Proxy Node Proxy Node Info> - Database Agent Node List.
- Filters
List<Get
Cynosdb Proxy Node Filter> - Order
By string - Order
By stringType - Result
Output stringFile
- Id string
- Proxy
Node []GetInfos Cynosdb Proxy Node Proxy Node Info - Database Agent Node List.
- Filters
[]Get
Cynosdb Proxy Node Filter - Order
By string - Order
By stringType - Result
Output stringFile
- id String
- proxy
Node List<GetInfos Cynosdb Proxy Node Proxy Node Info> - Database Agent Node List.
- filters
List<Get
Cynosdb Proxy Node Filter> - order
By String - order
By StringType - result
Output StringFile
- id string
- proxy
Node GetInfos Cynosdb Proxy Node Proxy Node Info[] - Database Agent Node List.
- filters
Get
Cynosdb Proxy Node Filter[] - order
By string - order
By stringType - result
Output stringFile
- id str
- proxy_
node_ Sequence[Getinfos Cynosdb Proxy Node Proxy Node Info] - Database Agent Node List.
- filters
Sequence[Get
Cynosdb Proxy Node Filter] - order_
by str - order_
by_ strtype - result_
output_ strfile
- id String
- proxy
Node List<Property Map>Infos - Database Agent Node List.
- filters List<Property Map>
- order
By String - order
By StringType - result
Output StringFile
Supporting Types
GetCynosdbProxyNodeFilter
- Names List<string>
- Search String.
- Values List<string>
- Search String.
- Exact
Match bool - Exact match or not.
- Name string
- Search Fields. Supported: Status, ProxyNodeId, ClusterId.
- Operator string
- Operator.
- Names []string
- Search String.
- Values []string
- Search String.
- Exact
Match bool - Exact match or not.
- Name string
- Search Fields. Supported: Status, ProxyNodeId, ClusterId.
- Operator string
- Operator.
- names List<String>
- Search String.
- values List<String>
- Search String.
- exact
Match Boolean - Exact match or not.
- name String
- Search Fields. Supported: Status, ProxyNodeId, ClusterId.
- operator String
- Operator.
- names string[]
- Search String.
- values string[]
- Search String.
- exact
Match boolean - Exact match or not.
- name string
- Search Fields. Supported: Status, ProxyNodeId, ClusterId.
- operator string
- Operator.
- names Sequence[str]
- Search String.
- values Sequence[str]
- Search String.
- exact_
match bool - Exact match or not.
- name str
- Search Fields. Supported: Status, ProxyNodeId, ClusterId.
- operator str
- Operator.
- names List<String>
- Search String.
- values List<String>
- Search String.
- exact
Match Boolean - Exact match or not.
- name String
- Search Fields. Supported: Status, ProxyNodeId, ClusterId.
- operator String
- Operator.
GetCynosdbProxyNodeProxyNodeInfo
- App
Id double - User AppID.
- Cluster
Id string - Cluster ID.
- Cpu double
- Database Agent Node CPU.
- Mem double
- Database Agent Node Memory.
- Proxy
Group stringId - Database Agent Group ID.
- Proxy
Node doubleConnections - The current number of connections of the node. The DescribeProxyNodes interface does not return a value for this field.
- Proxy
Node stringId - Database Agent Node ID.
- Region string
- region.
- Status string
- Database Agent Node Status.
- Zone string
- Availability Zone.
- App
Id float64 - User AppID.
- Cluster
Id string - Cluster ID.
- Cpu float64
- Database Agent Node CPU.
- Mem float64
- Database Agent Node Memory.
- Proxy
Group stringId - Database Agent Group ID.
- Proxy
Node float64Connections - The current number of connections of the node. The DescribeProxyNodes interface does not return a value for this field.
- Proxy
Node stringId - Database Agent Node ID.
- Region string
- region.
- Status string
- Database Agent Node Status.
- Zone string
- Availability Zone.
- app
Id Double - User AppID.
- cluster
Id String - Cluster ID.
- cpu Double
- Database Agent Node CPU.
- mem Double
- Database Agent Node Memory.
- proxy
Group StringId - Database Agent Group ID.
- proxy
Node DoubleConnections - The current number of connections of the node. The DescribeProxyNodes interface does not return a value for this field.
- proxy
Node StringId - Database Agent Node ID.
- region String
- region.
- status String
- Database Agent Node Status.
- zone String
- Availability Zone.
- app
Id number - User AppID.
- cluster
Id string - Cluster ID.
- cpu number
- Database Agent Node CPU.
- mem number
- Database Agent Node Memory.
- proxy
Group stringId - Database Agent Group ID.
- proxy
Node numberConnections - The current number of connections of the node. The DescribeProxyNodes interface does not return a value for this field.
- proxy
Node stringId - Database Agent Node ID.
- region string
- region.
- status string
- Database Agent Node Status.
- zone string
- Availability Zone.
- app_
id float - User AppID.
- cluster_
id str - Cluster ID.
- cpu float
- Database Agent Node CPU.
- mem float
- Database Agent Node Memory.
- proxy_
group_ strid - Database Agent Group ID.
- proxy_
node_ floatconnections - The current number of connections of the node. The DescribeProxyNodes interface does not return a value for this field.
- proxy_
node_ strid - Database Agent Node ID.
- region str
- region.
- status str
- Database Agent Node Status.
- zone str
- Availability Zone.
- app
Id Number - User AppID.
- cluster
Id String - Cluster ID.
- cpu Number
- Database Agent Node CPU.
- mem Number
- Database Agent Node Memory.
- proxy
Group StringId - Database Agent Group ID.
- proxy
Node NumberConnections - The current number of connections of the node. The DescribeProxyNodes interface does not return a value for this field.
- proxy
Node StringId - Database Agent Node ID.
- region String
- region.
- status String
- Database Agent Node Status.
- zone String
- Availability Zone.
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