Uses of Class
com.tencentcloudapi.tem.v20210701.models.NodeInfo
-
Packages that use NodeInfo Package Description com.tencentcloudapi.tem.v20210701.models -
-
Uses of NodeInfo in com.tencentcloudapi.tem.v20210701.models
Methods in com.tencentcloudapi.tem.v20210701.models that return NodeInfo Modifier and Type Method Description NodeInfoRunVersionPod. getNodeInfo()Get 实例所在节点信息 注意:此字段可能返回 null,表示取不到有效值。NodeInfo[]ServiceVersionBrief. getNodeInfos()Get 节点信息 注意:此字段可能返回 null,表示取不到有效值。NodeInfo[]TemServiceVersionInfo. getNodeInfos()Get 应用所在node信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tem.v20210701.models with parameters of type NodeInfo Modifier and Type Method Description voidRunVersionPod. setNodeInfo(NodeInfo NodeInfo)Set 实例所在节点信息 注意:此字段可能返回 null,表示取不到有效值。voidServiceVersionBrief. setNodeInfos(NodeInfo[] NodeInfos)Set 节点信息 注意:此字段可能返回 null,表示取不到有效值。voidTemServiceVersionInfo. setNodeInfos(NodeInfo[] NodeInfos)Set 应用所在node信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tem.v20210701.models with parameters of type NodeInfo Constructor 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.
-