PlacementGroup
Written by
A set of methods for managing placement groups.
JSON Representation
{
"id": "string",
"folderId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "object",
"spreadPlacementStrategy": {}
}
Field | Description |
---|---|
id | string ID of the placement group. Generated at creation time. |
folderId | string ID of the folder that the placement group belongs to. |
createdAt | string (date-time) Creation timestamp. String in RFC3339 text format. |
name | string Name of the placement group. The name is unique within the folder. |
description | string Description of the placement group. 0-256 characters long. |
labels | object Placement group labels as |
spreadPlacementStrategy | object This is an empty structure that must be passed to explicitly specify the required placement strategy. |
Methods
Method | Description |
---|---|
create | Creates a placement group in the specified folder. |
delete | Deletes the specified placement group. |
get | Returns the specified placement group. |
list | Retrieves the list of placement groups in the specified folder. |
listInstances | Lists instances for the specified placement group. |
listOperations | Lists operations for the specified placement group. |
update | Updates the specified placement group. |