Volume Config Args
data class VolumeConfigArgs(val gcpService: Output<String>? = null, val id: Output<String>? = null, val lunRanges: Output<List<LunRangeArgs>>? = null, val machineIds: Output<List<String>>? = null, val nfsExports: Output<List<NfsExportArgs>>? = null, val performanceTier: Output<VolumeConfigPerformanceTier>? = null, val protocol: Output<VolumeConfigProtocol>? = null, val sizeGb: Output<Int>? = null, val snapshotsEnabled: Output<Boolean>? = null, val storageAggregatePool: Output<String>? = null, val type: Output<VolumeConfigType>? = null, val userNote: Output<String>? = null) : ConvertibleToJava<VolumeConfigArgs>
Configuration parameters for a new volume.
Constructors
Link copied to clipboard
fun VolumeConfigArgs(gcpService: Output<String>? = null, id: Output<String>? = null, lunRanges: Output<List<LunRangeArgs>>? = null, machineIds: Output<List<String>>? = null, nfsExports: Output<List<NfsExportArgs>>? = null, performanceTier: Output<VolumeConfigPerformanceTier>? = null, protocol: Output<VolumeConfigProtocol>? = null, sizeGb: Output<Int>? = null, snapshotsEnabled: Output<Boolean>? = null, storageAggregatePool: Output<String>? = null, type: Output<VolumeConfigType>? = null, userNote: Output<String>? = null)