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