Interface LoadBalancerV2

    • Method Detail

      • getId

        String getId()
        Returns:
        id. The unique ID for the loadbalancer.
      • getTenantId

        String getTenantId()
        Returns:
        tenantId. Owner of the loadbalancer. Only an administrative user can specify a tenant ID other than its own.
      • getName

        String getName()
        Returns:
        loadbalancer name. Does not have to be unique.
      • getDescription

        String getDescription()
        Returns:
        Description for the loadbalancer.
      • getVipSubnetId

        String getVipSubnetId()
        Returns:
        The vip subnet id of the loadbalancer.
      • getVipAddress

        String getVipAddress()
        Returns:
        The vip address of the loadbalancer.
      • getVipPortId

        String getVipPortId()
        Returns:
        the vip port id of the loadbalancer
      • isAdminStateUp

        boolean isAdminStateUp()
        Returns:
        The administrative state of the loadbalancer, which is up (true) or down (false).
      • getListeners

        List<ListItem> getListeners()
        Returns:
        The listeners of the loadbalancer.
      • getProvisioningStatus

        LbProvisioningStatus getProvisioningStatus()
        Returns:
        provisioningStatus.The provisioning status of the loadbalancer. Indicates whether the loadbalancer is provisioning. Either ACTIVE, PENDING_CREATE or ERROR.
      • getOperatingStatus

        LbOperatingStatus getOperatingStatus()
        Returns:
        operatingStatus.The operating status of the loadbalancer. Indicates whether the loadbalancer is operational.
      • getProvider

        String getProvider()
        Retrieve provider the load balancer is provisioned with
        Returns:
        provider