Documentation

VPCAttachment extends Model
in package

Holds information on the virtual private cloud network that is attached to a instance.

Table of Contents

Properties

$id  : string
$ipAddress  : string
$macAddress  : string

Methods

getId()  : string
getIpAddress()  : string
getMacAddress()  : string
getModelExceptionClass()  : string
getResponseName()  : string
setId()  : void
setIpAddress()  : void
setMacAddress()  : void

Properties

Methods

getIpAddress()

public getIpAddress() : string
Return values
string

getMacAddress()

public getMacAddress() : string
Return values
string

getModelExceptionClass()

public getModelExceptionClass() : string
Return values
string

getResponseName()

public getResponseName() : string
Return values
string

setId()

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

setIpAddress()

public setIpAddress(string $ip_address) : void
Parameters
$ip_address : string

setMacAddress()

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

        
On this page

Search results