Documentation

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

Methods

getAction()

public getAction() : string
Return values
string

getIpType()

public getIpType() : string
Return values
string

getModelExceptionClass()

public getModelExceptionClass() : string
Return values
string

getNotes()

public getNotes() : string
Return values
string

getPort()

public getPort() : string
Return values
string

getProtocol()

public getProtocol() : string
Return values
string

getSource()

public getSource() : string
Return values
string

getSubnet()

public getSubnet() : string
Return values
string

getSubnetSize()

public getSubnetSize() : int
Return values
int

setAction()

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

        
On this page

Search results