@Generated(value="jsii-pacmak/1.41.0 (build a274beb)", date="2021-10-30T01:04:46.501Z") @Stability(value=Stable) public abstract class Probe extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
Probe() |
protected |
Probe(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Probe(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static Probe |
fromCommand(List<String> command)
Defines a probe based on a command which is executed within the container.
|
static Probe |
fromCommand(List<String> command,
CommandProbeOptions options)
Defines a probe based on a command which is executed within the container.
|
static Probe |
fromHttpGet(String path)
Defines a probe based on an HTTP GET request to the IP address of the container.
|
static Probe |
fromHttpGet(String path,
HttpGetProbeOptions options)
Defines a probe based on an HTTP GET request to the IP address of the container.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Probe(software.amazon.jsii.JsiiObjectRef objRef)
protected Probe(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) protected Probe()
@Stability(value=Stable) @NotNull public static Probe fromCommand(@NotNull List<String> command, @Nullable CommandProbeOptions options)
command - The command to execute. This parameter is required.options - Options.@Stability(value=Stable) @NotNull public static Probe fromCommand(@NotNull List<String> command)
command - The command to execute. This parameter is required.@Stability(value=Stable) @NotNull public static Probe fromHttpGet(@NotNull String path, @Nullable HttpGetProbeOptions options)
path - The URL path to hit. This parameter is required.options - Options.Copyright © 2021. All rights reserved.