public class DDoSAclRule extends AbstractModel
Constructor and Description |
---|
DDoSAclRule() |
DDoSAclRule(DDoSAclRule 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 |
getAction()
Get Action to be executed.
|
Long |
getDportEnd()
Get End of the destination port.
|
Long |
getDportStart()
Get Start of the destination port.
|
String |
getProtocol()
Get The protocol.
|
Long |
getSportEnd()
Get End of the source port.
|
Long |
getSportStart()
Get Start of the source port.
|
void |
setAction(String Action)
Set Action to be executed.
|
void |
setDportEnd(Long DportEnd)
Set End of the destination port.
|
void |
setDportStart(Long DportStart)
Set Start of the destination port.
|
void |
setProtocol(String Protocol)
Set The protocol.
|
void |
setSportEnd(Long SportEnd)
Set End of the source port.
|
void |
setSportStart(Long SportStart)
Set Start of the source port.
|
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 DDoSAclRule()
public DDoSAclRule(DDoSAclRule source)
public Long getDportEnd()
public void setDportEnd(Long DportEnd)
DportEnd
- End of the destination port. Value range: 0–65535.public Long getDportStart()
public void setDportStart(Long DportStart)
DportStart
- Start of the destination port. Value range: 0–65535.public Long getSportEnd()
public void setSportEnd(Long SportEnd)
SportEnd
- End of the source port. Value range: 0–65535.public Long getSportStart()
public void setSportStart(Long SportStart)
SportStart
- Start of the source port. Value range: 0–65535.public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- The protocol. Values:
public String getAction()
public void setAction(String Action)
Action
- Action to be executed. Values:
Copyright © 2022. All rights reserved.