public class UpdateEdgeClusterVersionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateEdgeClusterVersionRequest() |
UpdateEdgeClusterVersionRequest(UpdateEdgeClusterVersionRequest 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 |
getClusterId()
Get Cluster ID
|
String |
getEdgeVersion()
Get Target version
|
String |
getRegistryPrefix()
Get Prefix of the image repository of a custom edge component
|
Boolean |
getSkipPreCheck()
Get Whether to skip precheck
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setEdgeVersion(String EdgeVersion)
Set Target version
|
void |
setRegistryPrefix(String RegistryPrefix)
Set Prefix of the image repository of a custom edge component
|
void |
setSkipPreCheck(Boolean SkipPreCheck)
Set Whether to skip precheck
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UpdateEdgeClusterVersionRequest()
public UpdateEdgeClusterVersionRequest(UpdateEdgeClusterVersionRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String getEdgeVersion()
public void setEdgeVersion(String EdgeVersion)
EdgeVersion
- Target versionpublic String getRegistryPrefix()
public void setRegistryPrefix(String RegistryPrefix)
RegistryPrefix
- Prefix of the image repository of a custom edge componentpublic Boolean getSkipPreCheck()
public void setSkipPreCheck(Boolean SkipPreCheck)
SkipPreCheck
- Whether to skip precheckCopyright © 2024. All rights reserved.