Show / Hide Table of Contents

Class AcfsCapacityDetails

The amount of storage (in GB) in the DATA disk group that is currently utilized for creating local storage for VM Clusters and application VMs.

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

Properties

FreeSpaceInGbs

Declaration
[JsonProperty(PropertyName = "freeSpaceInGbs")]
public double FreeSpaceInGbs { get; set; }
Property Value
Type Description
double

The total amount of logical disk space that is currently available for use, in gigabytes (GB).

TotalSpaceInGbs

Declaration
[JsonProperty(PropertyName = "totalSpaceInGbs")]
public double TotalSpaceInGbs { get; set; }
Property Value
Type Description
double

The total amount of logical disk space available, in gigabytes (GB).

In this article
Back to top