Uses of Class
com.tencentcloudapi.goosefs.v20220519.models.ClusterRole
-
Packages that use ClusterRole Package Description com.tencentcloudapi.goosefs.v20220519.models -
-
Uses of ClusterRole in com.tencentcloudapi.goosefs.v20220519.models
Methods in com.tencentcloudapi.goosefs.v20220519.models that return ClusterRole Modifier and Type Method Description ClusterRole[]DescribeClusterRolesResponse. getClusterRoles()Get 集群角色Methods in com.tencentcloudapi.goosefs.v20220519.models with parameters of type ClusterRole Modifier and Type Method Description voidDescribeClusterRolesResponse. setClusterRoles(ClusterRole[] ClusterRoles)Set 集群角色Constructors in com.tencentcloudapi.goosefs.v20220519.models with parameters of type ClusterRole Constructor Description ClusterRole(ClusterRole 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.
-