Uses of Class
com.tencentcloudapi.vpc.v20170312.models.BatchModifySnapshotPolicy
-
Packages that use BatchModifySnapshotPolicy Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of BatchModifySnapshotPolicy in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return BatchModifySnapshotPolicy Modifier and Type Method Description BatchModifySnapshotPolicy[]ModifySnapshotPoliciesRequest. getSnapshotPoliciesInfo()Get 快照策略修改信息。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type BatchModifySnapshotPolicy Modifier and Type Method Description voidModifySnapshotPoliciesRequest. setSnapshotPoliciesInfo(BatchModifySnapshotPolicy[] SnapshotPoliciesInfo)Set 快照策略修改信息。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type BatchModifySnapshotPolicy Constructor Description BatchModifySnapshotPolicy(BatchModifySnapshotPolicy 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.
-