PHP Class Scalr\Api\Service\User\V1beta0\Controller\Os

Since: 5.4.0 (24.02.2015)
Author: Vitaliy Demidov ([email protected])
Inheritance: extends Scalr\Api\Rest\Controller\ApiController
Afficher le fichier Open project: scalr/scalr

Méthodes publiques

Méthode Description
fetchAction ( string $osId ) : Scalr\Api\DataType\ResultEnvelope Fetches detailed info about the Os
getAction ( ) Gets OSes

Method Details

fetchAction() public méthode

Fetches detailed info about the Os
public fetchAction ( string $osId ) : Scalr\Api\DataType\ResultEnvelope
$osId string Unique identifier of the Os
Résultat Scalr\Api\DataType\ResultEnvelope

getAction() public méthode

Gets OSes
public getAction ( )