public static class Network.Record extends Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
Set<Types.NetworkOperations> |
allowedOperations
list of the operations allowed in this state.
|
Map<String,Blob> |
blobs
Binary blobs associated with this network
|
String |
bridge
name of the bridge corresponding to this network on the local host
|
Map<String,Types.NetworkOperations> |
currentOperations
links each of the running tasks using this object (by reference) to a current_operation enum which describes the nature of the task.
|
Long |
MTU
MTU in octets
|
String |
nameDescription
a notes field containg human-readable description
|
String |
nameLabel
a human-readable name
|
Map<String,String> |
otherConfig
additional configuration
|
Set<PIF> |
PIFs
list of connected pifs
|
Set<String> |
tags
user-specified tags for categorization purposes
|
String |
uuid
Unique identifier/object reference
|
Set<VIF> |
VIFs
list of connected vifs
|
Constructor and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
toMap()
Convert a network.Record to a Map
|
String |
toString() |
public String uuid
public String nameLabel
public String nameDescription
public Set<Types.NetworkOperations> allowedOperations
public Map<String,Types.NetworkOperations> currentOperations
public Long MTU
public String bridge