Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.compute/beta.getHttpHealthCheck
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Returns the specified HttpHealthCheck resource.
Using getHttpHealthCheck
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getHttpHealthCheck(args: GetHttpHealthCheckArgs, opts?: InvokeOptions): Promise<GetHttpHealthCheckResult>
function getHttpHealthCheckOutput(args: GetHttpHealthCheckOutputArgs, opts?: InvokeOptions): Output<GetHttpHealthCheckResult>
def get_http_health_check(http_health_check: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetHttpHealthCheckResult
def get_http_health_check_output(http_health_check: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHttpHealthCheckResult]
func LookupHttpHealthCheck(ctx *Context, args *LookupHttpHealthCheckArgs, opts ...InvokeOption) (*LookupHttpHealthCheckResult, error)
func LookupHttpHealthCheckOutput(ctx *Context, args *LookupHttpHealthCheckOutputArgs, opts ...InvokeOption) LookupHttpHealthCheckResultOutput
> Note: This function is named LookupHttpHealthCheck
in the Go SDK.
public static class GetHttpHealthCheck
{
public static Task<GetHttpHealthCheckResult> InvokeAsync(GetHttpHealthCheckArgs args, InvokeOptions? opts = null)
public static Output<GetHttpHealthCheckResult> Invoke(GetHttpHealthCheckInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetHttpHealthCheckResult> getHttpHealthCheck(GetHttpHealthCheckArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:compute/beta:getHttpHealthCheck
arguments:
# arguments dictionary
The following arguments are supported:
- Http
Health stringCheck - Project string
- Http
Health stringCheck - Project string
- http
Health StringCheck - project String
- http
Health stringCheck - project string
- http_
health_ strcheck - project str
- http
Health StringCheck - project String
getHttpHealthCheck Result
The following output properties are available:
- Check
Interval intSec - How often (in seconds) to send a health check. The default value is 5 seconds.
- Creation
Timestamp string - Creation timestamp in RFC3339 text format.
- Description string
- An optional description of this resource. Provide this property when you create the resource.
- Healthy
Threshold int - A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.
- Host string
- The value of the host header in the HTTP health check request. If left empty (default value), the public IP on behalf of which this health check is performed will be used.
- Kind string
- Type of the resource. Always compute#httpHealthCheck for HTTP health checks.
- Name string
- 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]([-a-z0-9]*[a-z0-9])?
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. - Port int
- The TCP port number for the HTTP health check request. The default value is 80.
- Request
Path string - The request path of the HTTP health check request. The default value is /. This field does not support query parameters. Must comply with RFC3986.
- Self
Link string - Server-defined URL for the resource.
- Timeout
Sec int - 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.
- Unhealthy
Threshold int - A so-far healthy instance will be marked unhealthy after this many consecutive failures. The default value is 2.
- Check
Interval intSec - How often (in seconds) to send a health check. The default value is 5 seconds.
- Creation
Timestamp string - Creation timestamp in RFC3339 text format.
- Description string
- An optional description of this resource. Provide this property when you create the resource.
- Healthy
Threshold int - A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.
- Host string
- The value of the host header in the HTTP health check request. If left empty (default value), the public IP on behalf of which this health check is performed will be used.
- Kind string
- Type of the resource. Always compute#httpHealthCheck for HTTP health checks.
- Name string
- 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]([-a-z0-9]*[a-z0-9])?
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. - Port int
- The TCP port number for the HTTP health check request. The default value is 80.
- Request
Path string - The request path of the HTTP health check request. The default value is /. This field does not support query parameters. Must comply with RFC3986.
- Self
Link string - Server-defined URL for the resource.
- Timeout
Sec int - 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.
- Unhealthy
Threshold int - A so-far healthy instance will be marked unhealthy after this many consecutive failures. The default value is 2.
- check
Interval IntegerSec - How often (in seconds) to send a health check. The default value is 5 seconds.
- creation
Timestamp String - Creation timestamp in RFC3339 text format.
- description String
- An optional description of this resource. Provide this property when you create the resource.
- healthy
Threshold Integer - A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.
- host String
- The value of the host header in the HTTP health check request. If left empty (default value), the public IP on behalf of which this health check is performed will be used.
- kind String
- Type of the resource. Always compute#httpHealthCheck for HTTP health checks.
- name String
- 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]([-a-z0-9]*[a-z0-9])?
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. - port Integer
- The TCP port number for the HTTP health check request. The default value is 80.
- request
Path String - The request path of the HTTP health check request. The default value is /. This field does not support query parameters. Must comply with RFC3986.
- self
Link String - Server-defined URL for the resource.
- timeout
Sec Integer - 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.
- unhealthy
Threshold Integer - A so-far healthy instance will be marked unhealthy after this many consecutive failures. The default value is 2.
- check
Interval numberSec - How often (in seconds) to send a health check. The default value is 5 seconds.
- creation
Timestamp string - Creation timestamp in RFC3339 text format.
- description string
- An optional description of this resource. Provide this property when you create the resource.
- healthy
Threshold number - A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.
- host string
- The value of the host header in the HTTP health check request. If left empty (default value), the public IP on behalf of which this health check is performed will be used.
- kind string
- Type of the resource. Always compute#httpHealthCheck for HTTP health checks.
- name string
- 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]([-a-z0-9]*[a-z0-9])?
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. - port number
- The TCP port number for the HTTP health check request. The default value is 80.
- request
Path string - The request path of the HTTP health check request. The default value is /. This field does not support query parameters. Must comply with RFC3986.
- self
Link string - Server-defined URL for the resource.
- timeout
Sec number - 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.
- unhealthy
Threshold number - A so-far healthy instance will be marked unhealthy after this many consecutive failures. The default value is 2.
- check_
interval_ intsec - How often (in seconds) to send a health check. The default value is 5 seconds.
- creation_
timestamp str - Creation timestamp in RFC3339 text format.
- description str
- An optional description of this resource. Provide this property when you create the resource.
- healthy_
threshold int - A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.
- host str
- The value of the host header in the HTTP health check request. If left empty (default value), the public IP on behalf of which this health check is performed will be used.
- kind str
- Type of the resource. Always compute#httpHealthCheck for HTTP health checks.
- name str
- 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]([-a-z0-9]*[a-z0-9])?
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. - port int
- The TCP port number for the HTTP health check request. The default value is 80.
- request_
path str - The request path of the HTTP health check request. The default value is /. This field does not support query parameters. Must comply with RFC3986.
- self_
link str - Server-defined URL for the resource.
- timeout_
sec int - 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.
- unhealthy_
threshold int - A so-far healthy instance will be marked unhealthy after this many consecutive failures. The default value is 2.
- check
Interval NumberSec - How often (in seconds) to send a health check. The default value is 5 seconds.
- creation
Timestamp String - Creation timestamp in RFC3339 text format.
- description String
- An optional description of this resource. Provide this property when you create the resource.
- healthy
Threshold Number - A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.
- host String
- The value of the host header in the HTTP health check request. If left empty (default value), the public IP on behalf of which this health check is performed will be used.
- kind String
- Type of the resource. Always compute#httpHealthCheck for HTTP health checks.
- name String
- 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]([-a-z0-9]*[a-z0-9])?
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. - port Number
- The TCP port number for the HTTP health check request. The default value is 80.
- request
Path String - The request path of the HTTP health check request. The default value is /. This field does not support query parameters. Must comply with RFC3986.
- self
Link String - Server-defined URL for the resource.
- timeout
Sec Number - 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.
- unhealthy
Threshold Number - A so-far healthy instance will be marked unhealthy after this many consecutive failures. The default value is 2.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi