Interface ComputeRegionHealthCheckHttp2HealthCheck
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionHealthCheckHttp2HealthCheck.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.731Z") @Stability(Stable) public interface ComputeRegionHealthCheckHttp2HealthCheck extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionHealthCheckHttp2HealthCheck.BuilderA builder forComputeRegionHealthCheckHttp2HealthCheckstatic classComputeRegionHealthCheckHttp2HealthCheck.Jsii$ProxyAn implementation forComputeRegionHealthCheckHttp2HealthCheck
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeRegionHealthCheckHttp2HealthCheck.Builderbuilder()default StringgetHost()The value of the host header in the HTTP2 health check request.default NumbergetPort()The TCP port number for the HTTP2 health check request.default StringgetPortName()Port name as defined in InstanceGroup#NamedPort#name.default StringgetPortSpecification()Specifies how port is selected for health checking, can be one of the following values:.default StringgetProxyHeader()Specifies the type of proxy header to append before sending data to the backend.default StringgetRequestPath()The request path of the HTTP2 health check request.default StringgetResponse()The bytes to match against the beginning of the response data.
-
-
-
Method Detail
-
getHost
@Stability(Stable) @Nullable default String getHost()
The 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}
-
getPort
@Stability(Stable) @Nullable default Number getPort()
The 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}
-
getPortName
@Stability(Stable) @Nullable default String getPortName()
Port 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}
-
getPortSpecification
@Stability(Stable) @Nullable default String getPortSpecification()
Specifies 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}
-
getProxyHeader
@Stability(Stable) @Nullable default String getProxyHeader()
Specifies 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}
-
getRequestPath
@Stability(Stable) @Nullable default String getRequestPath()
The 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}
-
getResponse
@Stability(Stable) @Nullable default String getResponse()
The 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}
-
builder
@Stability(Stable) static ComputeRegionHealthCheckHttp2HealthCheck.Builder builder()
-
-