Class AppEngineFlexibleAppVersionLivenessCheck.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.app_engine_flexible_app_version.AppEngineFlexibleAppVersionLivenessCheck.Jsii$Proxy
-
- All Implemented Interfaces:
AppEngineFlexibleAppVersionLivenessCheck,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AppEngineFlexibleAppVersionLivenessCheck
@Stability(Stable) @Internal public static final class AppEngineFlexibleAppVersionLivenessCheck.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AppEngineFlexibleAppVersionLivenessCheck
An implementation forAppEngineFlexibleAppVersionLivenessCheck
-
-
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.app_engine_flexible_app_version.AppEngineFlexibleAppVersionLivenessCheck
AppEngineFlexibleAppVersionLivenessCheck.Builder, AppEngineFlexibleAppVersionLivenessCheck.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AppEngineFlexibleAppVersionLivenessCheck.Builder builder)Constructor that initializes the object based on literal property values passed by theAppEngineFlexibleAppVersionLivenessCheck.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)StringgetCheckInterval()Interval between health checks.NumbergetFailureThreshold()Number of consecutive failed checks required before considering the VM unhealthy.StringgetHost()Host header to send when performing a HTTP Readiness check.StringgetInitialDelay()The initial delay before starting to execute the checks.StringgetPath()The request path.NumbergetSuccessThreshold()Number of consecutive successful checks required before considering the VM healthy.StringgetTimeout()Time before the check is considered failed.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(AppEngineFlexibleAppVersionLivenessCheck.Builder builder)
Constructor that initializes the object based on literal property values passed by theAppEngineFlexibleAppVersionLivenessCheck.Builder.
-
-
Method Detail
-
getPath
public final String getPath()
Description copied from interface:AppEngineFlexibleAppVersionLivenessCheckThe request path.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#path AppEngineFlexibleAppVersion#path}
- Specified by:
getPathin interfaceAppEngineFlexibleAppVersionLivenessCheck
-
getCheckInterval
public final String getCheckInterval()
Description copied from interface:AppEngineFlexibleAppVersionLivenessCheckInterval between health checks.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#check_interval AppEngineFlexibleAppVersion#check_interval}
- Specified by:
getCheckIntervalin interfaceAppEngineFlexibleAppVersionLivenessCheck
-
getFailureThreshold
public final Number getFailureThreshold()
Description copied from interface:AppEngineFlexibleAppVersionLivenessCheckNumber of consecutive failed checks required before considering the VM unhealthy. Default: 4.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#failure_threshold AppEngineFlexibleAppVersion#failure_threshold}
- Specified by:
getFailureThresholdin interfaceAppEngineFlexibleAppVersionLivenessCheck
-
getHost
public final String getHost()
Description copied from interface:AppEngineFlexibleAppVersionLivenessCheckHost header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#host AppEngineFlexibleAppVersion#host}
- Specified by:
getHostin interfaceAppEngineFlexibleAppVersionLivenessCheck
-
getInitialDelay
public final String getInitialDelay()
Description copied from interface:AppEngineFlexibleAppVersionLivenessCheckThe initial delay before starting to execute the checks. Default: "300s".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#initial_delay AppEngineFlexibleAppVersion#initial_delay}
- Specified by:
getInitialDelayin interfaceAppEngineFlexibleAppVersionLivenessCheck
-
getSuccessThreshold
public final Number getSuccessThreshold()
Description copied from interface:AppEngineFlexibleAppVersionLivenessCheckNumber of consecutive successful checks required before considering the VM healthy. Default: 2.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#success_threshold AppEngineFlexibleAppVersion#success_threshold}
- Specified by:
getSuccessThresholdin interfaceAppEngineFlexibleAppVersionLivenessCheck
-
getTimeout
public final String getTimeout()
Description copied from interface:AppEngineFlexibleAppVersionLivenessCheckTime before the check is considered failed. Default: "4s".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#timeout AppEngineFlexibleAppVersion#timeout}
- Specified by:
getTimeoutin interfaceAppEngineFlexibleAppVersionLivenessCheck
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-