Show / Hide Table of Contents

Class AsmPropertySummary

The summary of ASM properties.

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

Properties

DiskGroup

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

The name of the disk group.

Remarks

Required

In this article
Back to top