VolumeConfigArgs

constructor(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)