Class Stratum


  • @ApiType("SoftLayer_Network_Monitor_Version1_Query_Host_Stratum")
    public class Stratum
    extends Entity
    The monitoring stratum type stores the maximum level of the various components of the monitoring system that a particular hardware object has access to. This object cannot be accessed by ID, and cannot be modified. The user can access this object through Hardware_Server->availableMonitoring.

    There are two values on this object that are important:
    # monitorLevel determines the highest level of SoftLayer_Network_Monitor_Version1_Query_Type object that can be placed in a monitoring instance on this server
    # responseLevel determines the highest level of SoftLayer_Network_Monitor_Version1_Query_ResponseType object that can be placed in a monitoring instance on this server


    Also note that the query type and response types are available through getAllQueryTypes and getAllResponseTypes, respectively.
    See Also:
    SoftLayer_Network_Monitor_Version1_Query_Host_Stratum
    • Field Detail

      • hardware

        @ApiProperty
        protected Hardware hardware
        The hardware object that these monitoring permissions applies to.
      • monitorLevelSpecified

        protected boolean monitorLevelSpecified
      • responseLevelSpecified

        protected boolean responseLevelSpecified
    • Constructor Detail

      • Stratum

        public Stratum()
    • Method Detail

      • getHardware

        public Hardware getHardware()
      • setHardware

        public void setHardware​(Hardware hardware)
      • getMonitorLevel

        public Long getMonitorLevel()
      • setMonitorLevel

        public void setMonitorLevel​(Long monitorLevel)
      • isMonitorLevelSpecified

        public boolean isMonitorLevelSpecified()
      • unsetMonitorLevel

        public void unsetMonitorLevel()
      • getResponseLevel

        public Long getResponseLevel()
      • setResponseLevel

        public void setResponseLevel​(Long responseLevel)
      • isResponseLevelSpecified

        public boolean isResponseLevelSpecified()
      • unsetResponseLevel

        public void unsetResponseLevel()