Uses of Class
com.tencentcloudapi.goosefs.v20220519.models.ClientNodeAttribute
-
Packages that use ClientNodeAttribute Package Description com.tencentcloudapi.goosefs.v20220519.models -
-
Uses of ClientNodeAttribute in com.tencentcloudapi.goosefs.v20220519.models
Methods in com.tencentcloudapi.goosefs.v20220519.models that return ClientNodeAttribute Modifier and Type Method Description ClientNodeAttribute[]DescribeClientNodesResponse. getClientNodes()Get 客户端节点数组Methods in com.tencentcloudapi.goosefs.v20220519.models with parameters of type ClientNodeAttribute Modifier and Type Method Description voidDescribeClientNodesResponse. setClientNodes(ClientNodeAttribute[] ClientNodes)Set 客户端节点数组Constructors in com.tencentcloudapi.goosefs.v20220519.models with parameters of type ClientNodeAttribute Constructor Description ClientNodeAttribute(ClientNodeAttribute 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.
-