Package | Description |
---|---|
com.tencentcloudapi.tem.v20210701.models |
Modifier and Type | Method and Description |
---|---|
NodeInfo |
RunVersionPod.getNodeInfo()
Get Information of the node whether the instance locates
Note: This field may return `null`, indicating that no valid value was found.
|
NodeInfo[] |
TemServiceVersionInfo.getNodeInfos()
Get Information of the node whether the application is deployed
Note: This field may return `null`, indicating that no valid values can be obtained.
|
NodeInfo[] |
ServiceVersionBrief.getNodeInfos()
Get Node information
Note: This field may return `null`, indicating that no valid value was found.
|
Modifier and Type | Method and Description |
---|---|
void |
RunVersionPod.setNodeInfo(NodeInfo NodeInfo)
Set Information of the node whether the instance locates
Note: This field may return `null`, indicating that no valid value was found.
|
void |
TemServiceVersionInfo.setNodeInfos(NodeInfo[] NodeInfos)
Set Information of the node whether the application is deployed
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
ServiceVersionBrief.setNodeInfos(NodeInfo[] NodeInfos)
Set Node information
Note: This field may return `null`, indicating that no valid value was found.
|
Constructor and Description |
---|
NodeInfo(NodeInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.