Class SecurityProfileURL
-
SecurityProfileURL
uses
ReferenceableObject,
PathableName,
XmlConvertible,
ObjectWithDescription
Located at object-classes/SecurityProfileURL.php
Methods summary
public
|
#
__construct( string $name, SecurityProfileStore $owner, boolean $fromXmlTemplate = FALSE )
you should not need this one for normal use
you should not need this one for normal use
Parameters
|
public
boolean
|
#
setName( string $newName )
Parameters
Returns
boolean
|
public
|
#
API_setName( string $newName )
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
setAction( mixed $action, mixed $filter )
|
public
string
|
#
type( )
Returns
string ie: 'ip-netmask' 'ip-range'
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
isType_Vulnerability( )
|
public
|
|
public
|
#
isType_File_blocking( )
|
public
|
#
isType_Wildfire_analysis( )
|
public
|
#
isType_Url_filtering( )
|
public
|
#
removeReference( mixed $object )
|
Methods used from ReferenceableObject
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
()
|
Properties summary
protected
string|null
|
$value |
|
|
public
mixed
|
$_all |
|
|
public
SecurityProfileStore|null
|
$owner |
|
|
public
array
|
$allow |
array() |
|
public
array
|
$alert |
array() |
|
public
array
|
$block |
array() |
|
public
array
|
$continue |
array() |
|
public
array
|
$override |
array() |
|
public
array
|
$tmp_url_prof_array |
array('allow', 'alert', 'block', 'continue', 'override') |
|
public static
string
|
$templatexml |
'<entry name="**temporarynamechangeme**"></entry>' |
|
Magic properties summary
public
mixed
|
$_ip4Map |
#
IP4Map cached ip start and end value for fast optimization
IP4Map cached ip start and end value for fast optimization
|