Interface LbPoolV2Status

    • Method Detail

      • getId

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

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

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

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

        HealthMonitorV2Status getHeathMonitorStatus()
        The status of the healthmonitor associated with this pool
        Returns:
        HealthMonitorV2Status
      • getMemberStatuses

        List<MemberV2Status> getMemberStatuses()
        The status of the members of the loadbalancer pool
        Returns:
        list of MemberV2Status