Represents a region resource view.
For a list of methods for this resource, see the end of this page.
Resource representations
The resource view object.
{ "name": string, "description": string, "numMembers": unsigned integer, "creationTime": string, "members": [ string ], "id": string, "lastModified": string, "selfLink": string, "labels": [ { "key": string, "value": string } ] }
Property name | Value | Description | Notes |
---|---|---|---|
creationTime
|
string
|
[Output Only] The creation time of the resource view. | |
description
|
string
|
The detailed description of the resource view. | |
id
|
string
|
[Output Only] The ID of the resource view. For internal use only. | |
labels[]
|
list
|
[Output Only] The labels for events. | |
labels[].
key
|
string
|
[Output Only] Key of the label. | |
labels[].
value
|
string
|
[Output Only] Value of the label. | |
lastModified
|
string
|
[ Output Only] The last modified time of the view. Not supported yet. | |
members[]
|
list
|
[ Output Only] A list of all resources in the resource view. | |
name
|
string
|
The name of the resource view. | |
numMembers
|
unsigned integer
|
[Output Only] The total number of resources in the resource view. | |
selfLink
|
string
|
[Output Only] A self-link to the resource view. |
Methods
- addresources
- Add resources to a region resource view. These resources do not need to exist beforehand.
- delete
- Deletes a region resource view. Deleting a resource view doesn't delete the resources, which must be done separately.
- get
- Get information about a regional resource view.
- insert
- Creates a regional resource view.
- list
- List regional resource views.
- listresources
- List the resources in a regional resource view.
- removeresources
- Removes resources from a regional resource view.