Get Volume Result
data class GetVolumeResult(val creationData: SourceCreationDataResponse? = null, val id: String, val name: String, val sizeGiB: Double? = null, val storageTarget: IscsiTargetInfoResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val volumeId: String)
Response for Volume request.
Constructors
Link copied to clipboard
constructor(creationData: SourceCreationDataResponse? = null, id: String, name: String, sizeGiB: Double? = null, storageTarget: IscsiTargetInfoResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, volumeId: String)