Class CloudAsmConnectionInfo
The details required to connect to a cloud ASM instance.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class CloudAsmConnectionInfo : CloudDbSystemConnectionInfo
Properties
ConnectionCredentials
Declaration
[Required(ErrorMessage = "ConnectionCredentials is required.")]
[JsonProperty(PropertyName = "connectionCredentials")]
public CloudAsmConnectionCredentials ConnectionCredentials { get; set; }
Property Value
Type | Description |
---|---|
CloudAsmConnectionCredentials |
Remarks
Required
ConnectionString
Declaration
[Required(ErrorMessage = "ConnectionString is required.")]
[JsonProperty(PropertyName = "connectionString")]
public AsmConnectionString ConnectionString { get; set; }
Property Value
Type | Description |
---|---|
AsmConnectionString |
Remarks
Required