Show / Hide Table of Contents

Enum DeploymentType

A list of the supported infrastructure that can be used to deploy the database:

  • ONPREMISE: External infrastructure on premises.
  • BM: Bare metal infrastructure in Oracle Cloud.
  • VM: Virtual machines in Oracle Cloud.
  • EXADATA: Exadata infrastructure in Oracle Cloud.
  • EXADATA_CC: Exadata Cloud@Customer infrastructure in customer's data center.
  • AUTONOMOUS: Oracle Autonomous Cloud infrastructure
  • EXADATA_XS: Exadata Exascale on virtual infrastructure
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public enum DeploymentType

Fields

Name Description
Autonomous
Bm
Exadata
ExadataCc
ExadataXs
Onpremise
UnknownEnumValue
Vm
In this article
Back to top