Documentation

VirtualPrivateCloud extends Model
in package

Holds virtual private cloud information.

Table of Contents

Properties

$dateCreated  : string
$description  : string
$id  : string
$region  : string
$v4Subnet  : string
$v4SubnetMask  : int

Methods

getDateCreated()  : string
getDescription()  : string
getId()  : string
getModelExceptionClass()  : string
getRegion()  : string
getResponseName()  : string
getUpdateParams()  : array<string|int, mixed>
getV4Subnet()  : string
getV4SubnetMask()  : int
setDateCreated()  : void
setDescription()  : void
setId()  : void
setRegion()  : void
setV4Subnet()  : void
setV4SubnetMask()  : void

Properties

Methods

getModelExceptionClass()

public getModelExceptionClass() : string
Return values
string

getUpdateParams()

public getUpdateParams() : array<string|int, mixed>
Return values
array<string|int, mixed>

setDateCreated()

public setDateCreated(string $date_created) : void
Parameters
$date_created : string

setDescription()

public setDescription(string $description) : void
Parameters
$description : string

setV4Subnet()

public setV4Subnet(string $v4_subnet) : void
Parameters
$v4_subnet : string

setV4SubnetMask()

public setV4SubnetMask(int $v4_subnet_mask) : void
Parameters
$v4_subnet_mask : int

        
On this page

Search results