ResourcePolicyWorkloadPolicyArgs

data class ResourcePolicyWorkloadPolicyArgs(val acceleratorTopology: Output<String>? = null, val maxTopologyDistance: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ResourcePolicyWorkloadPolicyArgs>

Constructors

Link copied to clipboard
constructor(acceleratorTopology: Output<String>? = null, maxTopologyDistance: Output<String>? = null, type: Output<String>)

Properties

Link copied to clipboard
val acceleratorTopology: Output<String>? = null

The accelerator topology. This field can be set only when the workload policy type is HIGH_THROUGHPUT and cannot be set if max topology distance is set.

Link copied to clipboard
val maxTopologyDistance: Output<String>? = null

The maximum topology distance. This field can be set only when the workload policy type is HIGH_THROUGHPUT and cannot be set if accelerator topology is set. Possible values are: BLOCK, CLUSTER, SUBBLOCK.

Link copied to clipboard
val type: Output<String>

The type of workload policy. Possible values are: HIGH_AVAILABILITY, HIGH_THROUGHPUT.

Functions

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