|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.Network.Record
public static class Network.Record
Represents all the fields in a Network
Field Summary | |
---|---|
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 Summary | |
---|---|
Network.Record()
|
Method Summary | |
---|---|
Map<String,Object> |
toMap()
Convert a network.Record to a Map |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String uuid
public String nameLabel
public String nameDescription
public Set<Types.NetworkOperations> allowedOperations
public Map<String,Types.NetworkOperations> currentOperations
public Set<VIF> VIFs
public Set<PIF> PIFs
public Long MTU
public Map<String,String> otherConfig
public String bridge
public Map<String,Blob> blobs
public Set<String> tags
Constructor Detail |
---|
public Network.Record()
Method Detail |
---|
public String toString()
toString
in class Object
public Map<String,Object> toMap()
toMap
in interface Types.Record
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |