Show / Hide Table of Contents

Class ExternalAsmConfiguration

The configuration details of an ASM.

Inheritance
object
ExternalAsmConfiguration
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
public class ExternalAsmConfiguration

Properties

InitParameters

Declaration
[Required(ErrorMessage = "InitParameters is required.")]
[JsonProperty(PropertyName = "initParameters")]
public List<ExternalAsmInstanceParameters> InitParameters { get; set; }
Property Value
Type Description
List<ExternalAsmInstanceParameters>

An array of initialization parameters for the external ASM instances.

Remarks

Required

In this article
Back to top