Interface LoadBalancerV2Status

    • Method Detail

      • getId

        String getId()
        The id of the loadbalancer
        Returns:
        id
      • getName

        String getName()
        The name of the loadbalancer
        Returns:
        name
      • getOperatingStatus

        String getOperatingStatus()
        The operating status of the loadbalancer
        Returns:
        operating status
      • getProvisioningStatus

        String getProvisioningStatus()
        The provisioning status of the loadbalancer
        Returns:
        provisioning status
      • getListenerStatuses

        List<ListenerV2Status> getListenerStatuses()
        The listeners associated with the loadbalancer
        Returns:
        list of listener statuses