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

OdbNetwork

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

Represents OdbNetwork resource.

interface OdbNetwork {
readonly createTime?: Date;
readonly entitlementId?: string;
gcpOracleZone?: string;
labels?: {
[key: string]: string;
}
;
name?: string;
network?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "PROVISIONING"
| "AVAILABLE"
| "TERMINATING"
| "FAILED";
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The date and time that the OdbNetwork was created.

§
readonly entitlementId?: string
[src]

Output only. The ID of the subscription entitlement associated with the OdbNetwork.

§
gcpOracleZone?: string
[src]

Optional. The GCP Oracle zone where OdbNetwork is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.

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

Optional. Labels or tags associated with the resource.

§
name?: string
[src]

Identifier. The name of the OdbNetwork resource in the following format: projects/{project}/locations/{region}/odbNetworks/{odb_network}

§
network?: string
[src]

Required. The name of the VPC network in the following format: projects/{project}/global/networks/{network}

§
readonly state?: "STATE_UNSPECIFIED" | "PROVISIONING" | "AVAILABLE" | "TERMINATING" | "FAILED"
[src]

Output only. State of the ODB Network.