Uses of Class
org.jclouds.openstack.neutron.v2.domain.NetworkSegment.Builder
Packages that use NetworkSegment.Builder
-
Uses of NetworkSegment.Builder in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return NetworkSegment.BuilderModifier and TypeMethodDescriptionstatic NetworkSegment.Builder
NetworkSegment.builder()
NetworkSegment.Builder.fromNetworkSegment
(NetworkSegment in) NetworkSegment.Builder.networkType
(NetworkType networkType) Provide the networkType to the NetworkSegment's Builder.NetworkSegment.Builder.physicalNetwork
(String physicalNetwork) Provide the physicalNetwork to the NetworkSegment's Builder.NetworkSegment.Builder.segmentationId
(int segmentationId) Provide the segmentationId to the NetworkSegment's Builder.NetworkSegment.toBuilder()
Gets a Builder configured as this object.