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;
pscInterfaceConfig?: PscInterfaceConfig;
readonly satisfiesPzi?: boolean;
readonly satisfiesPzs?: boolean;
readonly state?:
| "STATE_UNSPECIFIED"
| "CREATING"
| "CREATED"
| "FAILED"
| "DELETING"
| "FAILED_TO_DELETE";
readonly updateTime?: Date;
vpcPeeringConfig?: VpcPeeringConfig;
}§Properties
§
pscInterfaceConfig?: PscInterfaceConfig
[src]PSC Interface Config.
§
readonly state?: "STATE_UNSPECIFIED" | "CREATING" | "CREATED" | "FAILED" | "DELETING" | "FAILED_TO_DELETE"
[src]Output only. The state of the Private Connection.
§
vpcPeeringConfig?: VpcPeeringConfig
[src]VPC Peering Config.