Show / Hide Table of Contents

Class CloudAsmConfiguration

The configuration details of an ASM.

Inheritance
object
CloudAsmConfiguration
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 CloudAsmConfiguration

Properties

InitParameters

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

An array of initialization parameters for the cloud ASM instances.

Remarks

Required

In this article
Back to top