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 IPbuild()IP.BuilderfromIP(IP in)IP.BuilderipAddress(String ipAddress)Provide the ipAddress to the IP's Builder.IP.BuildersubnetId(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.
-
-