Uses of Class
com.tencentcloudapi.cvm.v20170312.models.SharePermission
-
Packages that use SharePermission Package Description com.tencentcloudapi.cvm.v20170312.models -
-
Uses of SharePermission in com.tencentcloudapi.cvm.v20170312.models
Methods in com.tencentcloudapi.cvm.v20170312.models that return SharePermission Modifier and Type Method Description SharePermission[]DescribeImageSharePermissionResponse. getSharePermissionSet()Get 镜像共享信息Methods in com.tencentcloudapi.cvm.v20170312.models with parameters of type SharePermission Modifier and Type Method Description voidDescribeImageSharePermissionResponse. setSharePermissionSet(SharePermission[] SharePermissionSet)Set 镜像共享信息Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type SharePermission Constructor Description SharePermission(SharePermission 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.
-