Class DataprocClusterClusterConfigWorkerConfigAccelerators.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataproc_cluster.DataprocClusterClusterConfigWorkerConfigAccelerators.Jsii$Proxy
-
- All Implemented Interfaces:
DataprocClusterClusterConfigWorkerConfigAccelerators,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataprocClusterClusterConfigWorkerConfigAccelerators
@Stability(Stable) @Internal public static final class DataprocClusterClusterConfigWorkerConfigAccelerators.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataprocClusterClusterConfigWorkerConfigAccelerators
An implementation forDataprocClusterClusterConfigWorkerConfigAccelerators
-
-
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_cluster.DataprocClusterClusterConfigWorkerConfigAccelerators
DataprocClusterClusterConfigWorkerConfigAccelerators.Builder, DataprocClusterClusterConfigWorkerConfigAccelerators.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataprocClusterClusterConfigWorkerConfigAccelerators.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocClusterClusterConfigWorkerConfigAccelerators.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)NumbergetAcceleratorCount()The number of the accelerator cards of this type exposed to this instance.StringgetAcceleratorType()The short name of the accelerator type to expose to this instance.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(DataprocClusterClusterConfigWorkerConfigAccelerators.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataprocClusterClusterConfigWorkerConfigAccelerators.Builder.
-
-
Method Detail
-
getAcceleratorCount
public final Number getAcceleratorCount()
Description copied from interface:DataprocClusterClusterConfigWorkerConfigAcceleratorsThe number of the accelerator cards of this type exposed to this instance.Often restricted to one of 1, 2, 4, or 8. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#accelerator_count DataprocCluster#accelerator_count}
- Specified by:
getAcceleratorCountin interfaceDataprocClusterClusterConfigWorkerConfigAccelerators
-
getAcceleratorType
public final String getAcceleratorType()
Description copied from interface:DataprocClusterClusterConfigWorkerConfigAcceleratorsThe short name of the accelerator type to expose to this instance. For example, nvidia-tesla-k80.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#accelerator_type DataprocCluster#accelerator_type}
- Specified by:
getAcceleratorTypein interfaceDataprocClusterClusterConfigWorkerConfigAccelerators
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-