LivenessProbeProperty
Initializer
import com.aliyun.ros.cdk.eci.RosContainerGroup.LivenessProbeProperty;
LivenessProbeProperty.builder()
// .execCommand(IResolvable)
// .execCommand(java.util.List<java.lang.String)
// .execCommand(IResolvable>)
// .failureThreshold(java.lang.Number)
// .failureThreshold(IResolvable)
// .httpGetPath(java.lang.String)
// .httpGetPath(IResolvable)
// .httpGetPort(java.lang.Number)
// .httpGetPort(IResolvable)
// .httpGetScheme(java.lang.String)
// .httpGetScheme(IResolvable)
// .initialDelaySeconds(java.lang.Number)
// .initialDelaySeconds(IResolvable)
// .periodSeconds(java.lang.Number)
// .periodSeconds(IResolvable)
// .successThreshold(java.lang.Number)
// .successThreshold(IResolvable)
// .tcpSocketPort(java.lang.Number)
// .tcpSocketPort(IResolvable)
// .timeoutSeconds(java.lang.Number)
// .timeoutSeconds(IResolvable)
.build();
Properties
| Name |
Type |
Description |
execCommand |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
No description. |
failureThreshold |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
httpGetPath |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
httpGetPort |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
httpGetScheme |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
initialDelaySeconds |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
periodSeconds |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
successThreshold |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
tcpSocketPort |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
timeoutSeconds |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
execCommandOptional
public java.lang.Object getExecCommand();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
failureThresholdOptional
public java.lang.Object getFailureThreshold();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
httpGetPathOptional
public java.lang.Object getHttpGetPath();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
httpGetPortOptional
public java.lang.Object getHttpGetPort();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
httpGetSchemeOptional
public java.lang.Object getHttpGetScheme();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
initialDelaySecondsOptional
public java.lang.Object getInitialDelaySeconds();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
periodSecondsOptional
public java.lang.Object getPeriodSeconds();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
successThresholdOptional
public java.lang.Object getSuccessThreshold();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
tcpSocketPortOptional
public java.lang.Object getTcpSocketPort();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
timeoutSecondsOptional
public java.lang.Object getTimeoutSeconds();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable