Show / Hide Table of Contents

Class HostStorageStatistics

Contains storage statistics.

Inheritance
object
HostResourceStatistics
HostStorageStatistics
Inherited Members
HostResourceStatistics.Usage
HostResourceStatistics.Capacity
HostResourceStatistics.UtilizationPercent
HostResourceStatistics.UsageChangePercent
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class HostStorageStatistics : HostResourceStatistics

Properties

FilesystemAvailableInPercent

Declaration
[JsonProperty(PropertyName = "filesystemAvailableInPercent")]
public double FilesystemAvailableInPercent { get; set; }
Property Value
Type Description
double
In this article
Back to top