public interface ShareNetwork extends ModelEntity
vlan
, vxlan
, gre
, or flat
.Modifier and Type | Interface and Description |
---|---|
static class |
ShareNetwork.NetworkType |
Modifier and Type | Method and Description |
---|---|
String |
getCidr() |
String |
getCreatedAt() |
String |
getDescription() |
String |
getId() |
Integer |
getIpVersion() |
String |
getName() |
ShareNetwork.NetworkType |
getNetworkType() |
String |
getNeutronNetId() |
String |
getNeutronSubnetId() |
String |
getNovaNetId() |
String |
getProjectId() |
Integer |
getSegmentationId() |
String |
getUpdatedAt() |
String getId()
String getProjectId()
String getNeutronNetId()
String getNeutronSubnetId()
String getNovaNetId()
ShareNetwork.NetworkType getNetworkType()
Integer getSegmentationId()
String getCidr()
Integer getIpVersion()
String getName()
String getDescription()
String getCreatedAt()
String getUpdatedAt()
Copyright © 2017. All rights reserved.