Uses of Class
com.tencentcloudapi.vm.v20201229.models.BucketInfo
-
Packages that use BucketInfo Package Description com.tencentcloudapi.vm.v20201229.models -
-
Uses of BucketInfo in com.tencentcloudapi.vm.v20201229.models
Methods in com.tencentcloudapi.vm.v20201229.models that return BucketInfo Modifier and Type Method Description BucketInfoStorageInfo. getBucketInfo()Get 该字段表示文件访问的腾讯云存储桶信息。
备注:当Type为COS时此字段不为空,该参数与Url参数须传入其中之一。Methods in com.tencentcloudapi.vm.v20201229.models with parameters of type BucketInfo Modifier and Type Method Description voidStorageInfo. setBucketInfo(BucketInfo BucketInfo)Set 该字段表示文件访问的腾讯云存储桶信息。
备注:当Type为COS时此字段不为空,该参数与Url参数须传入其中之一。Constructors in com.tencentcloudapi.vm.v20201229.models with parameters of type BucketInfo Constructor Description BucketInfo(BucketInfo 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.
-