Class Network
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.Network
- Direct Known Subclasses:
 Network.CreateNetwork,Network.UpdateNetwork
A Neutron network
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCreate and Update builders (inheriting from Builder)static classCreate and Update options - extend the domain class, passed to API update and create calls.static classCreate and Update builders (inheriting from Builder)static classCreate and Update options - extend the domain class, passed to API update and create calls. - 
Method Summary
Modifier and TypeMethodDescriptionstatic Network.CreateBuildercreateBuilder(String name) booleanAdds external network attribute to network resource.getId()getName()com.google.common.collect.ImmutableSet<NetworkSegment> The shared attribute can be used to create a public network, i.e.: a network which is shared with all other tenants.com.google.common.collect.ImmutableSet<String> inthashCode()toString()static Network.UpdateBuilder 
- 
Method Details
- 
getId
- Returns:
 - the id of the Network
 
 - 
getStatus
- Returns:
 - the status of the Network
 
 - 
getSubnets
- Returns:
 - the subnets of the Network
 
 - 
getName
- Returns:
 - the name of the Network
 
 - 
getAdminStateUp
- Returns:
 - the adminStateUp of the Network
 
 - 
getTenantId
- Returns:
 - the tenantId of the Network
 
 - 
getAvailabilityZone
- Returns:
 - the availability zone of the Network
 
 - 
getNetworkType
- Returns:
 - the networkType of the Network
 
 - 
getPhysicalNetworkName
- Returns:
 - the physicalNetworkName of the Network
 
 - 
getSegmentationId
- Returns:
 - the segmentationId of the Network
 
 - 
getExternal
Adds external network attribute to network resource.- Returns:
 - the external of the Network
 
 - 
getPortSecurity
- Returns:
 - the portSecurity of the Network
 
 - 
getProfileId
- Returns:
 - the profileId of the Network
 
 - 
getMulticastIp
- Returns:
 - the multicastIp of the Network
 
 - 
getSegmentAdd
- Returns:
 - the segmentAdd of the Network
 
 - 
getSegmentDel
- Returns:
 - the segmentDel of the Network
 
 - 
getMemberSegments
- Returns:
 - the memberSegments of the Network
 
 - 
getSegments
- Returns:
 - the segments of the Network
 
 - 
getNetworkFlavor
- Returns:
 - the networkFlavor of the Network
 
 - 
hashCode
public int hashCode() - 
equals
 - 
toString
 - 
createBuilder
- Returns:
 - the Builder for creating a new Router
 
 - 
updateBuilder
- Returns:
 - the Builder for updating a Router
 
 
 -