Uses of Class
com.tencentcloudapi.goosefs.v20220519.models.LinuxNodeAttribute
-
Packages that use LinuxNodeAttribute Package Description com.tencentcloudapi.goosefs.v20220519.models -
-
Uses of LinuxNodeAttribute in com.tencentcloudapi.goosefs.v20220519.models
Methods in com.tencentcloudapi.goosefs.v20220519.models that return LinuxNodeAttribute Modifier and Type Method Description LinuxNodeAttribute[]BatchAddClientNodesRequest. getClientNodes()Get 添加客户端节点列表LinuxNodeAttribute[]BatchDeleteClientNodesRequest. getClientNodes()Get 删除的客户端节点列表Methods in com.tencentcloudapi.goosefs.v20220519.models with parameters of type LinuxNodeAttribute Modifier and Type Method Description voidBatchAddClientNodesRequest. setClientNodes(LinuxNodeAttribute[] ClientNodes)Set 添加客户端节点列表voidBatchDeleteClientNodesRequest. setClientNodes(LinuxNodeAttribute[] ClientNodes)Set 删除的客户端节点列表Constructors in com.tencentcloudapi.goosefs.v20220519.models with parameters of type LinuxNodeAttribute Constructor Description LinuxNodeAttribute(LinuxNodeAttribute 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.
-