Package com.xensource.xenapi
Class VMGroup.Record
java.lang.Object
com.xensource.xenapi.VMGroup.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- VMGroup
Represents all the fields in a VMGroup
-
Field Summary
FieldsModifier and TypeFieldDescriptiona notes field containing human-readable description First published in XenServer 4.0.a human-readable name First published in XenServer 4.0.The placement policy of the VM group Experimental.Unique identifier/object reference First published in XenServer 4.0.The list of VMs associated with the group Experimental. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference First published in XenServer 4.0. -
nameLabel
a human-readable name First published in XenServer 4.0. -
nameDescription
a notes field containing human-readable description First published in XenServer 4.0. -
placement
The placement policy of the VM group Experimental. First published in 24.19.1. -
VMs
The list of VMs associated with the group Experimental. First published in 24.19.1.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a VMGroup.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-