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

CloudVmCluster

import type { CloudVmCluster } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
interface CloudVmCluster {
backupSubnetCidr?: string;
cidr?: string;
readonly createTime?: Date;
displayName?: string;
exadataInfrastructure?: string;
readonly gcpOracleZone?: string;
labels?: {
[key: string]: string;
}
;
name?: string;
network?: string;
}

§Properties

§
backupSubnetCidr?: string
[src]

Required. CIDR range of the backup subnet.

§
cidr?: string
[src]

Required. Network settings. CIDR to use for cluster IP allocation.

§
readonly createTime?: Date
[src]

Output only. The date and time that the VM cluster was created.

§
displayName?: string
[src]

Optional. User friendly name for this resource.

§
exadataInfrastructure?: string
[src]

Required. The name of the Exadata Infrastructure resource on which VM cluster resource is created, in the following format: projects/{project}/locations/{region}/cloudExadataInfrastuctures/{cloud_extradata_infrastructure}

§
readonly gcpOracleZone?: string
[src]

Output only. Google Cloud Platform location where Oracle Exadata is hosted. It is same as Google Cloud Platform Oracle zone of Exadata infrastructure.

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

Optional. Labels or tags associated with the VM Cluster.

§
name?: string
[src]

Identifier. The name of the VM Cluster resource with the format: projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}

§
network?: string
[src]

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

§

Optional. Various properties of the VM Cluster.