Uses of Class
com.tencentcloudapi.cbs.v20170312.models.SnapshotCopyResult
-
Packages that use SnapshotCopyResult Package Description com.tencentcloudapi.cbs.v20170312.models -
-
Uses of SnapshotCopyResult in com.tencentcloudapi.cbs.v20170312.models
Methods in com.tencentcloudapi.cbs.v20170312.models that return SnapshotCopyResult Modifier and Type Method Description SnapshotCopyResult[]CopySnapshotCrossRegionsResponse. getSnapshotCopyResultSet()Get 快照跨地域复制的结果,如果请求下发成功,则返回相应地地域的新快照ID,否则返回Error。Methods in com.tencentcloudapi.cbs.v20170312.models with parameters of type SnapshotCopyResult Modifier and Type Method Description voidCopySnapshotCrossRegionsResponse. setSnapshotCopyResultSet(SnapshotCopyResult[] SnapshotCopyResultSet)Set 快照跨地域复制的结果,如果请求下发成功,则返回相应地地域的新快照ID,否则返回Error。Constructors in com.tencentcloudapi.cbs.v20170312.models with parameters of type SnapshotCopyResult Constructor Description SnapshotCopyResult(SnapshotCopyResult 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.
-