class VirtualMachineNetworkDetails extends Model (View source)

Properties

string $defaultGw
protected $networkAdaptersType
protected $networkAdaptersDataType
string $primaryIpAddress
string $primaryMacAddress
string $publicIpAddress

Methods

setDefaultGw($defaultGw)

No description

string
getDefaultGw()

No description

setNetworkAdapters(NetworkAdapterList $networkAdapters)

No description

setPrimaryIpAddress($primaryIpAddress)

No description

string
getPrimaryIpAddress()

No description

setPrimaryMacAddress($primaryMacAddress)

No description

string
getPrimaryMacAddress()

No description

setPublicIpAddress($publicIpAddress)

No description

string
getPublicIpAddress()

No description

Details

setDefaultGw($defaultGw)

No description

Parameters

$defaultGw

string getDefaultGw()

No description

Return Value

string

setNetworkAdapters(NetworkAdapterList $networkAdapters)

No description

Parameters

NetworkAdapterList $networkAdapters

NetworkAdapterList getNetworkAdapters()

No description

Return Value

NetworkAdapterList

setPrimaryIpAddress($primaryIpAddress)

No description

Parameters

$primaryIpAddress

string getPrimaryIpAddress()

No description

Return Value

string

setPrimaryMacAddress($primaryMacAddress)

No description

Parameters

$primaryMacAddress

string getPrimaryMacAddress()

No description

Return Value

string

setPublicIpAddress($publicIpAddress)

No description

Parameters

$publicIpAddress

string getPublicIpAddress()

No description

Return Value

string