Class CloudRunV2ServiceTemplateContainersLivenessProbeGrpc.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_v2_service.CloudRunV2ServiceTemplateContainersLivenessProbeGrpc.Jsii$Proxy
-
- All Implemented Interfaces:
CloudRunV2ServiceTemplateContainersLivenessProbeGrpc,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudRunV2ServiceTemplateContainersLivenessProbeGrpc
@Stability(Stable) @Internal public static final class CloudRunV2ServiceTemplateContainersLivenessProbeGrpc.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudRunV2ServiceTemplateContainersLivenessProbeGrpc
An implementation forCloudRunV2ServiceTemplateContainersLivenessProbeGrpc
-
-
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.CloudRunV2ServiceTemplateContainersLivenessProbeGrpc
CloudRunV2ServiceTemplateContainersLivenessProbeGrpc.Builder, CloudRunV2ServiceTemplateContainersLivenessProbeGrpc.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudRunV2ServiceTemplateContainersLivenessProbeGrpc.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTemplateContainersLivenessProbeGrpc.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)NumbergetPort()Port number to access on the container.StringgetService()The name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).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(CloudRunV2ServiceTemplateContainersLivenessProbeGrpc.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTemplateContainersLivenessProbeGrpc.Builder.
-
-
Method Detail
-
getPort
public final Number getPort()
Description copied from interface:CloudRunV2ServiceTemplateContainersLivenessProbeGrpcPort 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 interfaceCloudRunV2ServiceTemplateContainersLivenessProbeGrpc
-
getService
public final String getService()
Description copied from interface:CloudRunV2ServiceTemplateContainersLivenessProbeGrpcThe name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#service CloudRunV2Service#service}
- Specified by:
getServicein interfaceCloudRunV2ServiceTemplateContainersLivenessProbeGrpc
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-