Class ModifyImageSharePermissionRequest


  • public class ModifyImageSharePermissionRequest
    extends AbstractModel
    • Constructor Detail

      • ModifyImageSharePermissionRequest

        public ModifyImageSharePermissionRequest()
      • ModifyImageSharePermissionRequest

        public ModifyImageSharePermissionRequest​(ModifyImageSharePermissionRequest 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.
    • Method Detail

      • getImageId

        public String getImageId()
        Get 镜像ID,形如`img-gvbnzy6f`。镜像Id可以通过如下方式获取:
      • 通过[DescribeImages](https://cloud.tencent.com/document/api/213/15715)接口返回的`ImageId`获取。
      • 通过[镜像控制台](https://console.cloud.tencent.com/cvm/image)获取。
        镜像ID必须指定为状态为`NORMAL`的镜像。镜像状态请参考[镜像数据表](https://cloud.tencent.com/document/product/213/15753#Image)。
Returns:
ImageId 镜像ID,形如`img-gvbnzy6f`。镜像Id可以通过如下方式获取:
  • 通过[DescribeImages](https://cloud.tencent.com/document/api/213/15715)接口返回的`ImageId`获取。
  • 通过[镜像控制台](https://console.cloud.tencent.com/cvm/image)获取。
    镜像ID必须指定为状态为`NORMAL`的镜像。镜像状态请参考[镜像数据表](https://cloud.tencent.com/document/product/213/15753#Image)。
  • Parameters:
    ImageId - 镜像ID,形如`img-gvbnzy6f`。镜像Id可以通过如下方式获取:
  • 通过[DescribeImages](https://cloud.tencent.com/document/api/213/15715)接口返回的`ImageId`获取。
  • 通过[镜像控制台](https://console.cloud.tencent.com/cvm/image)获取。
    镜像ID必须指定为状态为`NORMAL`的镜像。镜像状态请参考[镜像数据表](https://cloud.tencent.com/document/product/213/15753#Image)。