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