PHP 클래스 Scalr\Model\Entity\Account\EnvironmentProperty

저자: N.V.
상속: extends Scalr\Model\AbstractEntity
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$cloud string The property cloud
$envId integer The identifier of the client's environment
$group string The property group name
$name string The property name
$value string The property value

프로퍼티 상세

$cloud 공개적으로 프로퍼티

The property cloud
public string $cloud
리턴 string

$envId 공개적으로 프로퍼티

The identifier of the client's environment
public int $envId
리턴 integer

$group 공개적으로 프로퍼티

The property group name
public string $group
리턴 string

$name 공개적으로 프로퍼티

The property name
public string $name
리턴 string

$value 공개적으로 프로퍼티

The property value
public string $value
리턴 string