Class TunnelInterface
-
TunnelInterface
uses
InterfaceType,
XmlConvertible,
PathableName,
ReferenceableObject
Located at network-classes/TunnelInterface.php
Methods summary
public
|
#
__construct( mixed $name, mixed $owner )
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
boolean
|
#
setName( string $name )
return true if change was successful false if not (duplicate rulename?)
return true if change was successful false if not (duplicate rulename?)
Parameters
- $name
string $name new name for the rule
Returns
boolean
|
public
string
&
|
|
Methods used from ReferenceableObject
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
(),
()
|
Properties summary
protected
array
|
$_ipv4Addresses |
array() |
|
public
string
|
$type |
'tunnel' |
|
public static
string
|
$templatexml |
'<entry name="**temporarynamechangeme**"><ip/></entry>' |
|