Class Ip.Builder<T extends Ip.Builder<T>>

java.lang.Object
org.jclouds.gogrid.domain.Ip.Builder<T>
Enclosing class:
Ip

public abstract static class Ip.Builder<T extends Ip.Builder<T>> extends Object
  • Field Details

    • id

      protected long id
    • ip

      protected String ip
    • subnet

      protected String subnet
    • isPublic

      protected boolean isPublic
    • state

      protected IpState state
    • datacenter

      protected Option datacenter
  • Constructor Details

    • Builder

      public Builder()
  • Method Details