Class UpdateExternalMacsConnectorDetails
Inheritance
UpdateExternalMacsConnectorDetails
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class UpdateExternalMacsConnectorDetails : UpdateExternalDatabaseConnectorDetails
Properties
ConnectionCredentials
Declaration
[JsonProperty(PropertyName = "connectionCredentials")]
public DatabaseConnectionCredentials ConnectionCredentials { get; set; }
Property Value
ConnectionString
Declaration
[JsonProperty(PropertyName = "connectionString")]
public DatabaseConnectionString ConnectionString { get; set; }
Property Value