public class Network extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Network.CreateBuilder
Create and Update builders (inheriting from Builder)
|
static class |
Network.CreateNetwork
Create and Update options - extend the domain class, passed to API update and create calls.
|
static class |
Network.UpdateBuilder
Create and Update builders (inheriting from Builder)
|
static class |
Network.UpdateNetwork
Create and Update options - extend the domain class, passed to API update and create calls.
|
Modifier and Type | Method and Description |
---|---|
static Network.CreateBuilder |
createBuilder(String name) |
boolean |
equals(Object obj) |
Boolean |
getAdminStateUp() |
Boolean |
getExternal()
Adds external network attribute to network resource.
|
String |
getId() |
String |
getMemberSegments() |
String |
getMulticastIp() |
String |
getName() |
String |
getNetworkFlavor() |
NetworkType |
getNetworkType() |
String |
getPhysicalNetworkName() |
Boolean |
getPortSecurity() |
String |
getProfileId() |
String |
getSegmentAdd() |
Integer |
getSegmentationId() |
String |
getSegmentDel() |
com.google.common.collect.ImmutableSet<NetworkSegment> |
getSegments() |
Boolean |
getShared()
The shared attribute can be used to create a public network, i.e.: a network which is shared with all other tenants.
|
NetworkStatus |
getStatus() |
com.google.common.collect.ImmutableSet<String> |
getSubnets() |
String |
getTenantId() |
int |
hashCode() |
String |
toString() |
static Network.UpdateBuilder |
updateBuilder() |
@Nullable public NetworkStatus getStatus()
@Nullable public com.google.common.collect.ImmutableSet<String> getSubnets()
@Nullable public Boolean getShared()
@Nullable public NetworkType getNetworkType()
@Nullable public String getPhysicalNetworkName()
@Nullable public Integer getSegmentationId()
@Nullable public Boolean getExternal()
@Nullable public String getMemberSegments()
@Nullable public com.google.common.collect.ImmutableSet<NetworkSegment> getSegments()
@Nullable public String getNetworkFlavor()
public static Network.CreateBuilder createBuilder(String name)
public static Network.UpdateBuilder updateBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.