Package com.xensource.xenapi
Class VMSS.Record
java.lang.Object
com.xensource.xenapi.VMSS.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- VMSS
Represents all the fields in a VMSS
-
Field Summary
FieldsModifier and TypeFieldDescriptionenable or disable this snapshot schedulefrequency of taking snapshot from snapshot scheduletime of the last snapshota notes field containing human-readable descriptiona human-readable namemaximum number of snapshots that should be stored at any timeschedule of the snapshot containing 'hour', 'min', 'days'.type of the snapshot scheduleUnique identifier/object referenceall VMs attached to this snapshot schedule -
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 -
enabled
enable or disable this snapshot schedule -
type
type of the snapshot schedule -
retainedSnapshots
maximum number of snapshots that should be stored at any time -
frequency
frequency of taking snapshot from snapshot schedule -
schedule
schedule of the snapshot containing 'hour', 'min', 'days'. Date/time-related information is in Local Timezone -
lastRunTime
time of the last snapshot -
VMs
all VMs attached to this snapshot schedule
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a VMSS.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-