Represents a zone 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
|
[Output Only] 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
|
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 zone resource view. This
- delete
- Delete a zone resource view. Deleting a resource view doesn't delete the resources, which must be done separately.
- get
- Get information about a zone resource view.
- insert
- Create a resource view.
- list
- List resource views.
- listresources
- List the resources of the resource view.
- removeresources
- Remove resources from a zone resource view.