Node Pool Node Config Guest Accelerator Args
data class NodePoolNodeConfigGuestAcceleratorArgs(val count: Output<Int>, val gpuDriverInstallationConfig: Output<NodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfigArgs>? = null, val gpuPartitionSize: Output<String>? = null, val gpuSharingConfig: Output<NodePoolNodeConfigGuestAcceleratorGpuSharingConfigArgs>? = null, val type: Output<String>) : ConvertibleToJava<NodePoolNodeConfigGuestAcceleratorArgs>
Constructors
Link copied to clipboard
constructor(count: Output<Int>, gpuDriverInstallationConfig: Output<NodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfigArgs>? = null, gpuPartitionSize: Output<String>? = null, gpuSharingConfig: Output<NodePoolNodeConfigGuestAcceleratorGpuSharingConfigArgs>? = null, type: Output<String>)