public class ShieldArea extends AbstractModel
Constructor and Description |
---|
ShieldArea() |
ShieldArea(ShieldArea 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 |
---|---|
DDoSHost[] |
getDDoSHosts()
Get 该防护分区下的7层子域名。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEntity()
Get 实例名称。
|
String |
getEntityName()
Get 7层站点名。
|
Long |
getPolicyId()
Get DDoS策略Id。
|
Long |
getTcpNum()
Get 四层tcp转发规则数。
|
String |
getType()
Get 防护类型,参考值:
domain:7层子域;
application:4层应用。
|
Long |
getUdpNum()
Get 四层udp转发规则数。
|
String |
getZoneId()
Get 站点Id。
|
void |
setDDoSHosts(DDoSHost[] DDoSHosts)
Set 该防护分区下的7层子域名。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEntity(String Entity)
Set 实例名称。
|
void |
setEntityName(String EntityName)
Set 7层站点名。
|
void |
setPolicyId(Long PolicyId)
Set DDoS策略Id。
|
void |
setTcpNum(Long TcpNum)
Set 四层tcp转发规则数。
|
void |
setType(String Type)
Set 防护类型,参考值:
domain:7层子域;
application:4层应用。
|
void |
setUdpNum(Long UdpNum)
Set 四层udp转发规则数。
|
void |
setZoneId(String ZoneId)
Set 站点Id。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ShieldArea()
public ShieldArea(ShieldArea source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 站点Id。public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- DDoS策略Id。public String getType()
public void setType(String Type)
Type
- 防护类型,参考值:
public String getEntityName()
public void setEntityName(String EntityName)
EntityName
- 7层站点名。public DDoSHost[] getDDoSHosts()
public void setDDoSHosts(DDoSHost[] DDoSHosts)
DDoSHosts
- 该防护分区下的7层子域名。
注意:此字段可能返回 null,表示取不到有效值。public Long getTcpNum()
public void setTcpNum(Long TcpNum)
TcpNum
- 四层tcp转发规则数。public Long getUdpNum()
public void setUdpNum(Long UdpNum)
UdpNum
- 四层udp转发规则数。public String getEntity()
public void setEntity(String Entity)
Entity
- 实例名称。Copyright © 2022. All rights reserved.