Uses of Class
com.tencentcloudapi.cvm.v20170312.models.Snapshot
-
Packages that use Snapshot Package Description com.tencentcloudapi.cvm.v20170312.models -
-
Uses of Snapshot in com.tencentcloudapi.cvm.v20170312.models
Methods in com.tencentcloudapi.cvm.v20170312.models that return Snapshot Modifier and Type Method Description Snapshot[]Image. getSnapshotSet()Get 镜像关联的快照信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cvm.v20170312.models with parameters of type Snapshot Modifier and Type Method Description voidImage. setSnapshotSet(Snapshot[] SnapshotSet)Set 镜像关联的快照信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type Snapshot Constructor Description Snapshot(Snapshot 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.
-