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