Uses of Class
com.tencentcloudapi.iecp.v20210914.models.NodeUnitInfo
-
Packages that use NodeUnitInfo Package Description com.tencentcloudapi.iecp.v20210914.models -
-
Uses of NodeUnitInfo in com.tencentcloudapi.iecp.v20210914.models
Methods in com.tencentcloudapi.iecp.v20210914.models that return NodeUnitInfo Modifier and Type Method Description NodeUnitInfo[]DescribeNodeUnitResponse. getNodeGridInfo()Get NodeUnit信息数组 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.iecp.v20210914.models with parameters of type NodeUnitInfo Modifier and Type Method Description voidDescribeNodeUnitResponse. setNodeGridInfo(NodeUnitInfo[] NodeGridInfo)Set NodeUnit信息数组 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.iecp.v20210914.models with parameters of type NodeUnitInfo Constructor Description NodeUnitInfo(NodeUnitInfo 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.
-