Show / Hide Table of Contents

Class SystemStorageCapacityDetails

Capacity details of different storage types.

Inheritance
object
SystemStorageCapacityDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataccService.Models
Assembly: OCI.DotNetSDK.Datacc.dll
Syntax
public class SystemStorageCapacityDetails

Properties

Acfs

Declaration
[JsonProperty(PropertyName = "acfs")]
public AcfsCapacityDetails Acfs { get; set; }
Property Value
Type Description
AcfsCapacityDetails

DiskGroups

Declaration
[JsonProperty(PropertyName = "diskGroups")]
public List<DiskGroupCapacityDetails> DiskGroups { get; set; }
Property Value
Type Description
List<DiskGroupCapacityDetails>

List of storage disk group capacity details.

In this article
Back to top