Interface ComputeHttpsHealthCheckConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ComputeHttpsHealthCheckConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.441Z") @Stability(Stable) public interface ComputeHttpsHealthCheckConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeHttpsHealthCheckConfig.BuilderA builder forComputeHttpsHealthCheckConfigstatic classComputeHttpsHealthCheckConfig.Jsii$ProxyAn implementation forComputeHttpsHealthCheckConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeHttpsHealthCheckConfig.Builderbuilder()default NumbergetCheckIntervalSec()How often (in seconds) to send a health check.default StringgetDescription()An optional description of this resource.default NumbergetHealthyThreshold()A so-far unhealthy instance will be marked healthy after this many consecutive successes.default StringgetHost()The value of the host header in the HTTPS health check request.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_https_health_check#id ComputeHttpsHealthCheck#id}.StringgetName()Name of the resource.default NumbergetPort()The TCP port number for the HTTPS health check request.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_https_health_check#project ComputeHttpsHealthCheck#project}.default StringgetRequestPath()The request path of the HTTPS health check request.default ComputeHttpsHealthCheckTimeoutsgetTimeouts()timeouts block.default NumbergetTimeoutSec()How long (in seconds) to wait before claiming failure.default NumbergetUnhealthyThreshold()A so-far healthy instance will be marked unhealthy after this many consecutive failures.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Name of the resource.Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_https_health_check#name ComputeHttpsHealthCheck#name}
-
getCheckIntervalSec
@Stability(Stable) @Nullable default Number getCheckIntervalSec()
How often (in seconds) to send a health check. The default value is 5 seconds.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_https_health_check#check_interval_sec ComputeHttpsHealthCheck#check_interval_sec}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
An optional description of this resource. Provide this property when you create the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_https_health_check#description ComputeHttpsHealthCheck#description}
-
getHealthyThreshold
@Stability(Stable) @Nullable default Number getHealthyThreshold()
A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_https_health_check#healthy_threshold ComputeHttpsHealthCheck#healthy_threshold}
-
getHost
@Stability(Stable) @Nullable default String getHost()
The value of the host header in the HTTPS 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_https_health_check#host ComputeHttpsHealthCheck#host}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_https_health_check#id ComputeHttpsHealthCheck#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getPort
@Stability(Stable) @Nullable default Number getPort()
The TCP port number for the HTTPS 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_https_health_check#port ComputeHttpsHealthCheck#port}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_https_health_check#project ComputeHttpsHealthCheck#project}.
-
getRequestPath
@Stability(Stable) @Nullable default String getRequestPath()
The request path of the HTTPS 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_https_health_check#request_path ComputeHttpsHealthCheck#request_path}
-
getTimeouts
@Stability(Stable) @Nullable default ComputeHttpsHealthCheckTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_https_health_check#timeouts ComputeHttpsHealthCheck#timeouts}
-
getTimeoutSec
@Stability(Stable) @Nullable default Number getTimeoutSec()
How long (in seconds) to wait before claiming failure.The default value is 5 seconds. It is invalid for timeoutSec to have greater value than checkIntervalSec. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_https_health_check#timeout_sec ComputeHttpsHealthCheck#timeout_sec}
-
getUnhealthyThreshold
@Stability(Stable) @Nullable default Number getUnhealthyThreshold()
A so-far healthy instance will be marked unhealthy after this many consecutive failures. The default value is 2.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_https_health_check#unhealthy_threshold ComputeHttpsHealthCheck#unhealthy_threshold}
-
builder
@Stability(Stable) static ComputeHttpsHealthCheckConfig.Builder builder()
-
-