Class QoSRule
-
Rule
uses
PathableName,
centralServiceStoreUser,
centralAddressStoreUser,
ObjectWithDescription,
XmlConvertible
-
RuleWithUserID
-
QoSRule
uses
NegatableRule
Located at rule-classes/QoSRule.php
Methods summary
public
|
#
__construct( RuleStore $owner, boolean $fromTemplateXML = FALSE )
Parameters
- $owner
RuleStore $owner
- $fromTemplateXML
boolean $fromTemplateXML
|
public
|
#
load_from_domxml( mixed $xml )
|
public
|
|
public
|
#
display( mixed $padding = 0 )
|
public
|
|
public
|
|
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(),
isDoSRule(),
isEnabled(),
isNatRule(),
isPbfRule(),
isPostRule(),
isPreRule(),
isSecurityRule(),
load_common_from_domxml(),
load_destination(),
load_from(),
load_source(),
load_to(),
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
integer |
ActionClass1 |
0 |
|
integer |
ActionClass2 |
1 |
|
integer |
ActionClass3 |
2 |
|
integer |
ActionClass4 |
3 |
|
integer |
ActionClass5 |
4 |
|
integer |
ActionClass6 |
5 |
|
integer |
ActionClass7 |
6 |
|
integer |
ActionClass8 |
7 |
|
Properties summary
public static
string
|
$templatexml |
'<entry name="**temporarynamechangeme**"><from><member>any</member></from><to><member>any</member></to>
<source><member>any</member></source><destination><member>any</member></destination>
<source-user><member>any</member></source-user><category><member>any</member></category><application><member>any</member></application>
><service><member>any</member></service>><action><class>1</class></action></entry>' |
|
protected static
mixed
|
$templatexmlroot |
null |
|
protected
integer
|
$action |
QoSRule::ActionClass1 |
|
public
AppRuleContainer
|
$apps |
|
|
Properties inherited from Rule
$_targetIsNegated,
$_targets,
$destination,
$disabled,
$from,
$name,
$owner,
$services,
$source,
$tags,
$to
|