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