Show / Hide Table of Contents

Class ChangeMacsManagedCloudDatabaseInsightConnectionDetails

Connection details of a MACS-managed cloud database insight.

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

Properties

ConnectionCredentialDetails

Declaration
[Required(ErrorMessage = "ConnectionCredentialDetails is required.")]
[JsonProperty(PropertyName = "connectionCredentialDetails")]
public CredentialDetails ConnectionCredentialDetails { get; set; }
Property Value
Type Description
CredentialDetails
Remarks

Required

ConnectionDetails

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

Required

ManagementAgentId

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

The OCID of the Management Agent

Remarks

Required

In this article
Back to top