public class BackupStorageLocation extends AbstractModel
Constructor and Description |
---|
BackupStorageLocation() |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getBucket()
Get 对象存储桶名称,如果是COS必须是tke-backup-前缀开头
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLastValidationTime()
Get 最后一次检查时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMessage()
Get 详细状态信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 备份仓库名称
|
String |
getPath()
Get 对象存储桶路径
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProvider()
Get 存储服务提供方,默认腾讯云
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getState()
Get 存储仓库状态
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStorageRegion()
Get 存储仓库所属地域,比如COS广州(ap-guangzhou)
|
void |
setBucket(String Bucket)
Set 对象存储桶名称,如果是COS必须是tke-backup-前缀开头
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLastValidationTime(String LastValidationTime)
Set 最后一次检查时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMessage(String Message)
Set 详细状态信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 备份仓库名称
|
void |
setPath(String Path)
Set 对象存储桶路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProvider(String Provider)
Set 存储服务提供方,默认腾讯云
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setState(String State)
Set 存储仓库状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStorageRegion(String StorageRegion)
Set 存储仓库所属地域,比如COS广州(ap-guangzhou)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public BackupStorageLocation()
public BackupStorageLocation(BackupStorageLocation source)
public String getName()
public void setName(String Name)
Name
- 备份仓库名称public String getStorageRegion()
public void setStorageRegion(String StorageRegion)
StorageRegion
- 存储仓库所属地域,比如COS广州(ap-guangzhou)public String getProvider()
public void setProvider(String Provider)
Provider
- 存储服务提供方,默认腾讯云
注意:此字段可能返回 null,表示取不到有效值。public String getBucket()
public void setBucket(String Bucket)
Bucket
- 对象存储桶名称,如果是COS必须是tke-backup-前缀开头
注意:此字段可能返回 null,表示取不到有效值。public String getPath()
public void setPath(String Path)
Path
- 对象存储桶路径
注意:此字段可能返回 null,表示取不到有效值。public String getState()
public void setState(String State)
State
- 存储仓库状态
注意:此字段可能返回 null,表示取不到有效值。public String getMessage()
public void setMessage(String Message)
Message
- 详细状态信息
注意:此字段可能返回 null,表示取不到有效值。public String getLastValidationTime()
public void setLastValidationTime(String LastValidationTime)
LastValidationTime
- 最后一次检查时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.