Class AppEngineFlexibleAppVersionDeploymentContainer.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.app_engine_flexible_app_version.AppEngineFlexibleAppVersionDeploymentContainer.Jsii$Proxy
-
- All Implemented Interfaces:
AppEngineFlexibleAppVersionDeploymentContainer,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AppEngineFlexibleAppVersionDeploymentContainer
@Stability(Stable) @Internal public static final class AppEngineFlexibleAppVersionDeploymentContainer.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AppEngineFlexibleAppVersionDeploymentContainer
An implementation forAppEngineFlexibleAppVersionDeploymentContainer
-
-
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.app_engine_flexible_app_version.AppEngineFlexibleAppVersionDeploymentContainer
AppEngineFlexibleAppVersionDeploymentContainer.Builder, AppEngineFlexibleAppVersionDeploymentContainer.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AppEngineFlexibleAppVersionDeploymentContainer.Builder builder)Constructor that initializes the object based on literal property values passed by theAppEngineFlexibleAppVersionDeploymentContainer.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)StringgetImage()URI to the hosted container image in Google Container Registry.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(AppEngineFlexibleAppVersionDeploymentContainer.Builder builder)
Constructor that initializes the object based on literal property values passed by theAppEngineFlexibleAppVersionDeploymentContainer.Builder.
-
-
Method Detail
-
getImage
public final String getImage()
Description copied from interface:AppEngineFlexibleAppVersionDeploymentContainerURI to the hosted container image in Google Container Registry.The URI must be fully qualified and include a tag or digest. Examples: "gcr.io/my-project/image:tag" or "gcr.io/my-project/image@digest" Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#image AppEngineFlexibleAppVersion#image}
- Specified by:
getImagein interfaceAppEngineFlexibleAppVersionDeploymentContainer
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-