Class CloudRunV2ServiceTemplateContainersLivenessProbeHttpGet.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_v2_service.CloudRunV2ServiceTemplateContainersLivenessProbeHttpGet.Jsii$Proxy
-
- All Implemented Interfaces:
CloudRunV2ServiceTemplateContainersLivenessProbeHttpGet,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudRunV2ServiceTemplateContainersLivenessProbeHttpGet
@Stability(Stable) @Internal public static final class CloudRunV2ServiceTemplateContainersLivenessProbeHttpGet.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudRunV2ServiceTemplateContainersLivenessProbeHttpGet
An implementation forCloudRunV2ServiceTemplateContainersLivenessProbeHttpGet
-
-
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.cloud_run_v2_service.CloudRunV2ServiceTemplateContainersLivenessProbeHttpGet
CloudRunV2ServiceTemplateContainersLivenessProbeHttpGet.Builder, CloudRunV2ServiceTemplateContainersLivenessProbeHttpGet.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudRunV2ServiceTemplateContainersLivenessProbeHttpGet.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTemplateContainersLivenessProbeHttpGet.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)ObjectgetHttpHeaders()http_headers block.StringgetPath()Path to access on the HTTP server.NumbergetPort()Port number to access on the container.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(CloudRunV2ServiceTemplateContainersLivenessProbeHttpGet.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTemplateContainersLivenessProbeHttpGet.Builder.
-
-
Method Detail
-
getHttpHeaders
public final Object getHttpHeaders()
Description copied from interface:CloudRunV2ServiceTemplateContainersLivenessProbeHttpGethttp_headers block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#http_headers CloudRunV2Service#http_headers}
- Specified by:
getHttpHeadersin interfaceCloudRunV2ServiceTemplateContainersLivenessProbeHttpGet
-
getPath
public final String getPath()
Description copied from interface:CloudRunV2ServiceTemplateContainersLivenessProbeHttpGetPath to access on the HTTP server. Defaults to '/'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#path CloudRunV2Service#path}
- Specified by:
getPathin interfaceCloudRunV2ServiceTemplateContainersLivenessProbeHttpGet
-
getPort
public final Number getPort()
Description copied from interface:CloudRunV2ServiceTemplateContainersLivenessProbeHttpGetPort number to access on the container.Number must be in the range 1 to 65535. If not specified, defaults to the same value as container.ports[0].containerPort. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#port CloudRunV2Service#port}
- Specified by:
getPortin interfaceCloudRunV2ServiceTemplateContainersLivenessProbeHttpGet
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-