Class SrStat.Record

java.lang.Object
com.xensource.xenapi.SrStat.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
SrStat

public static class SrStat.Record extends Object implements Types.Record
Represents all the fields in a SrStat
  • Field Details

    • uuid

      public String uuid
      Uuid that uniquely identifies this SR, if one is available.
    • nameLabel

      public String nameLabel
      Short, human-readable label for the SR.
    • nameDescription

      public String nameDescription
      Longer, human-readable description of the SR. Descriptions are generally only displayed by clients when the user is examining SRs in detail.
    • freeSpace

      public Long freeSpace
      Number of bytes free on the backing storage (in bytes)
    • totalSpace

      public Long totalSpace
      Total physical size of the backing storage (in bytes)
    • clustered

      public Boolean clustered
      Indicates whether the SR uses clustered local storage.
    • health

      public Types.SrHealth health
      The health status of the SR.
  • Constructor Details

    • Record

      public Record()
  • Method Details