Class NotebooksEnvironmentVmImage.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.notebooks_environment.NotebooksEnvironmentVmImage.Jsii$Proxy
-
- All Implemented Interfaces:
NotebooksEnvironmentVmImage,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NotebooksEnvironmentVmImage
@Stability(Stable) @Internal public static final class NotebooksEnvironmentVmImage.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NotebooksEnvironmentVmImage
An implementation forNotebooksEnvironmentVmImage
-
-
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_environment.NotebooksEnvironmentVmImage
NotebooksEnvironmentVmImage.Builder, NotebooksEnvironmentVmImage.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NotebooksEnvironmentVmImage.Builder builder)Constructor that initializes the object based on literal property values passed by theNotebooksEnvironmentVmImage.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(NotebooksEnvironmentVmImage.Builder builder)
Constructor that initializes the object based on literal property values passed by theNotebooksEnvironmentVmImage.Builder.
-
-
Method Detail
-
getProject
public final String getProject()
Description copied from interface:NotebooksEnvironmentVmImageThe 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_environment#project NotebooksEnvironment#project}
- Specified by:
getProjectin interfaceNotebooksEnvironmentVmImage
-
getImageFamily
public final String getImageFamily()
Description copied from interface:NotebooksEnvironmentVmImageUse 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_environment#image_family NotebooksEnvironment#image_family}
- Specified by:
getImageFamilyin interfaceNotebooksEnvironmentVmImage
-
getImageName
public final String getImageName()
Description copied from interface:NotebooksEnvironmentVmImageUse 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_environment#image_name NotebooksEnvironment#image_name}
- Specified by:
getImageNamein interfaceNotebooksEnvironmentVmImage
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-