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 {
backupOdbSubnet?: string;
backupSubnetCidr?: string;
cidr?: string;
readonly createTime?: Date;
displayName?: string;
exadataInfrastructure?: string;
readonly gcpOracleZone?: string;
readonly identityConnector?: IdentityConnector;
labels?: {
[key: string]: string;
}
;
name?: string;
network?: string;
odbNetwork?: string;
odbSubnet?: string;
}

§Properties

§
backupOdbSubnet?: string
[src]

Optional. The name of the backup OdbSubnet associated with the VM Cluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}

§
backupSubnetCidr?: string
[src]

Optional. CIDR range of the backup subnet.

§
cidr?: string
[src]

Optional. 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. The GCP Oracle zone where Oracle CloudVmCluster is hosted. This will be the same as the gcp_oracle_zone of the CloudExadataInfrastructure. Example: us-east4-b-r2.

§
readonly identityConnector?: IdentityConnector
[src]

Output only. The identity connector details which will allow OCI to securely access the resources in the customer project.

§
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]

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

§
odbNetwork?: string
[src]

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

§
odbSubnet?: string
[src]

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

§

Optional. Various properties of the VM Cluster.