Class HostFilesystemUsage
Filesystem Usage metric for the host.
Inheritance
HostFilesystemUsage
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class HostFilesystemUsage : HostPerformanceMetricGroup
Properties
FileSystemAvailInGBs
Declaration
[JsonProperty(PropertyName = "fileSystemAvailInGBs")]
public double FileSystemAvailInGBs { get; set; }
Property Value
FileSystemAvailInPercent
Declaration
[JsonProperty(PropertyName = "fileSystemAvailInPercent")]
public double FileSystemAvailInPercent { get; set; }
Property Value
FileSystemUsageInGB
Declaration
[JsonProperty(PropertyName = "fileSystemUsageInGB")]
public double FileSystemUsageInGB { get; set; }
Property Value
MountPoint
Declaration
[JsonProperty(PropertyName = "mountPoint")]
public string MountPoint { get; set; }
Property Value
Type |
Description |
string |
Mount points are specialized NTFS filesystem objects
|