FirewallRule
extends Model
in package
Holds firewall rule information.
Table of Contents
Properties
- $action : string
- $id : int
- $ipType : string
- $notes : string
- $port : string
- $protocol : string
- $source : string
- $subnet : string
- $subnetSize : int
Methods
- getAction() : string
- getId() : int
- getIpType() : string
- getModelExceptionClass() : string
- getNotes() : string
- getPort() : string
- getProtocol() : string
- getSource() : string
- getSubnet() : string
- getSubnetSize() : int
- setAction() : void
- setId() : void
- setIpType() : void
- setNotes() : void
- setPort() : void
- setProtocol() : void
- setSource() : void
- setSubnet() : void
- setSubnetSize() : void
Properties
$action
protected
string
$action
$id
protected
int
$id
$ipType
protected
string
$ipType
$notes
protected
string
$notes
$port
protected
string
$port
$protocol
protected
string
$protocol
$source
protected
string
$source
$subnet
protected
string
$subnet
$subnetSize
protected
int
$subnetSize
Methods
getAction()
public
getAction() : string
Return values
stringgetId()
public
getId() : int
Return values
intgetIpType()
public
getIpType() : string
Return values
stringgetModelExceptionClass()
public
getModelExceptionClass() : string
Return values
stringgetNotes()
public
getNotes() : string
Return values
stringgetPort()
public
getPort() : string
Return values
stringgetProtocol()
public
getProtocol() : string
Return values
stringgetSource()
public
getSource() : string
Return values
stringgetSubnet()
public
getSubnet() : string
Return values
stringgetSubnetSize()
public
getSubnetSize() : int
Return values
intsetAction()
public
setAction(string $action) : void
Parameters
- $action : string
setId()
public
setId(int $id) : void
Parameters
- $id : int
setIpType()
public
setIpType(string $ip_type) : void
Parameters
- $ip_type : string
setNotes()
public
setNotes(string $notes) : void
Parameters
- $notes : string
setPort()
public
setPort(string $port) : void
Parameters
- $port : string
setProtocol()
public
setProtocol(string $protocol) : void
Parameters
- $protocol : string
setSource()
public
setSource(string $source) : void
Parameters
- $source : string
setSubnet()
public
setSubnet(string $subnet) : void
Parameters
- $subnet : string
setSubnetSize()
public
setSubnetSize(int $subnet_size) : void
Parameters
- $subnet_size : int