Class DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig
@Stability(Stable) @Internal public static final class DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig
An implementation forDataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig
DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig.Builder, DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetAccelerators()accelerators block.DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigDiskConfiggetDiskConfig()disk_config block.StringgetImage()Optional.StringgetMachineType()Optional.StringgetMinCpuPlatform()Optional.NumbergetNumInstances()Optional.StringgetPreemptibility()Optional.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig.Builder.
-
-
Method Detail
-
getAccelerators
public final Object getAccelerators()
Description copied from interface:DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigaccelerators block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#accelerators DataprocWorkflowTemplate#accelerators}
- Specified by:
getAcceleratorsin interfaceDataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig
-
getDiskConfig
public final DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigDiskConfig getDiskConfig()
Description copied from interface:DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigdisk_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#disk_config DataprocWorkflowTemplate#disk_config}
- Specified by:
getDiskConfigin interfaceDataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig
-
getImage
public final String getImage()
Description copied from interface:DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigOptional.The Compute Engine image resource used for cluster instances. The URI can represent an image or image family. Image examples: * `https://www.googleapis.com/compute/beta/projects/[project_id]/global/images/[image-id]` * `projects/[project_id]/global/images/[image-id]` * `image-id` Image family examples. Dataproc will use the most recent image from the family: * `https://www.googleapis.com/compute/beta/projects/[project_id]/global/images/family/[custom-image-family-name]` * `projects/[project_id]/global/images/family/[custom-image-family-name]` If the URI is unspecified, it will be inferred from `SoftwareConfig.image_version` or the system default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#image DataprocWorkflowTemplate#image}
- Specified by:
getImagein interfaceDataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig
-
getMachineType
public final String getMachineType()
Description copied from interface:DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigOptional.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/[project_id]/zones/us-east1-a/machineTypes/n1-standard-2` * `projects/[project_id]/zones/us-east1-a/machineTypes/n1-standard-2` * `n1-standard-2` **Auto Zone Exception**: If you are using the Dataproc [Auto Zone Placement](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`. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#machine_type DataprocWorkflowTemplate#machine_type}
- Specified by:
getMachineTypein interfaceDataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig
-
getMinCpuPlatform
public final String getMinCpuPlatform()
Description copied from interface:DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigOptional. Specifies the minimum cpu platform for the Instance Group. See Dataproc -> Minimum CPU Platform.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#min_cpu_platform DataprocWorkflowTemplate#min_cpu_platform}
- Specified by:
getMinCpuPlatformin interfaceDataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig
-
getNumInstances
public final Number getNumInstances()
Description copied from interface:DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigOptional.The number of VM instances in the instance group. For [HA cluster](/dataproc/docs/concepts/configuring-clusters/high-availability) [master_config](#FIELDS.master_config) groups, **must be set to 3**. For standard cluster [master_config](#FIELDS.master_config) groups, **must be set to 1**. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#num_instances DataprocWorkflowTemplate#num_instances}
- Specified by:
getNumInstancesin interfaceDataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig
-
getPreemptibility
public final String getPreemptibility()
Description copied from interface:DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigOptional.Specifies the preemptibility of the instance group. The default value for master and worker groups is `NON_PREEMPTIBLE`. This default cannot be changed. The default value for secondary instances is `PREEMPTIBLE`. Possible values: PREEMPTIBILITY_UNSPECIFIED, NON_PREEMPTIBLE, PREEMPTIBLE Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#preemptibility DataprocWorkflowTemplate#preemptibility}
- Specified by:
getPreemptibilityin interfaceDataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-