Package com.xensource.xenapi
Class Network.Record
java.lang.Object
com.xensource.xenapi.Network.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- Network
Represents all the fields in a Network
-
Field Summary
FieldsModifier and TypeFieldDescriptionlist of the operations allowed in this state.The IP addresses assigned to VIFs on networks that have active xapi-managed DHCP First published in XenServer 6.5.Binary blobs associated with this network First published in XenServer 5.0.name of the bridge corresponding to this network on the local hostlinks each of the running tasks using this object (by reference) to a current_operation enum which describes the nature of the task.The network will use this value to determine the behaviour of all VIFs where locking_mode = default First published in XenServer 6.1.true if the bridge is managed by xapi First published in XenServer 7.2.MTU in octets First published in XenServer 5.6.a notes field containing human-readable descriptiona human-readable nameadditional configurationlist of connected pifsSet of purposes for which the server will use this network First published in XenServer 7.3.user-specified tags for categorization purposes First published in XenServer 5.0.Unique identifier/object referencelist of connected vifs -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
nameLabel
a human-readable name -
nameDescription
a notes field containing human-readable description -
allowedOperations
list of the operations allowed in this state. This list is advisory only and the server state may have changed by the time this field is read by a client. -
currentOperations
links each of the running tasks using this object (by reference) to a current_operation enum which describes the nature of the task. -
VIFs
list of connected vifs -
PIFs
list of connected pifs -
MTU
MTU in octets First published in XenServer 5.6. -
otherConfig
additional configuration -
bridge
name of the bridge corresponding to this network on the local host -
managed
true if the bridge is managed by xapi First published in XenServer 7.2. -
blobs
Binary blobs associated with this network First published in XenServer 5.0. -
tags
user-specified tags for categorization purposes First published in XenServer 5.0. -
defaultLockingMode
The network will use this value to determine the behaviour of all VIFs where locking_mode = default First published in XenServer 6.1. -
assignedIps
The IP addresses assigned to VIFs on networks that have active xapi-managed DHCP First published in XenServer 6.5. -
purpose
Set of purposes for which the server will use this network First published in XenServer 7.3.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a network.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-