Class IP.Builder
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.IP.Builder
- Enclosing class:
IP
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Provide the ipAddress to the IP's Builder.Provide the subnetId to the IP's Builder.
-
Field Details
-
ipAddress
-
subnetId
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ipAddress
Provide the ipAddress to the IP's Builder.- Returns:
- the Builder.
- See Also:
-
subnetId
Provide the subnetId to the IP's Builder.- Returns:
- the Builder.
- See Also:
-
build
- Returns:
- a IP constructed with this Builder.
-
fromIP
- Returns:
- a Builder from another IP.
-