Class DeleteSnapshotsRequest

    • Constructor Detail

      • DeleteSnapshotsRequest

        public DeleteSnapshotsRequest()
      • DeleteSnapshotsRequest

        public DeleteSnapshotsRequest​(DeleteSnapshotsRequest 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

      • getSnapshotIds

        public String[] getSnapshotIds()
        Get 要删除的快照ID列表,可通过[DescribeSnapshots](/document/product/362/15647)查询。
        Returns:
        SnapshotIds 要删除的快照ID列表,可通过[DescribeSnapshots](/document/product/362/15647)查询。
      • setSnapshotIds

        public void setSnapshotIds​(String[] SnapshotIds)
        Set 要删除的快照ID列表,可通过[DescribeSnapshots](/document/product/362/15647)查询。
        Parameters:
        SnapshotIds - 要删除的快照ID列表,可通过[DescribeSnapshots](/document/product/362/15647)查询。
      • getDeleteBindImages

        public Boolean getDeleteBindImages()
        Get 是否强制删除快照关联的镜像
        Returns:
        DeleteBindImages 是否强制删除快照关联的镜像
      • setDeleteBindImages

        public void setDeleteBindImages​(Boolean DeleteBindImages)
        Set 是否强制删除快照关联的镜像
        Parameters:
        DeleteBindImages - 是否强制删除快照关联的镜像