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.
Inherited Members
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). |