NodePoolNodeConfigGuestAccelerator

data class NodePoolNodeConfigGuestAccelerator(val count: Int, val gpuDriverInstallationConfig: NodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig? = null, val gpuPartitionSize: String? = null, val gpuSharingConfig: NodePoolNodeConfigGuestAcceleratorGpuSharingConfig? = null, val type: String)

Constructors

Link copied to clipboard
constructor(count: Int, gpuDriverInstallationConfig: NodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig? = null, gpuPartitionSize: String? = null, gpuSharingConfig: NodePoolNodeConfigGuestAcceleratorGpuSharingConfig? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
Link copied to clipboard

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.