Volume Config Response
data class VolumeConfigResponse(val gcpService: String, val lunRanges: List<LunRangeResponse>, val machineIds: List<String>, val name: String, val nfsExports: List<NfsExportResponse>, val performanceTier: String, val protocol: String, val sizeGb: Int, val snapshotsEnabled: Boolean, val storageAggregatePool: String, val type: String, val userNote: String)
Configuration parameters for a new volume.
Constructors
Link copied to clipboard
fun VolumeConfigResponse(gcpService: String, lunRanges: List<LunRangeResponse>, machineIds: List<String>, name: String, nfsExports: List<NfsExportResponse>, performanceTier: String, protocol: String, sizeGb: Int, snapshotsEnabled: Boolean, storageAggregatePool: String, type: String, userNote: String)