Documentation

FirewallRule extends Model
in package

Holds firewall rule information.

Table of Contents

Properties

$id  : string
$ipType  : string
$port  : int
$source  : string

Methods

getId()  : string
getIpType()  : string
getPort()  : int
getSource()  : string
setId()  : void
setIpType()  : void
setPort()  : void
setSource()  : void

Properties

Methods

getIpType()

public getIpType() : string
Return values
string

getSource()

public getSource() : string
Return values
string

setId()

public setId(string $id) : void
Parameters
$id : string

setIpType()

public setIpType(string $ip_type) : void
Parameters
$ip_type : string

setPort()

public setPort(int $port) : void
Parameters
$port : int

setSource()

public setSource(string $source) : void
Parameters
$source : string

        
On this page

Search results