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
Show file Open project: scalr/scalr Class Usage Examples

Public Properties

Property Type Description
$id string
$location string
$name string

Protected Properties

Property Type Description
$_properties array List of the public properties which is managed by magic getter and setters internally.

Public Methods

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

Method Details

setPlan() public method

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
return VersionData

Property Details

$_properties protected property

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

$id public property

public string $id
return string

$location public property

public string $location
return string

$name public property

public string $name
return string