Class BackupStorageLocation

    • Constructor Detail

      • BackupStorageLocation

        public BackupStorageLocation()
      • BackupStorageLocation

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

      • getName

        public String getName()
        Get 备份仓库名称
        Returns:
        Name 备份仓库名称
      • setName

        public void setName​(String Name)
        Set 备份仓库名称
        Parameters:
        Name - 备份仓库名称
      • getStorageRegion

        public String getStorageRegion()
        Get 存储仓库所属地域,比如COS广州(ap-guangzhou)
        Returns:
        StorageRegion 存储仓库所属地域,比如COS广州(ap-guangzhou)
      • setStorageRegion

        public void setStorageRegion​(String StorageRegion)
        Set 存储仓库所属地域,比如COS广州(ap-guangzhou)
        Parameters:
        StorageRegion - 存储仓库所属地域,比如COS广州(ap-guangzhou)
      • getProvider

        public String getProvider()
        Get 存储服务提供方,默认腾讯云 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Provider 存储服务提供方,默认腾讯云 注意:此字段可能返回 null,表示取不到有效值。
      • setProvider

        public void setProvider​(String Provider)
        Set 存储服务提供方,默认腾讯云 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Provider - 存储服务提供方,默认腾讯云 注意:此字段可能返回 null,表示取不到有效值。
      • getBucket

        public String getBucket()
        Get 对象存储桶名称,如果是COS必须是tke-backup-前缀开头 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Bucket 对象存储桶名称,如果是COS必须是tke-backup-前缀开头 注意:此字段可能返回 null,表示取不到有效值。
      • setBucket

        public void setBucket​(String Bucket)
        Set 对象存储桶名称,如果是COS必须是tke-backup-前缀开头 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Bucket - 对象存储桶名称,如果是COS必须是tke-backup-前缀开头 注意:此字段可能返回 null,表示取不到有效值。
      • getPath

        public String getPath()
        Get 对象存储桶路径 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Path 对象存储桶路径 注意:此字段可能返回 null,表示取不到有效值。
      • setPath

        public void setPath​(String Path)
        Set 对象存储桶路径 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Path - 对象存储桶路径 注意:此字段可能返回 null,表示取不到有效值。
      • getState

        public String getState()
        Get 存储仓库状态 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        State 存储仓库状态 注意:此字段可能返回 null,表示取不到有效值。
      • setState

        public void setState​(String State)
        Set 存储仓库状态 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        State - 存储仓库状态 注意:此字段可能返回 null,表示取不到有效值。
      • getMessage

        public String getMessage()
        Get 详细状态信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Message 详细状态信息 注意:此字段可能返回 null,表示取不到有效值。
      • setMessage

        public void setMessage​(String Message)
        Set 详细状态信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Message - 详细状态信息 注意:此字段可能返回 null,表示取不到有效值。
      • getLastValidationTime

        public String getLastValidationTime()
        Get 最后一次检查时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LastValidationTime 最后一次检查时间 注意:此字段可能返回 null,表示取不到有效值。
      • setLastValidationTime

        public void setLastValidationTime​(String LastValidationTime)
        Set 最后一次检查时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LastValidationTime - 最后一次检查时间 注意:此字段可能返回 null,表示取不到有效值。