public class ComplianceHostDetailInfo extends AbstractModel
skipSign
Constructor and Description |
---|
ComplianceHostDetailInfo() |
ComplianceHostDetailInfo(ComplianceHostDetailInfo 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDockerVersion()
Get Docker version on the server
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getK8SVersion()
Get K8s version on the server
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDockerVersion(String DockerVersion)
Set Docker version on the server
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setK8SVersion(String K8SVersion)
Set K8s version on the server
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ComplianceHostDetailInfo()
public ComplianceHostDetailInfo(ComplianceHostDetailInfo source)
public String getDockerVersion()
public void setDockerVersion(String DockerVersion)
DockerVersion
- Docker version on the server
Note: This field may return null, indicating that no valid values can be obtained.public String getK8SVersion()
public void setK8SVersion(String K8SVersion)
K8SVersion
- K8s version on the server
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.