Class RouterInterface


  • public class RouterInterface
    extends Object
    A Neutron Router Interface
    See Also:
    api doc
    • Field Detail

      • subnetId

        @Named("subnet_id")
        protected final String subnetId
      • portId

        @Named("port_id")
        protected final String portId
    • Method Detail

      • getSubnetId

        @Nullable
        public String getSubnetId()
        Returns:
        the subnetId of the RouterInterface
      • getPortId

        @Nullable
        public String getPortId()
        Returns:
        the portId of the RouterInterface
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • string

        protected com.google.common.base.MoreObjects.ToStringHelper string()