Class NotebooksInstanceVmImage.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.notebooks_instance.NotebooksInstanceVmImage.Jsii$Proxy
-
- All Implemented Interfaces:
NotebooksInstanceVmImage,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NotebooksInstanceVmImage
@Stability(Stable) @Internal public static final class NotebooksInstanceVmImage.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NotebooksInstanceVmImage
An implementation forNotebooksInstanceVmImage
-
-
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.NotebooksInstanceVmImage
NotebooksInstanceVmImage.Builder, NotebooksInstanceVmImage.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NotebooksInstanceVmImage.Builder builder)Constructor that initializes the object based on literal property values passed by theNotebooksInstanceVmImage.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)StringgetImageFamily()Use this VM image family to find the image; the newest image in this family will be used.StringgetImageName()Use VM image name to find the image.StringgetProject()The name of the Google Cloud project that this VM image belongs to.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(NotebooksInstanceVmImage.Builder builder)
Constructor that initializes the object based on literal property values passed by theNotebooksInstanceVmImage.Builder.
-
-
Method Detail
-
getProject
public final String getProject()
Description copied from interface:NotebooksInstanceVmImageThe name of the Google Cloud project that this VM image belongs to. Format: projects/{project_id}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_instance#project NotebooksInstance#project}
- Specified by:
getProjectin interfaceNotebooksInstanceVmImage
-
getImageFamily
public final String getImageFamily()
Description copied from interface:NotebooksInstanceVmImageUse this VM image family to find the image; the newest image in this family will be used.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_instance#image_family NotebooksInstance#image_family}
- Specified by:
getImageFamilyin interfaceNotebooksInstanceVmImage
-
getImageName
public final String getImageName()
Description copied from interface:NotebooksInstanceVmImageUse VM image name to find the image.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_instance#image_name NotebooksInstance#image_name}
- Specified by:
getImageNamein interfaceNotebooksInstanceVmImage
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-