ComputeHealthCheckHttp2HealthCheckConfig class final
http2_health_check block.
- Inheritance
-
- Object
- ComputeHealthCheckProtocol
- ComputeHealthCheckHttp2HealthCheckConfig
- Annotations
-
- @immutable
Constructors
-
ComputeHealthCheckHttp2HealthCheckConfig({TfArg<
String> ? host, TfArg<String> ? requestPath, TfArg<String> ? response, TfArg<int> ? port, TfArg<String> ? portName, HealthCheckProxyHeader? proxyHeader, HealthCheckPortSpecification? portSpecification}) -
const
Properties
- blockKey → String
-
Terraform nested-block key (e.g.
https_health_check).no setteroverride - hashCode → int
-
The hash code for this object.
no setterinherited
-
host
→ TfArg<
String> ? -
final
-
port
→ TfArg<
int> ? -
TCP port. Defaults to 443.
final
-
portName
→ TfArg<
String> ? -
final
- portSpecification → HealthCheckPortSpecification?
-
final
- proxyHeader → HealthCheckProxyHeader?
-
final
-
requestPath
→ TfArg<
String> ? -
final
-
response
→ TfArg<
String> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited