Show / Hide Table of Contents

Class HostFilesystemUsage

Filesystem Usage metric for the host.

Inheritance
object
HostPerformanceMetricGroup
HostFilesystemUsage
Inherited Members
HostPerformanceMetricGroup.TimeCollected
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 HostFilesystemUsage : HostPerformanceMetricGroup

Properties

FileSystemAvailInGBs

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

FileSystemAvailInPercent

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

FileSystemUsageInGB

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

MountPoint

Declaration
[JsonProperty(PropertyName = "mountPoint")]
public string MountPoint { get; set; }
Property Value
Type Description
string

Mount points are specialized NTFS filesystem objects

In this article
Back to top