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

Public Properties

Property 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 property

The account owning the instance group
public string $account
return string

$created public property

Time and date the instance group was created
public DateTime $created
return DateTime

$domain public property

The domain name of the instance group
public string $domain
return string

$domainid public property

The domain ID of the instance group
public string $domainid
return string

$id public property

The id of the instance group
public string $id
return string

$name public property

The name of the instance group
public string $name
return string

$project public property

The project name of the group
public string $project
return string

$projectid public property

The project id of the group
public string $projectid
return string