SoftLayer_Virtual_ReservedCapacityGroup


SoftLayer_Virtual_ReservedCapacityGroup

Description

This data type presents the structure for a virtual reserved capacity group.

Local


accountId

The unique ID of the account that created the reserved capacity group.
Type: int


backendRouterId

The reserved capacity group’s backend router’s associated unique ID.
Type: int


createDate

The date that the reserved capacity group was created.
Type: dateTime


id

The reserved capacity group’s associated unique ID.
Type: int


modifyDate

The date that the reserved capacity group was last modified.
Type: dateTime


name

The reserved capacity group’s name.
Type: string

Relational


account

The account that the reserved capacity group is implemented on.
Type: SoftLayer_Account


availableInstances

The instances available for guest provisions on this reserved capacity group.
Type: SoftLayer_Virtual_ReservedCapacityGroup_Instance[]


backendRouter

The router the reserved capacity group is implemented on.
Type: SoftLayer_Hardware_Router_Backend


instances

The guest instances that are members of this reserved capacity group.
Type: SoftLayer_Virtual_ReservedCapacityGroup_Instance[]


instancesCount

The number of instances that are members of this reserved capacity group.
Type: unsignedInt


occupiedInstances

The instances already occupied by a guest on this reserved capacity group.
Type: SoftLayer_Virtual_ReservedCapacityGroup_Instance[]

Count


availableInstanceCount

A count of the instances available for guest provisions on this reserved capacity group.
Type: unsignedLong


instanceCount

A count of the guest instances that are members of this reserved capacity group.
Type: unsignedLong


occupiedInstanceCount

A count of the instances already occupied by a guest on this reserved capacity group.
Type: unsignedLong