Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Announcement

import type { Announcement } from "https://googleapis.deno.dev/v1/vmwareengine:v1.ts";

Announcement for the resources of Vmware Engine.

interface Announcement {
activityType?: string;
cluster?: string;
code?: string;
readonly createTime?: Date;
readonly description?: string;
readonly metadata?: {
[key: string]: string;
}
;
readonly name?: string;
privateCloud?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "ACTIVE"
| "INACTIVE"
| "DELETING"
| "CREATING";
readonly targetResourceType?: string;
readonly updateTime?: Date;
}

§Properties

§
activityType?: string
[src]

Optional. Activity type of the announcement There can be only one active announcement for a given activity type and target resource.

§
cluster?: string
[src]

A Cluster resource name.

§
code?: string
[src]

Required. Code of the announcement. Indicates the presence of a VMware Engine related announcement and corresponds to a related message in the description field.

§
readonly createTime?: Date
[src]

Output only. Creation time of this resource. It also serves as start time of notification.

§
readonly description?: string
[src]

Output only. Description of the announcement.

§
readonly metadata?: {
[key: string]: string;
}
[src]

Output only. Additional structured details about this announcement.

§
readonly name?: string
[src]

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: projects/my-project/locations/us-west1-a/announcements/my-announcement-id

§
privateCloud?: string
[src]

A Private Cloud resource name.

§
readonly state?: "STATE_UNSPECIFIED" | "ACTIVE" | "INACTIVE" | "DELETING" | "CREATING"
[src]

Output only. State of the resource. New values may be added to this enum when appropriate.

§
readonly targetResourceType?: string
[src]

Output only. Target Resource Type defines the type of the target for the announcement

§
readonly updateTime?: Date
[src]

Output only. Last update time of this resource.