Class ZoneStore
-
ObjStore
uses
PathableName,
XmlConvertible
-
ZoneStore
Located at network-classes/ZoneStore.php
Methods summary
public
|
|
public
Zone
|
#
find( string $name, mixed $ref = null )
looks for a zone named $name ,return that Zone object, null if not found
looks for a zone named $name ,return that Zone object, null if not found
Parameters
Returns
Overrides
|
public
boolean
|
#
addZone( Zone $zone, boolean $rewriteXML = TRUE )
add a Zone to this store. Use at your own risk.
add a Zone to this store. Use at your own risk.
Parameters
- $zone
Zone
- $rewriteXML
boolean
Returns
boolean
|
public
boolean
|
#
removeZone( Zone $zone )
remove a Zone a Zone to this store.
remove a Zone a Zone to this store.
Parameters
Returns
boolean True if Zone was found and removed. False if not found.
|
public
boolean
|
#
hasZoneNamed( Zone|string $zoneName, mixed $caseSensitive = TRUE )
Parameters
- $zoneName
Zone|string $zoneName can be Zone object or zone name (string). this is case sensitive
- $caseSensitive
Returns
boolean
|
public
null|Zone
|
#
findZoneMatchingInterfaceName( string $ifName )
|
public
null|Zone
|
#
findZoneWithExternalVsys( mixed $vsys )
Parameters
- $vsys
mixed $vsys string|VirtualSystem
Returns
|
public
Zone[]
|
#
zones( )
return an array with all Zones in this store
return an array with all Zones in this store
Returns
|
public
|
|
public
&
|
|
public
|
#
newZone( mixed $name, mixed $type )
|
Methods inherited from ObjStore
count(),
countUnused(),
createTmp(),
display(),
findByName(),
findOrCreate(),
getAll(),
inStore(),
referencedObjectRenamed(),
remove(),
removeAll(),
setName()
|
Magic properties summary
public
ZoneStore
|
$parentCentralStore |
|