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

PrivateConnection

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

The PrivateConnection resource is used to establish private connectivity between Datastream and a customer's network.

interface PrivateConnection {
readonly createTime?: Date;
displayName?: string;
readonly error?: Error;
labels?: {
[key: string]: string;
}
;
readonly name?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "CREATING"
| "CREATED"
| "FAILED"
| "DELETING"
| "FAILED_TO_DELETE";
readonly updateTime?: Date;
vpcPeeringConfig?: VpcPeeringConfig;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The create time of the resource.

§
displayName?: string
[src]

Required. Display name.

§
readonly error?: Error
[src]

Output only. In case of error, the details of the error in a user-friendly format.

§
labels?: {
[key: string]: string;
}
[src]

Labels.

§
readonly name?: string
[src]

Output only. The resource's name.

§
readonly state?: "STATE_UNSPECIFIED" | "CREATING" | "CREATED" | "FAILED" | "DELETING" | "FAILED_TO_DELETE"
[src]

Output only. The state of the Private Connection.

§
readonly updateTime?: Date
[src]

Output only. The update time of the resource.

§
vpcPeeringConfig?: VpcPeeringConfig
[src]

VPC Peering Config.