Class IP.Builder
- java.lang.Object
-
- org.jclouds.openstack.neutron.v2.domain.IP.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IP
build()
IP.Builder
fromIP(IP in)
IP.Builder
ipAddress(String ipAddress)
Provide the ipAddress to the IP's Builder.IP.Builder
subnetId(String subnetId)
Provide the subnetId to the IP's Builder.
-
-
-
Method Detail
-
ipAddress
public IP.Builder ipAddress(String ipAddress)
Provide the ipAddress to the IP's Builder.- Returns:
- the Builder.
- See Also:
IP.getIpAddress()
-
subnetId
public IP.Builder subnetId(String subnetId)
Provide the subnetId to the IP's Builder.- Returns:
- the Builder.
- See Also:
IP.getSubnetId()
-
build
public IP build()
- Returns:
- a IP constructed with this Builder.
-
fromIP
public IP.Builder fromIP(IP in)
- Returns:
- a Builder from another IP.
-
-