Class ComputeRegionHealthCheckHttp2HealthCheck.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_region_health_check.ComputeRegionHealthCheckHttp2HealthCheck.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRegionHealthCheckHttp2HealthCheck,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRegionHealthCheckHttp2HealthCheck
@Stability(Stable) @Internal public static final class ComputeRegionHealthCheckHttp2HealthCheck.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRegionHealthCheckHttp2HealthCheck
An implementation forComputeRegionHealthCheckHttp2HealthCheck
-
-
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_region_health_check.ComputeRegionHealthCheckHttp2HealthCheck
ComputeRegionHealthCheckHttp2HealthCheck.Builder, ComputeRegionHealthCheckHttp2HealthCheck.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRegionHealthCheckHttp2HealthCheck.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRegionHealthCheckHttp2HealthCheck.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)StringgetHost()The value of the host header in the HTTP2 health check request.NumbergetPort()The TCP port number for the HTTP2 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:.StringgetProxyHeader()Specifies the type of proxy header to append before sending data to the backend.StringgetRequestPath()The request path of the HTTP2 health check request.StringgetResponse()The bytes to match against the beginning of the response data.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(ComputeRegionHealthCheckHttp2HealthCheck.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRegionHealthCheckHttp2HealthCheck.Builder.
-
-
Method Detail
-
getHost
public final String getHost()
Description copied from interface:ComputeRegionHealthCheckHttp2HealthCheckThe value of the host header in the HTTP2 health check request.If left empty (default value), the public IP on behalf of which this health check is performed will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_health_check#host ComputeRegionHealthCheck#host}
- Specified by:
getHostin interfaceComputeRegionHealthCheckHttp2HealthCheck
-
getPort
public final Number getPort()
Description copied from interface:ComputeRegionHealthCheckHttp2HealthCheckThe TCP port number for the HTTP2 health check request. The default value is 443.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_health_check#port ComputeRegionHealthCheck#port}
- Specified by:
getPortin interfaceComputeRegionHealthCheckHttp2HealthCheck
-
getPortName
public final String getPortName()
Description copied from interface:ComputeRegionHealthCheckHttp2HealthCheckPort 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_region_health_check#port_name ComputeRegionHealthCheck#port_name}
- Specified by:
getPortNamein interfaceComputeRegionHealthCheckHttp2HealthCheck
-
getPortSpecification
public final String getPortSpecification()
Description copied from interface:ComputeRegionHealthCheckHttp2HealthCheckSpecifies 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, HTTP2 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_region_health_check#port_specification ComputeRegionHealthCheck#port_specification}
- Specified by:
getPortSpecificationin interfaceComputeRegionHealthCheckHttp2HealthCheck
-
getProxyHeader
public final String getProxyHeader()
Description copied from interface:ComputeRegionHealthCheckHttp2HealthCheckSpecifies the type of proxy header to append before sending data to the backend.Default value: "NONE" Possible values: ["NONE", "PROXY_V1"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_health_check#proxy_header ComputeRegionHealthCheck#proxy_header}
- Specified by:
getProxyHeaderin interfaceComputeRegionHealthCheckHttp2HealthCheck
-
getRequestPath
public final String getRequestPath()
Description copied from interface:ComputeRegionHealthCheckHttp2HealthCheckThe request path of the HTTP2 health check request. The default value is /.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_health_check#request_path ComputeRegionHealthCheck#request_path}
- Specified by:
getRequestPathin interfaceComputeRegionHealthCheckHttp2HealthCheck
-
getResponse
public final String getResponse()
Description copied from interface:ComputeRegionHealthCheckHttp2HealthCheckThe bytes to match against the beginning of the response data.If left empty (the default value), any response will indicate health. The response data can only be ASCII. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_health_check#response ComputeRegionHealthCheck#response}
- Specified by:
getResponsein interfaceComputeRegionHealthCheckHttp2HealthCheck
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-