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

VmwareEngineNetwork

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

VMware Engine network resource that provides connectivity for VMware Engine private clouds.

interface VmwareEngineNetwork {
readonly createTime?: Date;
description?: string;
etag?: string;
readonly name?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "CREATING"
| "ACTIVE"
| "UPDATING"
| "DELETING";
type?: "TYPE_UNSPECIFIED" | "LEGACY" | "STANDARD";
readonly uid?: string;
readonly updateTime?: Date;
readonly vpcNetworks?: VpcNetwork[];
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Creation time of this resource.

§
description?: string
[src]

User-provided description for this VMware Engine network.

§
etag?: string
[src]

Checksum that may be sent on update and delete requests to ensure that the user-provided value is up to date before the server processes a request. The server computes checksums based on the value of other fields in the request.

§
readonly name?: string
[src]

Output only. The resource name of the VMware Engine network. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/global/vmwareEngineNetworks/my-network

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

Output only. State of the VMware Engine network.

§
type?: "TYPE_UNSPECIFIED" | "LEGACY" | "STANDARD"
[src]

Required. VMware Engine network type.

§
readonly uid?: string
[src]

Output only. System-generated unique identifier for the resource.

§
readonly updateTime?: Date
[src]

Output only. Last update time of this resource.

§
readonly vpcNetworks?: VpcNetwork[]
[src]

Output only. VMware Engine service VPC networks that provide connectivity from a private cloud to customer projects, the internet, and other Google Cloud services.