PHP Class Scalr\Service\CloudStack\Services\VmGroup\DataType\InstanceGroupData

Since: 4.5.2
Author: Vlad Dobrovolskiy ([email protected])
Inheritance: extends Scalr\Service\CloudStack\DataType\AbstractDataType
Afficher le fichier Open project: scalr/scalr

Méthodes publiques

Свойство Type Description
$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

Property Details

$account public_oe property

The account owning the instance group
public string $account
Résultat string

$created public_oe property

Time and date the instance group was created
public DateTime $created
Résultat DateTime

$domain public_oe property

The domain name of the instance group
public string $domain
Résultat string

$domainid public_oe property

The domain ID of the instance group
public string $domainid
Résultat string

$id public_oe property

The id of the instance group
public string $id
Résultat string

$name public_oe property

The name of the instance group
public string $name
Résultat string

$project public_oe property

The project name of the group
public string $project
Résultat string

$projectid public_oe property

The project id of the group
public string $projectid
Résultat string