public interface TenantNetwork
| Modifier and Type | Interface and Description |
|---|---|
static class |
TenantNetwork.State
Coarse classification of the state of the tenantNetwork.
|
static class |
TenantNetwork.Type
Coarse classification of the type of the tenantNetwork.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
adminStateUp()
Returns the administrative state of the tenantNetwork,which is up(true)
or down(false).
|
TenantNetworkId |
id()
Returns the tenantNetwork identifier.
|
String |
name()
Returns the tenantNetwork name.
|
PhysicalNetwork |
physicalNetwork()
Returns the tenantNetwork physical network.
|
boolean |
routerExternal()
Returns the routerExternal.Indicates whether this network is externally
accessible.
|
SegmentationId |
segmentationId()
Returns the tenantNetwork segmentation id.
|
boolean |
shared()
Indicates whether this tenantNetwork is shared across all tenants.
|
TenantNetwork.State |
state()
Returns the tenantNetwork state.
|
TenantId |
tenantId()
Returns the UUID of the tenant that will own the tenantNetwork.
|
TenantNetwork.Type |
type()
Returns the tenantNetwork Type.
|
TenantNetworkId id()
String name()
boolean adminStateUp()
TenantNetwork.State state()
boolean shared()
TenantId tenantId()
boolean routerExternal()
TenantNetwork.Type type()
PhysicalNetwork physicalNetwork()
SegmentationId segmentationId()