PHP Class LibCloud\Compute\Model\NodeImage

Datei anzeigen Open project: linkorb/libcloud-php

Protected Properties

Property Type Description
$extra array Optional provided specific attributes associated with this image
$id string Image ID
$name string Image name
$provider string Provider this image belongs to

Public Methods

Method Description
__construct ( $id, $name, $provider, $extra = [] )
getExtra ( ) : array
getId ( ) : string
getName ( ) : string
getProvider ( ) : string
setExtra ( array $extra )
setId ( string $id )
setName ( string $name )
setProvider ( string $provider )

Method Details

__construct() public method

public __construct ( $id, $name, $provider, $extra = [] )

getExtra() public method

public getExtra ( ) : array
return array

getId() public method

public getId ( ) : string
return string

getName() public method

public getName ( ) : string
return string

getProvider() public method

public getProvider ( ) : string
return string

setExtra() public method

public setExtra ( array $extra )
$extra array

setId() public method

public setId ( string $id )
$id string

setName() public method

public setName ( string $name )
$name string

setProvider() public method

public setProvider ( string $provider )
$provider string

Property Details

$extra protected_oe property

Optional provided specific attributes associated with this image
protected array $extra
return array

$id protected_oe property

Image ID
protected string $id
return string

$name protected_oe property

Image name
protected string $name
return string

$provider protected_oe property

Provider this image belongs to
protected string $provider
return string