Uses of Class
com.tencentcloudapi.thpc.v20220401.models.LoginNode
-
Packages that use LoginNode Package Description com.tencentcloudapi.thpc.v20220401.models -
-
Uses of LoginNode in com.tencentcloudapi.thpc.v20220401.models
Methods in com.tencentcloudapi.thpc.v20220401.models that return LoginNode Modifier and Type Method Description LoginNodeCreateClusterRequest. getLoginNode()Get 指定登录节点。Methods in com.tencentcloudapi.thpc.v20220401.models with parameters of type LoginNode Modifier and Type Method Description voidCreateClusterRequest. setLoginNode(LoginNode LoginNode)Set 指定登录节点。Constructors in com.tencentcloudapi.thpc.v20220401.models with parameters of type LoginNode Constructor Description LoginNode(LoginNode 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.
-