Class IPsecTunnelStore
-
ObjStore
uses
PathableName,
XmlConvertible
-
IPsecTunnelStore
Located at network-classes/IPsecTunnelStore.php
Methods summary
public
|
#
__construct( mixed $name, mixed $owner )
|
public
IPsecTunnel[]
|
|
public
IPsecTunnel[]
|
|
public
IPsecTunnel
|
#
newIPsecTunnel( string $name )
Creates a new IPsecTunnel in this store. It will be placed at the end of the
list.
Creates a new IPsecTunnel in this store. It will be placed at the end of the
list.
Parameters
- $name
string $name name of the new IPsecTunnel
Returns
|
public
boolean
|
#
addIPsecTunnel( IKEGateway $tunnel )
Parameters
Returns
boolean
|
public
|
|
public
null|IPsecTunnel
|
#
findIpsecTunnel( mixed $IPSecTunnelName )
Parameters
- $IPSecTunnelName
mixed $IPSecTunnelName string
Returns
|
Methods inherited from ObjStore
count(),
countUnused(),
createTmp(),
display(),
find(),
findByName(),
findOrCreate(),
getAll(),
inStore(),
referencedObjectRenamed(),
remove(),
removeAll(),
rewriteXML(),
setName()
|
Properties summary
protected
array
|
$_tunnels |
array() |
|
public static
string
|
$childn |
'IPsecTunnel' |
|
protected
mixed
|
$fastMemToIndex |
null |
|
protected
mixed
|
$fastNameToIndex |
null |
|
Magic properties summary
public
mixed
|
$o |
|
public
PANConf
|
$owner |
|