Class NetworkSegment.Builder
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.NetworkSegment.Builder
- Enclosing class:
NetworkSegment
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
networkType
(NetworkType networkType) Provide the networkType to the NetworkSegment's Builder.physicalNetwork
(String physicalNetwork) Provide the physicalNetwork to the NetworkSegment's Builder.segmentationId
(int segmentationId) Provide the segmentationId to the NetworkSegment's Builder.
-
Field Details
-
networkType
-
physicalNetwork
-
segmentationId
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
networkType
Provide the networkType to the NetworkSegment's Builder.- Returns:
- the Builder.
- See Also:
-
physicalNetwork
Provide the physicalNetwork to the NetworkSegment's Builder.- Returns:
- the Builder.
- See Also:
-
segmentationId
Provide the segmentationId to the NetworkSegment's Builder.- Returns:
- the Builder.
- See Also:
-
build
- Returns:
- a NetworkSegment constructed with this Builder.
-
fromNetworkSegment
- Returns:
- a Builder from another NetworkSegment.
-