Workflow Template Placement Managed Cluster Config Secondary Worker Config
data class WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig(val accelerators: List<WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigAccelerator>? = null, val diskConfig: WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigDiskConfig? = null, val image: String? = null, val instanceNames: List<String>? = null, val isPreemptible: Boolean? = null, val machineType: String? = null, val managedGroupConfigs: List<WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigManagedGroupConfig>? = null, val minCpuPlatform: String? = null, val numInstances: Int? = null, val preemptibility: String? = null)
Constructors
Link copied to clipboard
fun WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig(accelerators: List<WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigAccelerator>? = null, diskConfig: WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigDiskConfig? = null, image: String? = null, instanceNames: List<String>? = null, isPreemptible: Boolean? = null, machineType: String? = null, managedGroupConfigs: List<WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigManagedGroupConfig>? = null, minCpuPlatform: String? = null, numInstances: Int? = null, preemptibility: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The Compute Engine machine type used for cluster instances. A full URL, partial URI, or short name are valid. Examples: * https://www.googleapis.com/compute/v1/projects/(https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example,
n1-standard-2`.
Link copied to clipboard