Workflow Template Placement Managed Cluster Config Master Config Args
data class WorkflowTemplatePlacementManagedClusterConfigMasterConfigArgs(val accelerators: Output<List<WorkflowTemplatePlacementManagedClusterConfigMasterConfigAcceleratorArgs>>? = null, val diskConfig: Output<WorkflowTemplatePlacementManagedClusterConfigMasterConfigDiskConfigArgs>? = null, val image: Output<String>? = null, val instanceNames: Output<List<String>>? = null, val isPreemptible: Output<Boolean>? = null, val machineType: Output<String>? = null, val managedGroupConfigs: Output<List<WorkflowTemplatePlacementManagedClusterConfigMasterConfigManagedGroupConfigArgs>>? = null, val minCpuPlatform: Output<String>? = null, val numInstances: Output<Int>? = null, val preemptibility: Output<String>? = null) : ConvertibleToJava<WorkflowTemplatePlacementManagedClusterConfigMasterConfigArgs>
Constructors
Link copied to clipboard
fun WorkflowTemplatePlacementManagedClusterConfigMasterConfigArgs(accelerators: Output<List<WorkflowTemplatePlacementManagedClusterConfigMasterConfigAcceleratorArgs>>? = null, diskConfig: Output<WorkflowTemplatePlacementManagedClusterConfigMasterConfigDiskConfigArgs>? = null, image: Output<String>? = null, instanceNames: Output<List<String>>? = null, isPreemptible: Output<Boolean>? = null, machineType: Output<String>? = null, managedGroupConfigs: Output<List<WorkflowTemplatePlacementManagedClusterConfigMasterConfigManagedGroupConfigArgs>>? = null, minCpuPlatform: Output<String>? = null, numInstances: Output<Int>? = null, preemptibility: Output<String>? = null)
Functions
Properties
Link copied to clipboard
val accelerators: Output<List<WorkflowTemplatePlacementManagedClusterConfigMasterConfigAcceleratorArgs>>? = null
Link copied to clipboard
val diskConfig: Output<WorkflowTemplatePlacementManagedClusterConfigMasterConfigDiskConfigArgs>? = null
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