Interface Port

    • Method Detail

      • getState

        State getState()
        Returns:
        the current state of the port
      • isAdminStateUp

        boolean isAdminStateUp()
        Returns:
        the administrative state of port. If false, port does not forward packets.
      • getNetworkId

        String getNetworkId()
        Returns:
        the id of the network where this port is associated with
      • getDeviceId

        String getDeviceId()
        Returns:
        the id of the device (e.g. server) using this port.
      • getDeviceOwner

        String getDeviceOwner()
        Returns:
        the entity (e.g.: DHCP Agent) using this port.
      • getFixedIps

        Set<? extends IP> getFixedIps()
        Returns:
        the set of fixed IPs this port has been assigned
      • getMacAddress

        String getMacAddress()
        Returns:
        the MacAddress of this port
      • getSecurityGroups

        List<String> getSecurityGroups()
        Returns:
        the security group identifiers assigned to this port
      • getTrunkPortParentId

        String getTrunkPortParentId()
        Returns:
        the parent ID of this port
      • getTrunkPortType

        String getTrunkPortType()
        Returns:
        the trunk port type of this port
      • getTrunkPortVlanId

        String getTrunkPortVlanId()
        Returns:
        the Vlan of this port
      • isPortSecurityEnabled

        Boolean isPortSecurityEnabled()
        Returns:
        The port security status. A valid value is enabled (true) or disabled (false).
      • getHostId

        String getHostId()
      • getVifType

        String getVifType()
      • getvNicType

        String getvNicType()