Show / Hide Table of Contents

Enum InfrastructureType

The infrastructure type the database is running on. Allowed values are

  • ORACLE_CLOUD - Represents that the database is running on the Oracle Cloud Infrastructure.
  • CLOUD_AT_CUSTOMER - Represents that the database is running on Oracle Cloud@Customer infrastructure.
  • ON_PREMISES - Represents that the database is running on on-premises infrastructure.
  • NON_ORACLE_CLOUD - Represents that the database is running on non-Oracle cloud infrastructure.
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public enum InfrastructureType

Fields

Name Description
CloudAtCustomer
NonOracleCloud
OnPremises
OracleCloud
UnknownEnumValue
In this article
Back to top