Package com.xensource.xenapi
Class VTPM.Record
java.lang.Object
com.xensource.xenapi.VTPM.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- VTPM
Represents all the fields in a VTPM
-
Field Summary
FieldsModifier and TypeFieldDescriptionlist of the operations allowed in this state.The domain where the backend is located (unused) First published in XenServer 4.0.links each of the running tasks using this object (by reference) to a current_operation enum which describes the nature of the task.Whether the contents of the VTPM are secured according to the TPM spec Experimental.Whether the contents are never copied, satisfying the TPM spec Experimental.The backend where the vTPM is persisted Experimental.Unique identifier/object reference First published in XenServer 4.0.The virtual machine the TPM is attached to First published in XenServer 4.0. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference First published in XenServer 4.0. -
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. First published in XenServer 4.0. -
currentOperations
links each of the running tasks using this object (by reference) to a current_operation enum which describes the nature of the task. First published in XenServer 4.0. -
VM
The virtual machine the TPM is attached to First published in XenServer 4.0. -
backend
The domain where the backend is located (unused) First published in XenServer 4.0. -
persistenceBackend
The backend where the vTPM is persisted Experimental. First published in 22.26.0. -
isUnique
Whether the contents are never copied, satisfying the TPM spec Experimental. First published in 22.26.0. -
isProtected
Whether the contents of the VTPM are secured according to the TPM spec Experimental. First published in 22.26.0.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a VTPM.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-