public class EgressGatewayStatus extends AbstractModel
skipSign
Constructor and Description |
---|
EgressGatewayStatus() |
EgressGatewayStatus(EgressGatewayStatus 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 |
getCurrentVersion()
Get egress gateway的当前版本
|
String |
getDesiredVersion()
Get egress gateway的目标版本
|
String |
getState()
Get egress gateway的状态,取值:running,upgrading,rollbacking
|
void |
setCurrentVersion(String CurrentVersion)
Set egress gateway的当前版本
|
void |
setDesiredVersion(String DesiredVersion)
Set egress gateway的目标版本
|
void |
setState(String State)
Set egress gateway的状态,取值:running,upgrading,rollbacking
|
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 EgressGatewayStatus()
public EgressGatewayStatus(EgressGatewayStatus source)
public String getCurrentVersion()
public void setCurrentVersion(String CurrentVersion)
CurrentVersion
- egress gateway的当前版本public String getDesiredVersion()
public void setDesiredVersion(String DesiredVersion)
DesiredVersion
- egress gateway的目标版本public String getState()
public void setState(String State)
State
- egress gateway的状态,取值:running,upgrading,rollbackingCopyright © 2023. All rights reserved.