class LogicalNetworkInterface extends Model (View source)

Properties

bool $defaultGateway
string $id
string $ipAddress
string $network
string $networkType

Methods

setDefaultGateway($defaultGateway)

No description

bool
getDefaultGateway()

No description

setId($id)

No description

string
getId()

No description

setIpAddress($ipAddress)

No description

string
getIpAddress()

No description

setNetwork($network)

No description

string
getNetwork()

No description

setNetworkType($networkType)

No description

string
getNetworkType()

No description

Details

setDefaultGateway($defaultGateway)

No description

Parameters

$defaultGateway

bool getDefaultGateway()

No description

Return Value

bool

setId($id)

No description

Parameters

$id

string getId()

No description

Return Value

string

setIpAddress($ipAddress)

No description

Parameters

$ipAddress

string getIpAddress()

No description

Return Value

string

setNetwork($network)

No description

Parameters

$network

string getNetwork()

No description

Return Value

string

setNetworkType($networkType)

No description

Parameters

$networkType

string getNetworkType()

No description

Return Value

string