Cloud
Written by
A set of methods for managing Cloud resources.
JSON Representation
{
"id": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"organizationId": "string",
"labels": "object"
}
Field | Description |
---|---|
id | string ID of the cloud. |
createdAt | string (date-time) Creation timestamp. String in RFC3339 text format. |
name | string Name of the cloud. 3-63 characters long. |
description | string Description of the cloud. 0-256 characters long. |
organizationId | string ID of the organization that the cloud belongs to. |
labels | object Resource labels as |
Methods
Method | Description |
---|---|
create | Creates a cloud in the specified organization. |
get | Returns the specified Cloud resource. |
list | Retrieves the list of Cloud resources. |
listAccessBindings | Lists access bindings for the specified cloud. |
listOperations | Lists operations for the specified cloud. |
setAccessBindings | Sets access bindings for the specified cloud. |
update | Updates the specified cloud. |
updateAccessBindings | Updates access bindings for the specified cloud. |