Class NotebooksInstanceAcceleratorConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.notebooks_instance.NotebooksInstanceAcceleratorConfig.Jsii$Proxy
-
- All Implemented Interfaces:
NotebooksInstanceAcceleratorConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NotebooksInstanceAcceleratorConfig
@Stability(Stable) @Internal public static final class NotebooksInstanceAcceleratorConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NotebooksInstanceAcceleratorConfig
An implementation forNotebooksInstanceAcceleratorConfig
-
-
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.notebooks_instance.NotebooksInstanceAcceleratorConfig
NotebooksInstanceAcceleratorConfig.Builder, NotebooksInstanceAcceleratorConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NotebooksInstanceAcceleratorConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theNotebooksInstanceAcceleratorConfig.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)NumbergetCoreCount()Count of cores of this accelerator.StringgetType()Type of this accelerator.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(NotebooksInstanceAcceleratorConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theNotebooksInstanceAcceleratorConfig.Builder.
-
-
Method Detail
-
getCoreCount
public final Number getCoreCount()
Description copied from interface:NotebooksInstanceAcceleratorConfigCount of cores of this accelerator.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_instance#core_count NotebooksInstance#core_count}
- Specified by:
getCoreCountin interfaceNotebooksInstanceAcceleratorConfig
-
getType
public final String getType()
Description copied from interface:NotebooksInstanceAcceleratorConfigType of this accelerator. Possible values: ["ACCELERATOR_TYPE_UNSPECIFIED", "NVIDIA_TESLA_K80", "NVIDIA_TESLA_P100", "NVIDIA_TESLA_V100", "NVIDIA_TESLA_P4", "NVIDIA_TESLA_T4", "NVIDIA_TESLA_T4_VWS", "NVIDIA_TESLA_P100_VWS", "NVIDIA_TESLA_P4_VWS", "NVIDIA_TESLA_A100", "TPU_V2", "TPU_V3"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_instance#type NotebooksInstance#type}
- Specified by:
getTypein interfaceNotebooksInstanceAcceleratorConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-