Class IP.Builder

java.lang.Object
org.jclouds.openstack.neutron.v2.domain.IP.Builder
Enclosing class:
IP

public static class IP.Builder extends Object
  • Field Details

    • ipAddress

      protected String ipAddress
    • subnetId

      protected String subnetId
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • ipAddress

      public IP.Builder ipAddress(String ipAddress)
      Provide the ipAddress to the IP's Builder.
      Returns:
      the Builder.
      See Also:
    • subnetId

      public IP.Builder subnetId(String subnetId)
      Provide the subnetId to the IP's Builder.
      Returns:
      the Builder.
      See Also:
    • build

      public IP build()
      Returns:
      a IP constructed with this Builder.
    • fromIP

      public IP.Builder fromIP(IP in)
      Returns:
      a Builder from another IP.