PHP Класс Scalr\Service\CloudStack\Services\VmGroup\DataType\InstanceGroupData

С версии: 4.5.2
Автор: Vlad Dobrovolskiy ([email protected])
Наследование: extends Scalr\Service\CloudStack\DataType\AbstractDataType
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$account string The account owning the instance group
$created DateTime Time and date the instance group was created
$domain string The domain name of the instance group
$domainid string The domain ID of the instance group
$id string The id of the instance group
$name string The name of the instance group
$project string The project name of the group
$projectid string The project id of the group

Описание свойств

$account публичное свойство

The account owning the instance group
public string $account
Результат string

$created публичное свойство

Time and date the instance group was created
public DateTime $created
Результат DateTime

$domain публичное свойство

The domain name of the instance group
public string $domain
Результат string

$domainid публичное свойство

The domain ID of the instance group
public string $domainid
Результат string

$id публичное свойство

The id of the instance group
public string $id
Результат string

$name публичное свойство

The name of the instance group
public string $name
Результат string

$project публичное свойство

The project name of the group
public string $project
Результат string

$projectid публичное свойство

The project id of the group
public string $projectid
Результат string