java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.FixedIP

public class FixedIP extends Object
Describes an fixed IP address
  • Field Details

    • ipAddress

      @Named("ip_address") protected final String ipAddress
    • subnetId

      @Named("subnet_id") protected final String subnetId
  • Constructor Details

  • Method Details

    • getIpAddress

      @Nullable public String getIpAddress()
      Returns:
      the ipAddress of the IP
    • getSubnetId

      @Nullable public String getSubnetId()
      Returns:
      the subnetId of the IP
    • 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 FixedIP.Builder builder()
      Returns:
      the Builder for IP
    • toBuilder

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