Uses of Class
com.exoscale.sdk.model.BlockStorageSnapshotTarget
-
Packages that use BlockStorageSnapshotTarget Package Description com.exoscale.sdk.model -
-
Uses of BlockStorageSnapshotTarget in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return BlockStorageSnapshotTarget Modifier and Type Method Description BlockStorageSnapshotTarget
CreateBlockStorageVolumeRequest. getBlockStorageSnapshot()
Get blockStorageSnapshotBlockStorageSnapshotTarget
BlockStorageSnapshotTarget. id(UUID id)
Methods in com.exoscale.sdk.model that return types with arguments of type BlockStorageSnapshotTarget Modifier and Type Method Description List<BlockStorageSnapshotTarget>
BlockStorageVolume. getBlockStorageSnapshots()
Volume snapshots, if anyMethods in com.exoscale.sdk.model with parameters of type BlockStorageSnapshotTarget Modifier and Type Method Description BlockStorageVolume
BlockStorageVolume. addBlockStorageSnapshotsItem(BlockStorageSnapshotTarget blockStorageSnapshotsItem)
CreateBlockStorageVolumeRequest
CreateBlockStorageVolumeRequest. blockStorageSnapshot(BlockStorageSnapshotTarget blockStorageSnapshot)
void
CreateBlockStorageVolumeRequest. setBlockStorageSnapshot(BlockStorageSnapshotTarget blockStorageSnapshot)
Method parameters in com.exoscale.sdk.model with type arguments of type BlockStorageSnapshotTarget Modifier and Type Method Description BlockStorageVolume
BlockStorageVolume. blockStorageSnapshots(List<BlockStorageSnapshotTarget> blockStorageSnapshots)
void
BlockStorageVolume. setBlockStorageSnapshots(List<BlockStorageSnapshotTarget> blockStorageSnapshots)
-