Class CreateCloudDbSystemConnectorDetails
The details required to create a cloud DB system connector.
Inherited Members
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. |