Class DeleteBackupRequest

    • Constructor Detail

      • DeleteBackupRequest

        public DeleteBackupRequest()
      • DeleteBackupRequest

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

      • getClusterId

        public String getClusterId()
        Get 集群ID
        Returns:
        ClusterId 集群ID
      • setClusterId

        public void setClusterId​(String ClusterId)
        Set 集群ID
        Parameters:
        ClusterId - 集群ID
      • getSnapshotIdList

        public Long[] getSnapshotIdList()
        Get 备份文件ID,旧版本使用的字段,不推荐使用
        Returns:
        SnapshotIdList 备份文件ID,旧版本使用的字段,不推荐使用
      • setSnapshotIdList

        public void setSnapshotIdList​(Long[] SnapshotIdList)
        Set 备份文件ID,旧版本使用的字段,不推荐使用
        Parameters:
        SnapshotIdList - 备份文件ID,旧版本使用的字段,不推荐使用
      • getBackupIds

        public Long[] getBackupIds()
        Get 备份文件ID,推荐使用
        Returns:
        BackupIds 备份文件ID,推荐使用
      • setBackupIds

        public void setBackupIds​(Long[] BackupIds)
        Set 备份文件ID,推荐使用
        Parameters:
        BackupIds - 备份文件ID,推荐使用