Class Group


@ApiType("SoftLayer_Hardware_Group")
public class Group
extends Entity
See Also:
SoftLayer_Hardware_Group
  • Field Details

    • downlinkServers

      @ApiProperty protected List<Hardware> downlinkServers
      All servers attached to a network hardware.
    • downlinkVirtualGuests

      @ApiProperty protected List<Guest> downlinkVirtualGuests
      All virtual guests attached to a network hardware.
    • downstreamNetworkHardware

      @ApiProperty protected List<Hardware> downstreamNetworkHardware
      All network hardware downstream from this hardware.
    • downstreamNetworkHardwareWithIncidents

      @ApiProperty protected List<Hardware> downstreamNetworkHardwareWithIncidents
      All network hardware with monitoring warnings or errors downstream from this hardware.
    • hardwareChassis

      @ApiProperty protected Chassis hardwareChassis
      The chassis that a piece of hardware is housed in.
    • networkMonitorAttachedDownHardware

      @ApiProperty protected List<Hardware> networkMonitorAttachedDownHardware
      All servers attached downstream to a hardware that have failed monitoring
    • networkMonitorAttachedDownVirtualGuests

      @ApiProperty protected List<Guest> networkMonitorAttachedDownVirtualGuests
      Virtual guests that are attached downstream to a hardware that have failed monitoring
    • networkStatus

      @ApiProperty protected String networkStatus
      The value of a hardware's network status attribute.
    • domain

      @ApiProperty(canBeNullOrNotSet=true) protected String domain
    • domainSpecified

      protected boolean domainSpecified
    • hostname

      @ApiProperty(canBeNullOrNotSet=true) protected String hostname
    • hostnameSpecified

      protected boolean hostnameSpecified
    • id

      @ApiProperty(canBeNullOrNotSet=true) protected Long id
    • idSpecified

      protected boolean idSpecified
    • downlinkServerCount

      @ApiProperty protected Long downlinkServerCount
      A count of all servers attached to a network hardware.
    • downlinkVirtualGuestCount

      @ApiProperty protected Long downlinkVirtualGuestCount
      A count of all virtual guests attached to a network hardware.
    • downstreamNetworkHardwareCount

      @ApiProperty protected Long downstreamNetworkHardwareCount
      A count of all network hardware downstream from this hardware.
    • downstreamNetworkHardwareWithIncidentCount

      @ApiProperty protected Long downstreamNetworkHardwareWithIncidentCount
      A count of all network hardware with monitoring warnings or errors downstream from this hardware.
    • networkMonitorAttachedDownHardwareCount

      @ApiProperty protected Long networkMonitorAttachedDownHardwareCount
      A count of all servers attached downstream to a hardware that have failed monitoring
    • networkMonitorAttachedDownVirtualGuestCount

      @ApiProperty protected Long networkMonitorAttachedDownVirtualGuestCount
      A count of virtual guests that are attached downstream to a hardware that have failed monitoring
  • Constructor Details

    • Group

      public Group()
  • Method Details

    • getDownlinkServers

      public List<Hardware> getDownlinkServers()
    • getDownlinkVirtualGuests

      public List<Guest> getDownlinkVirtualGuests()
    • getDownstreamNetworkHardware

      public List<Hardware> getDownstreamNetworkHardware()
    • getDownstreamNetworkHardwareWithIncidents

      public List<Hardware> getDownstreamNetworkHardwareWithIncidents()
    • getHardwareChassis

      public Chassis getHardwareChassis()
    • setHardwareChassis

      public void setHardwareChassis​(Chassis hardwareChassis)
    • getNetworkMonitorAttachedDownHardware

      public List<Hardware> getNetworkMonitorAttachedDownHardware()
    • getNetworkMonitorAttachedDownVirtualGuests

      public List<Guest> getNetworkMonitorAttachedDownVirtualGuests()
    • getNetworkStatus

      public String getNetworkStatus()
    • setNetworkStatus

      public void setNetworkStatus​(String networkStatus)
    • getDomain

      public String getDomain()
    • setDomain

      public void setDomain​(String domain)
    • isDomainSpecified

      public boolean isDomainSpecified()
    • unsetDomain

      public void unsetDomain()
    • getHostname

      public String getHostname()
    • setHostname

      public void setHostname​(String hostname)
    • isHostnameSpecified

      public boolean isHostnameSpecified()
    • unsetHostname

      public void unsetHostname()
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getDownlinkServerCount

      public Long getDownlinkServerCount()
    • setDownlinkServerCount

      public void setDownlinkServerCount​(Long downlinkServerCount)
    • getDownlinkVirtualGuestCount

      public Long getDownlinkVirtualGuestCount()
    • setDownlinkVirtualGuestCount

      public void setDownlinkVirtualGuestCount​(Long downlinkVirtualGuestCount)
    • getDownstreamNetworkHardwareCount

      public Long getDownstreamNetworkHardwareCount()
    • setDownstreamNetworkHardwareCount

      public void setDownstreamNetworkHardwareCount​(Long downstreamNetworkHardwareCount)
    • getDownstreamNetworkHardwareWithIncidentCount

      public Long getDownstreamNetworkHardwareWithIncidentCount()
    • setDownstreamNetworkHardwareWithIncidentCount

      public void setDownstreamNetworkHardwareWithIncidentCount​(Long downstreamNetworkHardwareWithIncidentCount)
    • getNetworkMonitorAttachedDownHardwareCount

      public Long getNetworkMonitorAttachedDownHardwareCount()
    • setNetworkMonitorAttachedDownHardwareCount

      public void setNetworkMonitorAttachedDownHardwareCount​(Long networkMonitorAttachedDownHardwareCount)
    • getNetworkMonitorAttachedDownVirtualGuestCount

      public Long getNetworkMonitorAttachedDownVirtualGuestCount()
    • setNetworkMonitorAttachedDownVirtualGuestCount

      public void setNetworkMonitorAttachedDownVirtualGuestCount​(Long networkMonitorAttachedDownVirtualGuestCount)