public class CfwInsStatus extends AbstractModel
header, skipSign
Constructor and Description |
---|
CfwInsStatus() |
CfwInsStatus(CfwInsStatus 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 |
getCfwInsId()
Get 防火墙实例id
|
String |
getCfwInsName()
Get 实例名称
|
String |
getEventTime()
Get 事件时间
|
String |
getFwType()
Get 防火墙类型,nat:nat防火墙;ew:vpc间防火墙
|
String |
getRecoverTime()
Get 恢复时间
|
String |
getRegion()
Get 实例所属地域
|
String |
getStatus()
Get 实例运行状态,Running:正常运行;BypassAutoFix:bypass修复;Updating:升级中;Expand:扩容中;BypassManual:手动触发bypass中;BypassAuto:自动触发bypass中
|
String |
getTrafficMode()
Get Normal: 正常模式
OnlyRoute: 透明模式
|
void |
setCfwInsId(String CfwInsId)
Set 防火墙实例id
|
void |
setCfwInsName(String CfwInsName)
Set 实例名称
|
void |
setEventTime(String EventTime)
Set 事件时间
|
void |
setFwType(String FwType)
Set 防火墙类型,nat:nat防火墙;ew:vpc间防火墙
|
void |
setRecoverTime(String RecoverTime)
Set 恢复时间
|
void |
setRegion(String Region)
Set 实例所属地域
|
void |
setStatus(String Status)
Set 实例运行状态,Running:正常运行;BypassAutoFix:bypass修复;Updating:升级中;Expand:扩容中;BypassManual:手动触发bypass中;BypassAuto:自动触发bypass中
|
void |
setTrafficMode(String TrafficMode)
Set Normal: 正常模式
OnlyRoute: 透明模式
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CfwInsStatus()
public CfwInsStatus(CfwInsStatus source)
public String getCfwInsId()
public void setCfwInsId(String CfwInsId)
CfwInsId
- 防火墙实例idpublic String getFwType()
public void setFwType(String FwType)
FwType
- 防火墙类型,nat:nat防火墙;ew:vpc间防火墙public String getRegion()
public void setRegion(String Region)
Region
- 实例所属地域public String getStatus()
public void setStatus(String Status)
Status
- 实例运行状态,Running:正常运行;BypassAutoFix:bypass修复;Updating:升级中;Expand:扩容中;BypassManual:手动触发bypass中;BypassAuto:自动触发bypass中public String getEventTime()
public void setEventTime(String EventTime)
EventTime
- 事件时间public String getRecoverTime()
public void setRecoverTime(String RecoverTime)
RecoverTime
- 恢复时间public String getCfwInsName()
public void setCfwInsName(String CfwInsName)
CfwInsName
- 实例名称public String getTrafficMode()
public void setTrafficMode(String TrafficMode)
TrafficMode
- Normal: 正常模式
OnlyRoute: 透明模式Copyright © 2025. All rights reserved.