Show / Hide Table of Contents

Class ExternalDbSystemBasicInfo

The basic information about an external DB system.

Inheritance
object
ExternalDbSystemBasicInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class ExternalDbSystemBasicInfo

Properties

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The OCID of the compartment.

Remarks

Required

DisplayName

Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

The user-friendly name for the DB system. The name does not have to be unique.

Remarks

Required

ExadataInfraInfo

Declaration
[JsonProperty(PropertyName = "exadataInfraInfo")]
public ExternalExadataInfraBasicInfo ExadataInfraInfo { get; set; }
Property Value
Type Description
ExternalExadataInfraBasicInfo

Id

Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

The OCID of the external DB system.

Remarks

Required

In this article
Back to top