Documentation

InstanceIPv4Info extends Model
in package

Holds instance ipv4 address information.

Table of Contents

Properties

$gateway  : string
$ip  : string
$macAddress  : string|null
$netmask  : string
$reverse  : string
$type  : string

Methods

getGateway()  : string
getIp()  : string
getMacAddress()  : string|null
getModelExceptionClass()  : string
getNetmask()  : string
getResponseName()  : string
getReverse()  : string
getType()  : string
setGateway()  : void
setIp()  : void
setMacAddress()  : void
setNetmask()  : void
setReverse()  : void
setType()  : void

Properties

Methods

getMacAddress()

public getMacAddress() : string|null
Return values
string|null

getModelExceptionClass()

public getModelExceptionClass() : string
Return values
string

getResponseName()

public getResponseName() : string
Return values
string

setGateway()

public setGateway(string $gateway) : void
Parameters
$gateway : string

setMacAddress()

public setMacAddress(string $macAddress) : void
Parameters
$macAddress : string

setNetmask()

public setNetmask(string $netmask) : void
Parameters
$netmask : string

setReverse()

public setReverse(string $reverse) : void
Parameters
$reverse : string

setType()

public setType(string $type) : void
Parameters
$type : string

        
On this page

Search results