java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.network.application.delivery.controller.loadbalancer.health.Check

@ApiType("SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Health_Check")
public class Check
extends Entity
See Also:
SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Health_Check
  • Field Details

  • Constructor Details

    • Check

      public Check()
  • Method Details

    • getAttributes

      public List<Attribute> getAttributes()
    • getScaleLoadBalancers

      public List<LoadBalancer> getScaleLoadBalancers()
    • getServices

      public List<LoadBalancerService> getServices()
    • getType

      public Type getType()
    • setType

      public void setType​(Type type)
    • getHealthCheckTypeId

      public Long getHealthCheckTypeId()
    • setHealthCheckTypeId

      public void setHealthCheckTypeId​(Long healthCheckTypeId)
    • isHealthCheckTypeIdSpecified

      public boolean isHealthCheckTypeIdSpecified()
    • unsetHealthCheckTypeId

      public void unsetHealthCheckTypeId()
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getName

      public String getName()
    • setName

      public void setName​(String name)
    • isNameSpecified

      public boolean isNameSpecified()
    • unsetName

      public void unsetName()
    • getNotes

      public String getNotes()
    • setNotes

      public void setNotes​(String notes)
    • isNotesSpecified

      public boolean isNotesSpecified()
    • unsetNotes

      public void unsetNotes()
    • getAttributeCount

      public Long getAttributeCount()
    • setAttributeCount

      public void setAttributeCount​(Long attributeCount)
    • getScaleLoadBalancerCount

      public Long getScaleLoadBalancerCount()
    • setScaleLoadBalancerCount

      public void setScaleLoadBalancerCount​(Long scaleLoadBalancerCount)
    • getServiceCount

      public Long getServiceCount()
    • setServiceCount

      public void setServiceCount​(Long serviceCount)
    • asService

      public Check.Service asService​(ApiClient client)
    • service

      public static Check.Service service​(ApiClient client)
    • service

      public static Check.Service service​(ApiClient client, Long id)