Interface NetFloatingIP

    • Method Detail

      • getId

        String getId()
        Gets the id.
        Returns:
        the id
      • getRouterId

        String getRouterId()
        Gets the router id.
        Returns:
        the router id
      • getTenantId

        String getTenantId()
        Gets the tenant id.
        Returns:
        the tenant id
      • getProjectId

        String getProjectId()
        Gets the project id.
      • getFloatingNetworkId

        String getFloatingNetworkId()
        Gets the floating network id.
        Returns:
        the floating network id
      • getFloatingIpAddress

        String getFloatingIpAddress()
        Gets the floating ip address.
        Returns:
        the floating ip address
      • getFixedIpAddress

        String getFixedIpAddress()
        Gets the fixed ip address.
        Returns:
        the fixed ip address
      • getPortId

        String getPortId()
        Gets the port id.
        Returns:
        the port id
      • getQosPolicyId

        String getQosPolicyId()
        ID of the QoS policy.
      • getStatus

        String getStatus()
        Gets the floating ip status
        Returns:
        the floating ip status
      • getDescription

        String getDescription()
        Get text description of the resource;
      • getTags

        List<String> getTags()
        List of tags associated with the IP address.
      • getCreatedAt

        Date getCreatedAt()
        Time the IP was created.
      • getUpdatedAt

        Date getUpdatedAt()
        Time the IP was last updated.
      • getRevisionNumber

        Integer getRevisionNumber()
        Revision number of a resource.