Class RouterInterface

java.lang.Object
org.jclouds.openstack.neutron.v2.domain.RouterInterface

public class RouterInterface extends Object
A Neutron Router Interface
See Also:
  • Field Details

    • subnetId

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

      @Named("port_id") protected final String portId
  • Constructor Details

  • Method Details

    • 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
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • string

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

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static RouterInterface.Builder builder()
      Returns:
      the Builder for RouterInterface
    • toBuilder

      public RouterInterface.Builder toBuilder()
      Gets a Builder configured as this object.