SoftLayer_Virtual_PlacementGroup


SoftLayer_Virtual_PlacementGroup

Description

This data type presents the structure for a virtual guest placement group. The data type contains relational properties to the virtual guest placement group rule class.

Local


accountId

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


backendRouterId

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


createDate

The placement group’s date of creation.
Type: dateTime


id

The placement group’s associated unique ID.
Type: int


modifyDate

The placement group’s date of most recent modification.
Type: dateTime


name

The placement group’s name.
Type: string


ruleId

The associated unique ID of the placement group’s rule.
Type: int

Relational


account

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


backendRouter

The router the placement group is implemented on.
Type: SoftLayer_Hardware_Router_Backend


guests

The virtual guests that are members of the placement group.
Type: SoftLayer_Virtual_Guest[]


rule

The placement rule that the placement group is implementing.
Type: SoftLayer_Virtual_PlacementGroup_Rule

Count


guestCount

A count of the virtual guests that are members of the placement group.
Type: unsignedLong