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 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.
§
name?: string
[src]Identifier. The name of the OdbNetwork resource in the following format: projects/{project}/locations/{region}/odbNetworks/{odb_network}