Class LivenessOrReadinessProbe
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.LivenessOrReadinessProbe
-
public class LivenessOrReadinessProbe extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LivenessOrReadinessProbe()
LivenessOrReadinessProbe(LivenessOrReadinessProbe source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exec
getExec()
Get 容器内检测命令参数 注意:此字段可能返回 null,表示取不到有效值。HttpGet
getHttpGet()
Get HttpGet检测参数 注意:此字段可能返回 null,表示取不到有效值。Probe
getProbe()
Get 探针参数 注意:此字段可能返回 null,表示取不到有效值。TcpSocket
getTcpSocket()
Get TcpSocket检测的端口参数 注意:此字段可能返回 null,表示取不到有效值。void
setExec(Exec Exec)
Set 容器内检测命令参数 注意:此字段可能返回 null,表示取不到有效值。void
setHttpGet(HttpGet HttpGet)
Set HttpGet检测参数 注意:此字段可能返回 null,表示取不到有效值。void
setProbe(Probe Probe)
Set 探针参数 注意:此字段可能返回 null,表示取不到有效值。void
setTcpSocket(TcpSocket TcpSocket)
Set TcpSocket检测的端口参数 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
LivenessOrReadinessProbe
public LivenessOrReadinessProbe()
-
LivenessOrReadinessProbe
public LivenessOrReadinessProbe(LivenessOrReadinessProbe source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getProbe
public Probe getProbe()
Get 探针参数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Probe 探针参数 注意:此字段可能返回 null,表示取不到有效值。
-
setProbe
public void setProbe(Probe Probe)
Set 探针参数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Probe
- 探针参数 注意:此字段可能返回 null,表示取不到有效值。
-
getHttpGet
public HttpGet getHttpGet()
Get HttpGet检测参数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- HttpGet HttpGet检测参数 注意:此字段可能返回 null,表示取不到有效值。
-
setHttpGet
public void setHttpGet(HttpGet HttpGet)
Set HttpGet检测参数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
HttpGet
- HttpGet检测参数 注意:此字段可能返回 null,表示取不到有效值。
-
getExec
public Exec getExec()
Get 容器内检测命令参数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Exec 容器内检测命令参数 注意:此字段可能返回 null,表示取不到有效值。
-
setExec
public void setExec(Exec Exec)
Set 容器内检测命令参数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Exec
- 容器内检测命令参数 注意:此字段可能返回 null,表示取不到有效值。
-
getTcpSocket
public TcpSocket getTcpSocket()
Get TcpSocket检测的端口参数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TcpSocket TcpSocket检测的端口参数 注意:此字段可能返回 null,表示取不到有效值。
-
setTcpSocket
public void setTcpSocket(TcpSocket TcpSocket)
Set TcpSocket检测的端口参数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TcpSocket
- TcpSocket检测的端口参数 注意:此字段可能返回 null,表示取不到有效值。
-
-