Show / Hide Table of Contents

Class CreateCloudDbSystemConnectorDetails

The details required to create a cloud DB system connector.

Inheritance
object
CreateCloudDbSystemConnectorDetails
CreateCloudDbSystemMacsConnectorDetails
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
[JsonConverter(typeof(CreateCloudDbSystemConnectorDetailsModelConverter))]
public class CreateCloudDbSystemConnectorDetails

Properties

CloudDbSystemId

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

The OCID of the cloud DB system.

Remarks

Required

DisplayName

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

The user-friendly name for the cloud connector. The name does not have to be unique.

In this article
Back to top