@Generated(value="jsii-pacmak/1.13.0 (build 385c325)", date="2020-10-21T06:58:44.686Z") @Stability(value=Experimental) 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)
(experimental) Defines a probe based on a command which is executed within the container.
|
static Probe |
fromCommand(List<String> command,
CommandProbeOptions options)
(experimental) Defines a probe based on a command which is executed within the container.
|
static Probe |
fromHttpGet(String path)
(experimental) Defines a probe based on an HTTP GET request to the IP address of the container.
|
static Probe |
fromHttpGet(String path,
HttpGetProbeOptions options)
(experimental) 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, jsiiStaticSetprotected Probe(software.amazon.jsii.JsiiObjectRef objRef)
protected Probe(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) protected Probe()
@Stability(value=Experimental) @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=Experimental) @NotNull public static Probe fromCommand(@NotNull List<String> command)
command - The command to execute. This parameter is required.@Stability(value=Experimental) @NotNull public static Probe fromHttpGet(@NotNull String path, @Nullable HttpGetProbeOptions options)
path - The URL path to hit. This parameter is required.options - Options.Copyright © 2020. All rights reserved.