Resource: Announcement
Announcement for the resources of Vmware Engine.
| JSON representation |
|---|
{ "name": string, "createTime": string, "updateTime": string, "code": string, "description": string, "state": enum ( |
| Fields | |
|---|---|
name |
Output only. The resource name of the announcement. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: |
createTime |
Output only. Creation time of this resource. It also serves as start time of notification. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. Last update time of this resource. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
code |
Required. Code of the announcement. Indicates the presence of a VMware Engine related announcement and corresponds to a related message in the |
description |
Output only. Description of the announcement. |
state |
Output only. State of the resource. New values may be added to this enum when appropriate. |
targetResourceType |
Output only. Target Resource Type defines the type of the target for the announcement |
metadata |
Output only. Additional structured details about this announcement. An object containing a list of |
activityType |
Optional. Activity type of the announcement There can be only one active announcement for a given activity type and target resource. |
Union field target. Target has the details of the resource for which the announcement is created target can be only one of the following: |
|
privateCloud |
A Private Cloud resource name. |
cluster |
A Cluster resource name. |
State
Enum state defines current state of an announcement
| Enums | |
|---|---|
STATE_UNSPECIFIED |
The default value. This value should never be used. |
ACTIVE |
Active announcement which should be visible to user. |
INACTIVE |
Inactive announcement which should not be visible to user. |
DELETING |
Announcement which is being deleted |
CREATING |
Announcement which being created |
Methods |
|
|---|---|
|
Retrieves a Announcement by its resource name. |
|
Lists Announcements for a given region and project |