Uses of Class
com.exoscale.sdk.model.BlockStorageSnapshot
Packages that use BlockStorageSnapshot
-
Uses of BlockStorageSnapshot in com.exoscale.sdk.api
Methods in com.exoscale.sdk.api that return BlockStorageSnapshotModifier and TypeMethodDescriptionExoscaleApi.getBlockStorageSnapshot
(UUID id) Retrieve block storage snapshot details -
Uses of BlockStorageSnapshot in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return BlockStorageSnapshotModifier and TypeMethodDescriptionBlockStorageSnapshot.blockStorageVolume
(BlockStorageVolumeTarget blockStorageVolume) BlockStorageSnapshot.putLabelsItem
(String key, String labelsItem) BlockStorageSnapshot.volumeSize
(Long volumeSize) Methods in com.exoscale.sdk.model that return types with arguments of type BlockStorageSnapshotModifier and TypeMethodDescriptionListBlockStorageSnapshots200Response.getBlockStorageSnapshots()
Get blockStorageSnapshotsMethods in com.exoscale.sdk.model with parameters of type BlockStorageSnapshotModifier and TypeMethodDescriptionListBlockStorageSnapshots200Response.addBlockStorageSnapshotsItem
(BlockStorageSnapshot blockStorageSnapshotsItem) Method parameters in com.exoscale.sdk.model with type arguments of type BlockStorageSnapshotModifier and TypeMethodDescriptionListBlockStorageSnapshots200Response.blockStorageSnapshots
(List<BlockStorageSnapshot> blockStorageSnapshots) void
ListBlockStorageSnapshots200Response.setBlockStorageSnapshots
(List<BlockStorageSnapshot> blockStorageSnapshots)