Documentation

Application extends Model
in package

Holds deployable application image info that can be used on virtualmachine's and baremetal's.

Table of Contents

Properties

$deployName  : string
$id  : int
$imageId  : string
$name  : string
$shortName  : string
$type  : string
$vendor  : string

Methods

getDeployName()  : string
getId()  : int
getImageId()  : string
getName()  : string
getShortName()  : string
getType()  : string
getVendor()  : string
setDeployName()  : void
setId()  : void
setImageId()  : void
setName()  : void
setShortName()  : void
setType()  : void
setVendor()  : void

Properties

Methods

getDeployName()

public getDeployName() : string
Return values
string

getImageId()

public getImageId() : string
Return values
string

getName()

public getName() : string
Return values
string

getShortName()

public getShortName() : string
Return values
string

getType()

public getType() : string
Return values
string

getVendor()

public getVendor() : string
Return values
string

setDeployName()

public setDeployName(string $deploy_name) : void
Parameters
$deploy_name : string

setId()

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

setImageId()

public setImageId(string $image_id) : void
Parameters
$image_id : string

setName()

public setName(string $name) : void
Parameters
$name : string

setShortName()

public setShortName(string $short_name) : void
Parameters
$short_name : string

setType()

public setType(string $type) : void
Parameters
$type : string

setVendor()

public setVendor(string $vendor) : void
Parameters
$vendor : string

        
On this page

Search results