PHP 클래스 Scalr\Service\Azure\Services\Compute\DataType\VersionData

부터: 5.8.6
저자: Vlad Dobrovolskiy ([email protected])
상속: extends Scalr\Service\Azure\DataType\AbstractDataType
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$id string
$location string
$name string

보호된 프로퍼티들

프로퍼티 타입 설명
$_properties array List of the public properties which is managed by magic getter and setters internally.

공개 메소드들

메소드 설명
setPlan ( array | Scalr\Service\Azure\Services\Compute\DataType\PlanProperties $plan = null ) : VersionData Sets plan

메소드 상세

setPlan() 공개 메소드

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
리턴 VersionData

프로퍼티 상세

$_properties 보호되어 있는 프로퍼티

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

$id 공개적으로 프로퍼티

public string $id
리턴 string

$location 공개적으로 프로퍼티

public string $location
리턴 string

$name 공개적으로 프로퍼티

public string $name
리턴 string