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.currentDomainTypeThe current domain type of the VM (for running,suspended, or paused VMs).VM.Record.domainTypeThe 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.DomainTypeTypes.toDomainType(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Types.DomainTypeReturns 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 TypeMethodDescriptionvoidVM.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.