DbVersionProperties
import type { DbVersionProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
The properties of a DbVersion.
interface DbVersionProperties {
readonly isLatestForMajorVersion?: boolean;
readonly isPreviewDbVersion?: boolean;
readonly isUpgradeSupported?: boolean;
readonly supportsPdb?: boolean;
readonly version?: string;
}§Properties
§
readonly isLatestForMajorVersion?: boolean
[src]Output only. True if this version of the Oracle Database software is the latest version for a release.
§
readonly isPreviewDbVersion?: boolean
[src]Output only. True if this version of the Oracle Database software is the preview version.
§
readonly isUpgradeSupported?: boolean
[src]Output only. True if this version of the Oracle Database software is supported for Upgrade.