Uses of Enum Class
com.xensource.xenapi.Types.DomainType
-
Uses of Types.DomainType in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.DomainTypeModifier and TypeFieldDescriptionVMMetrics.Record.currentDomainType
The current domain type of the VM (for running,suspended, or paused VMs).VM.Record.domainType
The type of domain that will be created when the VM is started First published in XenServer 7.5.Methods in com.xensource.xenapi that return Types.DomainTypeModifier and TypeMethodDescriptionVMMetrics.getCurrentDomainType
(Connection c) Get the current_domain_type field of the given VM_metrics.VM.getDomainType
(Connection c) Get the domain_type field of the given VM.static Types.DomainType
Types.toDomainType
(Object object) static Types.DomainType
Returns the enum constant of this class with the specified name.static Types.DomainType[]
Types.DomainType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xensource.xenapi with parameters of type Types.DomainTypeModifier and TypeMethodDescriptionvoid
VM.setDomainType
(Connection c, Types.DomainType value) Set the VM.domain_type field of the given VM, which will take effect when it is next started Minimum allowed role: vm-admin First published in XenServer 7.5.