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
$id
protected
string
$id
$ipAddress
protected
string
$ipAddress
$macAddress
protected
string
$macAddress
Methods
getId()
public
getId() : string
Return values
stringgetIpAddress()
public
getIpAddress() : string
Return values
stringgetMacAddress()
public
getMacAddress() : string
Return values
stringgetModelExceptionClass()
public
getModelExceptionClass() : string
Return values
stringgetResponseName()
public
getResponseName() : string
Return values
stringsetId()
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