Class ComputeHealthCheckGrpcHealthCheck.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_health_check.ComputeHealthCheckGrpcHealthCheck.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeHealthCheckGrpcHealthCheck,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeHealthCheckGrpcHealthCheck
@Stability(Stable) @Internal public static final class ComputeHealthCheckGrpcHealthCheck.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeHealthCheckGrpcHealthCheck
An implementation forComputeHealthCheckGrpcHealthCheck
-
-
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.compute_health_check.ComputeHealthCheckGrpcHealthCheck
ComputeHealthCheckGrpcHealthCheck.Builder, ComputeHealthCheckGrpcHealthCheck.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeHealthCheckGrpcHealthCheck.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeHealthCheckGrpcHealthCheck.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)StringgetGrpcServiceName()The gRPC service name for the health check.NumbergetPort()The port number for the health check request.StringgetPortName()Port name as defined in InstanceGroup#NamedPort#name.StringgetPortSpecification()Specifies how port is selected for health checking, can be one of the following values:.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(ComputeHealthCheckGrpcHealthCheck.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeHealthCheckGrpcHealthCheck.Builder.
-
-
Method Detail
-
getGrpcServiceName
public final String getGrpcServiceName()
Description copied from interface:ComputeHealthCheckGrpcHealthCheckThe gRPC service name for the health check.The value of grpcServiceName has the following meanings by convention: * Empty serviceName means the overall status of all services at the backend. * Non-empty serviceName means the health of that gRPC service, as defined by the owner of the service. The grpcServiceName can only be ASCII. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_health_check#grpc_service_name ComputeHealthCheck#grpc_service_name}
- Specified by:
getGrpcServiceNamein interfaceComputeHealthCheckGrpcHealthCheck
-
getPort
public final Number getPort()
Description copied from interface:ComputeHealthCheckGrpcHealthCheckThe port number for the health check request.Must be specified if portName and portSpecification are not set or if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_health_check#port ComputeHealthCheck#port}
- Specified by:
getPortin interfaceComputeHealthCheckGrpcHealthCheck
-
getPortName
public final String getPortName()
Description copied from interface:ComputeHealthCheckGrpcHealthCheckPort name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_health_check#port_name ComputeHealthCheck#port_name}
- Specified by:
getPortNamein interfaceComputeHealthCheckGrpcHealthCheck
-
getPortSpecification
public final String getPortSpecification()
Description copied from interface:ComputeHealthCheckGrpcHealthCheckSpecifies how port is selected for health checking, can be one of the following values:.* 'USE_FIXED_PORT': The port number in 'port' is used for health checking. * 'USE_NAMED_PORT': The 'portName' is used for health checking. * 'USE_SERVING_PORT': For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, gRPC health check follows behavior specified in 'port' and 'portName' fields. Possible values: ["USE_FIXED_PORT", "USE_NAMED_PORT", "USE_SERVING_PORT"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_health_check#port_specification ComputeHealthCheck#port_specification}
- Specified by:
getPortSpecificationin interfaceComputeHealthCheckGrpcHealthCheck
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-