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

ExadbVmCluster

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

ExadbVmCluster represents a cluster of VMs that are used to run Exadata workloads. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/ExadbVmCluster/

interface ExadbVmCluster {
backupOdbSubnet?: string;
readonly createTime?: Date;
displayName?: string;
readonly entitlementId?: string;
readonly gcpOracleZone?: string;
labels?: {
[key: string]: string;
}
;
name?: string;
odbNetwork?: string;
odbSubnet?: string;
}

§Properties

§
backupOdbSubnet?: string
[src]

Required. Immutable. The name of the backup OdbSubnet associated with the ExadbVmCluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}

§
readonly createTime?: Date
[src]

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

§
displayName?: string
[src]

Required. Immutable. The display name for the ExadbVmCluster. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters.

§
readonly entitlementId?: string
[src]

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

§
readonly gcpOracleZone?: string
[src]

Output only. Immutable. The GCP Oracle zone where Oracle ExadbVmCluster is hosted. Example: us-east4-b-r2. During creation, the system will pick the zone assigned to the ExascaleDbStorageVault.

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

Optional. The labels or tags associated with the ExadbVmCluster.

§
name?: string
[src]

Identifier. The name of the ExadbVmCluster resource in the following format: projects/{project}/locations/{region}/exadbVmClusters/{exadb_vm_cluster}

§
odbNetwork?: string
[src]

Optional. Immutable. The name of the OdbNetwork associated with the ExadbVmCluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet.

§
odbSubnet?: string
[src]

Required. Immutable. The name of the OdbSubnet associated with the ExadbVmCluster for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}

§

Required. The properties of the ExadbVmCluster.