NodePoolNodeConfigGuestAcceleratorArgs

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

Properties

Link copied to clipboard
val count: Output<Int>
Link copied to clipboard
val gpuPartitionSize: Output<String>? = null
Link copied to clipboard
val type: Output<String>

The type of the policy. Supports a single value: COMPACT. Specifying COMPACT placement policy type places node pool's nodes in a closer physical proximity in order to reduce network latency between nodes.

Functions

Link copied to clipboard
open override fun toJava(): NodePoolNodeConfigGuestAcceleratorArgs