类 ReplicationConfiguration.Destination
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.ReplicationConfiguration.Destination
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Obtain the information about the destination bucket.Obtain the storage class of the object generated after the replication.voidSet the destination bucket name.voidsetObjectStorageClass(StorageClassEnum storageClass) Set the storage class of the object generated after the replication.toString()
-
字段详细资料
-
bucket
-
storageClass
-
-
构造器详细资料
-
Destination
public Destination()
-
-
方法详细资料
-
getBucket
Obtain the information about the destination bucket.- 返回:
- Destination bucket name
-
setBucket
Set the destination bucket name.- 参数:
bucket- Destination bucket name
-
getObjectStorageClass
Obtain the storage class of the object generated after the replication.- 返回:
- Object storage class
-
setObjectStorageClass
Set the storage class of the object generated after the replication.- 参数:
storageClass- Object storage class
-
toString
-