Class Network.CreateBuilder
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.Network.CreateBuilder
- Enclosing class:
Network
Create and Update builders (inheriting from Builder)
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionadminStateUp
(Boolean adminStateUp) Provide the adminStateUp to the Network's Builder.availabilityZone
(String availabilityZone) Provide the availabilityZone to the Network's Builder.build()
Adds external network attribute to network resource.memberSegments
(String memberSegments) Provide the memberSegments to the Network's Builder.multicastIp
(String multicastIp) Provide the multicastIp to the Network's Builder.Provide the name to the Network's Builder.networkFlavor
(String networkFlavor) Provide the networkFlavor to the Network's Builder.networkType
(NetworkType networkType) Provide the networkType to the Network's Builder.physicalNetworkName
(String physicalNetworkName) Provide the physicalNetworkName to the Network's Builder.portSecurity
(Boolean portSecurity) Provide the portSecurity to the Network's Builder.Provide the profileId to the Network's Builder.segmentAdd
(String segmentAdd) Provide the segmentAdd to the Network's Builder.segmentationId
(Integer segmentationId) Provide the segmentationId to the Network's Builder.segmentDel
(String segmentDel) Provide the segmentDel to the Network's Builder.segments
(com.google.common.collect.ImmutableSet<NetworkSegment> segments) Provide the segments to the Network's Builder.protected Network.CreateBuilder
self()
Provide the shared to the Network's Builder.Provide the tenantId to the Network's Builder.
-
Field Details
-
network
-
-
Method Details
-
build
- Returns:
- a CreateNetwork constructed with this Builder.
-
self
-
name
Provide the name to the Network's Builder.- Returns:
- the Builder.
- See Also:
-
adminStateUp
Provide the adminStateUp to the Network's Builder.- Returns:
- the Builder.
- See Also:
-
tenantId
Provide the tenantId to the Network's Builder.- Returns:
- the Builder.
- See Also:
-
availabilityZone
Provide the availabilityZone to the Network's Builder.- Returns:
- the Builder.
- See Also:
-
networkType
Provide the networkType to the Network's Builder.- Returns:
- the Builder.
- See Also:
-
physicalNetworkName
Provide the physicalNetworkName to the Network's Builder.- Returns:
- the Builder.
- See Also:
-
segmentationId
Provide the segmentationId to the Network's Builder.- Returns:
- the Builder.
- See Also:
-
external
Adds external network attribute to network resource.- Returns:
- the Builder.
- See Also:
-
portSecurity
Provide the portSecurity to the Network's Builder.- Returns:
- the Builder.
- See Also:
-
profileId
Provide the profileId to the Network's Builder.- Returns:
- the Builder.
- See Also:
-
multicastIp
Provide the multicastIp to the Network's Builder.- Returns:
- the Builder.
- See Also:
-
segmentAdd
Provide the segmentAdd to the Network's Builder. Cisco plugin extension; admin right might be needed to use this.- Returns:
- the Builder.
- See Also:
-
segmentDel
Provide the segmentDel to the Network's Builder. Cisco plugin extension; admin right might be needed to use this.- Returns:
- the Builder.
- See Also:
-
memberSegments
Provide the memberSegments to the Network's Builder. Cisco plugin extension; admin right might be needed to use this.- Returns:
- the Builder.
- See Also:
-
segments
public Network.CreateBuilder segments(com.google.common.collect.ImmutableSet<NetworkSegment> segments) Provide the segments to the Network's Builder. Multiprovider extension.- Returns:
- the Builder.
- See Also:
-
networkFlavor
Provide the networkFlavor to the Network's Builder.- Returns:
- the Builder.
- See Also:
-