GetResourcePolicyWorkloadPolicy

data class GetResourcePolicyWorkloadPolicy(val acceleratorTopology: String, val maxTopologyDistance: String, val type: String)

Constructors

Link copied to clipboard
constructor(acceleratorTopology: String, maxTopologyDistance: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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: "BLOCK", "CLUSTER", "SUBBLOCK"

Link copied to clipboard

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