Class WorkbenchInstanceGceSetupContainerImage.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.workbench_instance.WorkbenchInstanceGceSetupContainerImage.Jsii$Proxy
-
- All Implemented Interfaces:
WorkbenchInstanceGceSetupContainerImage,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- WorkbenchInstanceGceSetupContainerImage
@Stability(Stable) @Internal public static final class WorkbenchInstanceGceSetupContainerImage.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements WorkbenchInstanceGceSetupContainerImage
An implementation forWorkbenchInstanceGceSetupContainerImage
-
-
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.workbench_instance.WorkbenchInstanceGceSetupContainerImage
WorkbenchInstanceGceSetupContainerImage.Builder, WorkbenchInstanceGceSetupContainerImage.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(WorkbenchInstanceGceSetupContainerImage.Builder builder)Constructor that initializes the object based on literal property values passed by theWorkbenchInstanceGceSetupContainerImage.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)StringgetRepository()The path to the container image repository.StringgetTag()The tag of the container image.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(WorkbenchInstanceGceSetupContainerImage.Builder builder)
Constructor that initializes the object based on literal property values passed by theWorkbenchInstanceGceSetupContainerImage.Builder.
-
-
Method Detail
-
getRepository
public final String getRepository()
Description copied from interface:WorkbenchInstanceGceSetupContainerImageThe path to the container image repository. For example: gcr.io/{project_id}/{imageName}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#repository WorkbenchInstance#repository}
- Specified by:
getRepositoryin interfaceWorkbenchInstanceGceSetupContainerImage
-
getTag
public final String getTag()
Description copied from interface:WorkbenchInstanceGceSetupContainerImageThe tag of the container image. If not specified, this defaults to the latest tag.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#tag WorkbenchInstance#tag}
- Specified by:
getTagin interfaceWorkbenchInstanceGceSetupContainerImage
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-