FirewallRule
extends Model
in package
Holds firewall rule information.
Table of Contents
Properties
Methods
- getId() : string
- getIpType() : string
- getPort() : int
- getSource() : string
- setId() : void
- setIpType() : void
- setPort() : void
- setSource() : void
Properties
$id
protected
string
$id
$ipType
protected
string
$ipType
$port
protected
int
$port
$source
protected
string
$source
Methods
getId()
public
getId() : string
Return values
stringgetIpType()
public
getIpType() : string
Return values
stringgetPort()
public
getPort() : int
Return values
intgetSource()
public
getSource() : string
Return values
stringsetId()
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