Class AppEngineFlexibleAppVersionReadinessCheck.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.app_engine_flexible_app_version.AppEngineFlexibleAppVersionReadinessCheck.Jsii$Proxy
-
- All Implemented Interfaces:
AppEngineFlexibleAppVersionReadinessCheck,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AppEngineFlexibleAppVersionReadinessCheck
@Stability(Stable) @Internal public static final class AppEngineFlexibleAppVersionReadinessCheck.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AppEngineFlexibleAppVersionReadinessCheck
An implementation forAppEngineFlexibleAppVersionReadinessCheck
-
-
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.AppEngineFlexibleAppVersionReadinessCheck
AppEngineFlexibleAppVersionReadinessCheck.Builder, AppEngineFlexibleAppVersionReadinessCheck.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AppEngineFlexibleAppVersionReadinessCheck.Builder builder)Constructor that initializes the object based on literal property values passed by theAppEngineFlexibleAppVersionReadinessCheck.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)StringgetAppStartTimeout()A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic.StringgetCheckInterval()Interval between health checks.NumbergetFailureThreshold()Number of consecutive failed checks required before removing traffic.StringgetHost()Host header to send when performing a HTTP Readiness check.StringgetPath()The request path.NumbergetSuccessThreshold()Number of consecutive successful checks required before receiving traffic.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(AppEngineFlexibleAppVersionReadinessCheck.Builder builder)
Constructor that initializes the object based on literal property values passed by theAppEngineFlexibleAppVersionReadinessCheck.Builder.
-
-
Method Detail
-
getPath
public final String getPath()
Description copied from interface:AppEngineFlexibleAppVersionReadinessCheckThe 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 interfaceAppEngineFlexibleAppVersionReadinessCheck
-
getAppStartTimeout
public final String getAppStartTimeout()
Description copied from interface:AppEngineFlexibleAppVersionReadinessCheckA maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic.Default: "300s" Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#app_start_timeout AppEngineFlexibleAppVersion#app_start_timeout}
- Specified by:
getAppStartTimeoutin interfaceAppEngineFlexibleAppVersionReadinessCheck
-
getCheckInterval
public final String getCheckInterval()
Description copied from interface:AppEngineFlexibleAppVersionReadinessCheckInterval between health checks. Default: "5s".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 interfaceAppEngineFlexibleAppVersionReadinessCheck
-
getFailureThreshold
public final Number getFailureThreshold()
Description copied from interface:AppEngineFlexibleAppVersionReadinessCheckNumber of consecutive failed checks required before removing traffic. Default: 2.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 interfaceAppEngineFlexibleAppVersionReadinessCheck
-
getHost
public final String getHost()
Description copied from interface:AppEngineFlexibleAppVersionReadinessCheckHost 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 interfaceAppEngineFlexibleAppVersionReadinessCheck
-
getSuccessThreshold
public final Number getSuccessThreshold()
Description copied from interface:AppEngineFlexibleAppVersionReadinessCheckNumber of consecutive successful checks required before receiving traffic. 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 interfaceAppEngineFlexibleAppVersionReadinessCheck
-
getTimeout
public final String getTimeout()
Description copied from interface:AppEngineFlexibleAppVersionReadinessCheckTime 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 interfaceAppEngineFlexibleAppVersionReadinessCheck
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-