Class DoSRule
-
Rule
uses
PathableName,
centralServiceStoreUser,
centralAddressStoreUser,
ObjectWithDescription,
XmlConvertible
-
RuleWithUserID
-
DoSRule
uses
NegatableRule
Located at rule-classes/DoSRule.php
Methods summary
protected
|
#
load_from( )
For developer use only
Overrides
|
protected
|
#
load_to( )
For developer use only
Overrides
|
public
|
#
__construct( RuleStore $owner, boolean $fromTemplateXML = FALSE )
DoSRule constructor.
Parameters
- $owner
RuleStore $owner
- $fromTemplateXML
boolean $fromTemplateXML
|
public
|
#
load_from_domxml( mixed $xml )
|
public
|
|
public
|
#
display( mixed $padding = 0 )
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
isInterfaceBasedFrom( )
|
public
|
|
public
|
|
Methods inherited from Rule
API_clearPolicyAppUsageDATA(),
API_setDisabled(),
API_setEnabled(),
API_setName(),
API_target_addDevice(),
API_target_negateSet(),
API_target_removeDevice(),
API_target_setAny(),
getXPath(),
isAppOverrideRule(),
isAuthenticationRule(),
isCaptivePortalRule(),
isDecryptionRule(),
isDisabled(),
isEnabled(),
isNatRule(),
isPbfRule(),
isPostRule(),
isPreRule(),
isQoSRule(),
isSecurityRule(),
load_common_from_domxml(),
load_destination(),
load_source(),
name(),
rewriteSDisabled_XML(),
setDisabled(),
setEnabled(),
setName(),
target_addDevice(),
target_hasDeviceAndVsys(),
target_isAny(),
target_isNegated(),
target_negateSet(),
target_removeDevice(),
target_rewriteXML(),
target_setAny(),
targets(),
targets_toString(),
uuid(),
zoneCalculation(),
zoneCalculationNatClone()
|
Constants summary
string |
ActionDeny |
'Deny' |
|
string |
ActionAllow |
'Allow' |
|
string |
ActionProtect |
'Protect' |
|
Properties summary
public static
string
|
$templatexml |
'<entry name="**temporarynamechangeme**"><from><zone></zone></from><to><zone></zone>></to>
<protection/><source><member>any</member></source><destination><member>any</member></destination>
<source-user><member>any</member></source-user><service><member>any</member></service><action><deny/></action></entry>' |
|
protected static
mixed
|
$templatexmlroot |
null |
|
protected
string
|
$action |
DoSRule::ActionDeny |
|
public
ZoneRuleContainer|InterfaceContainer
|
$from |
|
|
public
ZoneRuleContainer|InterfaceContainer
|
$to |
|
|
protected
boolean
|
$_zoneBasedFrom |
TRUE |
|
protected
boolean
|
$_zoneBasedTo |
TRUE |
|