Class FixedIP


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

      • ipAddress

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

        @Named("subnet_id")
        protected final String subnetId
    • Method Detail

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

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

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

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