|
||||||||
| 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 | |
|---|---|
java.util.Set<Types.NetworkOperations> |
allowedOperations
list of the operations allowed in this state. |
java.util.Map<java.lang.String,Blob> |
blobs
Binary blobs associated with this network |
java.lang.String |
bridge
name of the bridge corresponding to this network on the local host |
java.util.Map<java.lang.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. |
java.lang.Long |
MTU
MTU in octets |
java.lang.String |
nameDescription
a notes field containg human-readable description |
java.lang.String |
nameLabel
a human-readable name |
java.util.Map<java.lang.String,java.lang.String> |
otherConfig
additional configuration |
java.util.Set<PIF> |
PIFs
list of connected pifs |
java.util.Set<java.lang.String> |
tags
user-specified tags for categorization purposes |
java.lang.String |
uuid
Unique identifier/object reference |
java.util.Set<VIF> |
VIFs
list of connected vifs |
| Constructor Summary | |
|---|---|
Network.Record()
|
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a network.Record to a Map |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String uuid
public java.lang.String nameLabel
public java.lang.String nameDescription
public java.util.Set<Types.NetworkOperations> allowedOperations
public java.util.Map<java.lang.String,Types.NetworkOperations> currentOperations
public java.util.Set<VIF> VIFs
public java.util.Set<PIF> PIFs
public java.lang.Long MTU
public java.util.Map<java.lang.String,java.lang.String> otherConfig
public java.lang.String bridge
public java.util.Map<java.lang.String,Blob> blobs
public java.util.Set<java.lang.String> tags
| Constructor Detail |
|---|
public Network.Record()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap in interface Types.Record
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||