PHP Class Scalr\Service\Azure\Services\Compute\DataType\VersionData

Since: 5.8.6
Author: Vlad Dobrovolskiy ([email protected])
Inheritance: extends Scalr\Service\Azure\DataType\AbstractDataType
Afficher le fichier Open project: scalr/scalr Class Usage Examples

Méthodes publiques

Свойство Type Description
$id string
$location string
$name string

Protected Properties

Свойство Type Description
$_properties array List of the public properties which is managed by magic getter and setters internally.

Méthodes publiques

Méthode Description
setPlan ( array | Scalr\Service\Azure\Services\Compute\DataType\PlanProperties $plan = null ) : VersionData Sets plan

Method Details

setPlan() public méthode

Sets plan
public setPlan ( array | Scalr\Service\Azure\Services\Compute\DataType\PlanProperties $plan = null ) : VersionData
$plan array | Scalr\Service\Azure\Services\Compute\DataType\PlanProperties Required for marketplace images
Résultat VersionData

Property Details

$_properties protected_oe property

List of the public properties which is managed by magic getter and setters internally.
protected array $_properties
Résultat array

$id public_oe property

public string $id
Résultat string

$location public_oe property

public string $location
Résultat string

$name public_oe property

public string $name
Résultat string