| Local Properties | Local Methods | |
Managed Object Types | Data Object Types | All Properties | All Methods |
VirtualMachine extends the ManagedEntity type because virtual machines are part of a virtual infrastructure inventory. The parent of a virtual machine must be a folder, and a virtual machine has no children.
Destroying a virtual machine disposes of all associated storage, including the virtual disks. To remove a virtual machine while retaining its virtual disk storage, a client must remove the virtual disks from the virtual machine before destroying it.
Properties
Name | Type | Description |
---|---|---|
capability | VirtualMachineCapability |
Information about the runtime capabilities of this virtual machine.
|
config* | VirtualMachineConfigInfo |
Configuration of this virtual machine, including the name and UUID.
This property is set when a virtual machine is created or when the ReconfigVM_Task method is called.
The virtual machine configuration is not guaranteed to be available.
For example, the configuration information would be unavailable
if the server is unable to access the virtual machine files on disk,
and is often also unavailable during the initial phases of
virtual machine creation.
|
datastore* P | ManagedObjectReference[]
to a Datastore[] |
A collection of references to the subset of datastore objects in the datacenter
that is used by this virtual machine.
|
environmentBrowser | ManagedObjectReference
to a EnvironmentBrowser |
The current virtual machine's environment browser object. This contains
information on all the configurations that can be used on the
virtual machine. This is identical to the environment browser on
the ComputeResource to which this virtual machine belongs.
|
guest* | GuestInfo |
Information about VMware Tools and about the virtual machine
from the perspective of VMware Tools.
Information about the guest operating system is available in VirtualCenter. Guest
operating system information reflects the last known state of the virtual machine.
For powered on machines, this is current information. For powered off machines,
this is the last recorded state before the virtual machine was powered off.
|
guestHeartbeatStatus | ManagedEntityStatus |
The guest heartbeat.
The heartbeat status is classified as:
|
layout* | VirtualMachineFileLayout | Deprecated.
As of vSphere API 4.0, use LayoutEx instead.
In releases after vSphere API 5.0, vSphere Servers might not
generate property collector update notifications for this property.
To obtain the latest value of the property, you can use
PropertyCollector methods RetrievePropertiesEx or WaitForUpdatesEx.
If you use the PropertyCollector.WaitForUpdatesEx method, specify
an empty string for the version parameter. Any other version value will not
produce any property values as no updates are generated.
Detailed information about the files that comprise this virtual machine.
|
layoutEx* | VirtualMachineFileLayoutEx |
Detailed information about the files that comprise this virtual machine.
Can be explicitly refreshed by the RefreshStorageInfo operation. In releases after vSphere API 5.0, vSphere Servers might not generate property collector update notifications for this property. To obtain the latest value of the property, you can use PropertyCollector methods RetrievePropertiesEx or WaitForUpdatesEx. If you use the PropertyCollector.WaitForUpdatesEx method, specify an empty string for the version parameter. Any other version value will not produce any property values as no updates are generated. Since vSphere API 4.0 |
network* P | ManagedObjectReference[]
to a Network[] |
A collection of references to the subset of network objects in the datacenter that
is used by this virtual machine.
|
parentVApp* | ManagedObjectReference
to a ManagedEntity |
Reference to the parent vApp.
Since vSphere API 4.1 |
resourceConfig* | ResourceConfigSpec |
The resource configuration for a virtual machine. The shares
in this specification are evaluated relative to the resource pool
to which it is assigned. This will return null if the product
the virtual machine is registered on does not support resource
configuration.
To retrieve the configuration, you typically use ChildConfiguration.
To change the configuration, use
UpdateChildResourceConfiguration.
|
resourcePool* | ManagedObjectReference
to a ResourcePool |
The current resource pool that specifies resource allocation
for this virtual machine.
This property is set when a virtual machine is created or associated with a different resource pool.
Returns null if the virtual machine is a template or the session has no access
to the resource pool.
|
rootSnapshot* | ManagedObjectReference[]
to a VirtualMachineSnapshot[] |
The roots of all snapshot trees for the virtual machine.
Since vSphere API 4.1 |
runtime | VirtualMachineRuntimeInfo |
Execution state and history for this virtual machine.
The contents of this property change when:
|
snapshot* | VirtualMachineSnapshotInfo |
Current snapshot and tree.
The property is valid if snapshots have been created
for this virtual machine.
The contents of this property change in response to the methods:
|
storage* | VirtualMachineStorageInfo |
Storage space used by the virtual machine, split by datastore.
Can be explicitly refreshed by the RefreshStorageInfo operation.
In releases after vSphere API 5.0, vSphere Servers might not
generate property collector update notifications for this property.
To obtain the latest value of the property, you can use
PropertyCollector methods RetrievePropertiesEx or WaitForUpdatesEx.
If you use the PropertyCollector.WaitForUpdatesEx method, specify
an empty string for the version parameter. Any other version value will not
produce any property values as no updates are generated.
Since vSphere API 4.0 |
summary | VirtualMachineSummary |
Basic information about this virtual machine. This includes:
|
Properties inherited from ManagedEntity | ||
alarmActionsEnabled, configIssue, configStatus, customValue, declaredAlarmState, disabledMethod, effectiveRole, name, overallStatus, parent, permission, recentTask, tag, triggeredAlarmState | ||
Properties inherited from ExtensibleManagedObject | ||
availableField, value |
Methods
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
VirtualMachineMksTicket | A one-time credential used in establishing a remote mouse-keyboard-screen connection. |
Faults
Type | Description |
---|---|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
A client using this ticketing mechanism must have network connectivity to the ESX server where the virtual machine is running, and the ESX server must be reachable to the management client from the address made available to the client via the ticket.
Acquiring a virtual machine ticket requires different privileges depending on the types of ticket:
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
ticketType P | xsd:string |
The type of service to acquire, the set of possible
values is described in VirtualMachineTicketType.
Since vSphere API 4.1 |
Return Value
Type | Description |
---|---|
VirtualMachineTicket | A one-time credential used in establishing a remote connection to this virtual machine. |
Faults
Type | Description |
---|---|
InvalidState | Thrown if the virtual machine is not connected. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
questionId P | xsd:string |
The value from QuestionInfo.id that identifies the question
to answer.
Since 2.0 |
answerChoice P | xsd:string |
The contents of the QuestionInfo.choice.value array element
that identifies the desired answer.
Since 2.0 |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
ConcurrentAccess | Thrown if the question has been or is being answered by another thread or user. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
This operation is only supported if perVmEvcSupported is true.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
mask* P | HostFeatureMask[] |
The feature masks to apply to the virtual machine.
An empty set of masks will clear EVC settings.
Since vSphere API 6.7 |
completeMasks* P | xsd:boolean |
Defaults to true if not set. A true value implies
that any unspecified feature will not be exposed to the guest.
A false value will expose any unspecified feature to the guest
with the value of the host.
Since vSphere API 6.7 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task |
Faults
Type | Description |
---|---|
InvalidPowerState | Thrown if the power state is not poweredOff. |
InvalidState | |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
diskId P | ID |
The ID of the virtual disk to be operated. See
ID
Since vSphere API 6.5 |
datastore P | ManagedObjectReference
to a Datastore |
The datastore where the virtual disk is located.
Since vSphere API 6.5 |
controllerKey* P | xsd:int |
Key of the controller the disk will connect to.
It can be unset if there is only one controller
(SCSI or SATA) with the available slot in the
virtual machine. If there are multiple SCSI or
SATA controllers available, user must specify
the controller; if there is no available
controllers, a MissingController
fault will be thrown.
Since vSphere API 6.5 |
unitNumber* P | xsd:int |
The unit number of the attached disk on its controller.
If unset, the next available slot on the specified
controller or the only available controller will be
assigned to the attached disk.
Since vSphere API 6.5 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task |
Faults
Type | Description |
---|---|
DeviceUnsupportedForVmVersion | Thrown if the virtual machine's version is incompatible for the given device. |
FileFault | Thrown if there is a problem creating or accessing the virtual machine's files for this operation. |
InvalidController | Thrown if the specified controller cannot be found or the specified unitNumber is already taken, or the controller has no free slots. |
InvalidDatastore | Thrown if the datastore cannot be found or inaccessible. |
InvalidState | Thrown if the operation cannot be performed in the current state of the virtual machine. For example, because the virtual machine's configuration is not available. |
MissingController | Thrown if the virtual machine has no or more than one available controllers when controllerKey is unset. |
NotFound | Thrown if the disk object cannot be found. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
VmConfigFault | Thrown if the virtual machine's configuration is invalid. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
spec P | CustomizationSpec |
The customization specification to check.
Since 2.0 |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
CustomizationFault | A subclass of CustomizationFault is thrown. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Any % (percent) character used in this name parameter must be escaped, unless it is used to start an escape sequence. Clients may also escape any other characters in this name parameter.
The privilege required on the source virtual machine depends on the source and destination types:
The Resource.AssignVMToPool privilege is also required for the resource pool specified in the CloneSpec, if the destination is not a template. The Datastore.AllocateSpace privilege is required on all datastores where the clone is created.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
folder P | ManagedObjectReference
to a Folder |
The location of the new virtual machine.
Since 2.0 |
name P | xsd:string |
The name of the new virtual machine.
Since 2.0 |
spec P | VirtualMachineCloneSpec |
Specifies how to clone the virtual machine. The folder
specified in the spec takes precedence over the folder parameter.
Since 2.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. The result property in the Task contains the newly added VirtualMachine upon success. |
Faults
Type | Description |
---|---|
CustomizationFault | Thrown if a customization error happens. Typically, a specific subclass of this exception is thrown. |
FileFault | Thrown if there is an error accessing the virtual machine files. |
InsufficientResourcesFault | Thrown if this operation would violate a resource usage policy. |
InvalidDatastore | Thrown if the operation cannot be performed on the target datastores. |
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state. For example, if the virtual machine configuration information is not available. |
MigrationFault | Thrown if it is not possible to migrate the virtual machine to the destination host. This is typically due to hosts being incompatible, such as mismatch in network polices or access to networks and datastores. Typically, a more specific subclass is thrown. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
VmConfigFault | Thrown if the virtual machine is not compatible with the destination host. Typically, a specific subclass of this exception is thrown, such as IDEDiskNotSupported. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
FileFault | Thrown if if there is a problem creating or accessing the virtual machine's files for this operation. Typically a more specific fault for example NoDiskSpace is thrown. |
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state. For example, if the virtual machine configuration information is not available. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
VmConfigFault | Thrown if a virtual machine configuration issue prevents consolidation. Typically, a more specific fault is thrown such as InvalidDiskFormat if a disk cannot be read, or InvalidSnapshotFormat if the snapshot configuration is invalid. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task |
Faults
Type | Description |
---|---|
FileFault | Thrown if there is a problem with creating or accessing one or more files needed for this operation. |
InvalidPowerState | Thrown if the virtual machine is not powered on. |
InvalidState | Thrown if the virtual machine is not ready to respond to such requests. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
Events
Type | |
---|---|
None |
If a host is specified, the secondary virtual machine will be created on it. Otherwise, a host will be selected by the system.
If the primary virtual machine (i.e., this virtual machine) is powered on when the secondary is created, an attempt will be made to power on the secondary on a system selected host. If the cluster is a DRS cluster, DRS will be invoked to obtain a placement for the new secondary virtual machine. If the DRS recommendation (see ClusterRecommendation) is automatic, it will be automatically executed. Otherwise, the recommendation will be returned to the caller of this method and the secondary will remain powered off until the recommendation is approved using ApplyRecommendation. Failure to power on the secondary virtual machine will not fail the creation of the secondary.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
host* P | ManagedObjectReference
to a HostSystem |
The host where the secondary virtual machine is to be
created and powered on. If no host is specified, a compatible host will be
selected by the system. If a host cannot be found for the secondary or the specified
host is not suitable, the secondary will not be created and a fault will be returned.
Since vSphere API 4.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. The result property in the Task returns an instance of the FaultToleranceSecondaryOpResult data object, which contains a reference to the created VirtualMachine and the status of powering it on, if attempted. |
Faults
Type | Description |
---|---|
FileFault | Thrown if there is a problem accessing the virtual machine on the filesystem. |
InsufficientResourcesFault | Thrown if this operation would violate a resource usage policy. |
InvalidState | Thrown if the virtual machine's configuration information is not available. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
VmConfigFault | Thrown if a configuration issue prevents creating the secondary. Typically, a more specific fault such as VmConfigIncompatibleForFaultTolerance is thrown. |
VmFaultToleranceIssue | Thrown if any error is encountered with the fault tolerance configuration of the virtual machine. Typically, a more specific fault like FaultToleranceNotLicensed is thrown. |
Events
Type | |
---|---|
None |
If a host is specified, the secondary virtual machine will be created on it. Otherwise, a host will be selected by the system.
If a FaultToleranceConfigSpec is specified, the virtual machine's configuration files and disks will be created in the specified datastores.
If the primary virtual machine (i.e., this virtual machine) is powered on when the secondary is created, an attempt will be made to power on the secondary on a system selected host. If the cluster is a DRS cluster, DRS will be invoked to obtain a placement for the new secondary virtual machine. If the DRS recommendation (see ClusterRecommendation) is automatic, it will be automatically executed. Otherwise, the recommendation will be returned to the caller of this method and the secondary will remain powered off until the recommendation is approved using ApplyRecommendation. Failure to power on the secondary virtual machine will not fail the creation of the secondary.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
host* P | ManagedObjectReference
to a HostSystem |
The host where the secondary virtual machine is to be
created and powered on. If no host is specified, a compatible host will be
selected by the system. If a host cannot be found for the secondary or the specified
host is not suitable, the secondary will not be created and a fault will be returned.
Since vSphere API 6.0 |
spec* P | FaultToleranceConfigSpec |
This parameter FaultToleranceVMConfigSpec can
be used to specify the storage location of the fault tolerance
tie-breaker file, secondary configuration file and secondary
disks.
If the virtual machine is on a vSAN datastore, then the Fault Tolerance secondary virtual machine and the tie-breaker file also have to be placed on that same vSAN datastore. Conversely, if a primary VM is not using vSAN datastore, then its Fault Tolerance secondary virtual machine can not be placed on a vSAN datastore. Fault Tolerance is not supported for VMs that are using both vSAN and non-vSAN datastores for its configuration and disks. If the virtual machine is using persistent memory for any of its disks, then its corresponding secondary disk placement entry should not be specified in the FaultToleranceVMConfigSpec. The system will automatically place the corresponding secondary disk on persistent memory. Since vSphere API 6.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. The result property in the Task returns an instance of the FaultToleranceSecondaryOpResult data object, which contains a reference to the created VirtualMachine and the status of powering it on, if attempted. |
Faults
Type | Description |
---|---|
FileFault | Thrown if there is a problem accessing the virtual machine on the filesystem. |
InsufficientResourcesFault | Thrown if this operation would violate a resource usage policy. |
InvalidState | Thrown if the virtual machine's configuration information is not available. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
VmConfigFault | Thrown if a configuration issue prevents creating the secondary. Typically, a more specific fault such as VmConfigIncompatibleForFaultTolerance is thrown. |
VmFaultToleranceIssue | Thrown if any error is encountered with the fault tolerance configuration of the virtual machine. Typically, a more specific fault like FaultToleranceNotLicensed is thrown. |
Events
Type | |
---|---|
None |
Snapshots are not supported for Fault Tolerance primary and secondary virtual machines.
Any % (percent) character used in this name parameter must be escaped, unless it is used to start an escape sequence. Clients may also escape any other characters in this name parameter.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
name P | xsd:string |
The name for this snapshot. The name need not be unique for
this virtual machine.
Since 2.0 |
description* P | xsd:string |
A description for this snapshot. If omitted, a default
description may be provided.
Since 2.0 |
memory P | xsd:boolean |
If TRUE, a dump of the internal state of the virtual machine
(basically a memory dump) is included in the snapshot. Memory snapshots
consume time and resources, and thus take longer to create. When set to FALSE,
the power state of the snapshot is set to powered off.
capabilities indicates whether or not this virtual machine supports this operation. For a virtual machine in suspended state we always include memory unless diskOnlySnapshotOnSuspendedVMSupported is true. Since 2.0 |
quiesce P | xsd:boolean |
If TRUE and the virtual machine is powered on when the
snapshot is taken, VMware Tools is used to quiesce the file
system in the virtual machine. This assures that a disk snapshot
represents a consistent state of the guest file systems. If the virtual machine
is powered off or VMware Tools are not available, the quiesce flag is ignored.
Since 2.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. The result property in the Task contains the newly created VirtualMachineSnapshot upon success. |
Faults
Type | Description |
---|---|
FileFault | Thrown if there is a problem with creating or accessing one or more files needed for this operation. |
InvalidName | Thrown if the specified snapshot name is invalid. |
InvalidPowerState | Thrown if the operation cannot be performed in the current power state of the virtual machine. |
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state. For example, the virtual machine configuration information is not available. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
SnapshotFault | Thrown if an error occurs during the snapshot operation. Typically a more specific fault like MultipleSnapshotsNotSupported is thrown. |
TaskInProgress | Thrown if the virtual machine is busy. |
VmConfigFault | Thrown if the virtual machine's configuration is invalid. Typically, a more specific fault like InvalidSnapshotState is thrown. |
Events
Type | |
---|---|
None |
Snapshots are not supported for Fault Tolerance primary and secondary virtual machines.
Any % (percent) character used in this name parameter must be escaped, unless it is used to start an escape sequence. Clients may also escape any other characters in this name parameter.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
name P | xsd:string |
The name for this snapshot. The name need not be unique for
this virtual machine.
Since vSphere API 6.5 |
description* P | xsd:string |
A description for this snapshot. If omitted, a default
description may be provided.
Since vSphere API 6.5 |
memory P | xsd:boolean |
If TRUE, a dump of the internal state of the virtual machine
(basically a memory dump) is included in the snapshot. Memory snapshots
consume time and resources, and thus take longer to create.
When set to FALSE, the power state of the snapshot is set to powered off.
capabilities indicates whether or not this virtual machine supports this operation. For a virtual machine in suspended state we always include memory unless diskOnlySnapshotOnSuspendedVMSupported is true. Since vSphere API 6.5 |
quiesceSpec* P | VirtualMachineGuestQuiesceSpec |
Spec for granular control over quiesce details.
If quiesceSpec is set and the virtual machine is powered on when the
snapshot is taken, VMware Tools is used to quiesce the file
system in the virtual machine. This assures that a disk snapshot
represents a consistent state of the guest file systems. If the virtual
machine is powered off or VMware Tools are not available, the quiesce
spec is ignored. If the spec type is VirtualMachineGuestQuiesceSpec, the
default quiescing process will be applied. If the spec type is
VirtualMachineWindowsQuiesceSpec and Guest OS is Windows, the parameters
will control the VSS process.
Since vSphere API 6.5 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. The result property in the Task contains the newly created VirtualMachineSnapshot upon success. |
Faults
Type | Description |
---|---|
FileFault | Thrown if there is a problem with creating or accessing one or more files needed for this operation. |
InvalidName | Thrown if the specified snapshot name is invalid. |
InvalidPowerState | Thrown if the operation cannot be performed in the current power state of the virtual machine. |
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state. For example, the virtual machine configuration information is not available. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
SnapshotFault | Thrown if an error occurs during the snapshot operation. Typically a more specific fault like MultipleSnapshotsNotSupported is thrown. |
TaskInProgress | Thrown if the virtual machine is busy. |
VmConfigFault | Thrown if the virtual machine's configuration is invalid. Typically, a more specific fault like InvalidSnapshotState is thrown. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task |
Faults
Type | Description |
---|---|
InvalidState | when the required Key Management Server is not configured. |
InvalidVmState | when the virtual machine failed to unlock. |
NotSupported | Thrown if the ESX server doesn't support encryption. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
spec P | CustomizationSpec |
The customization specification object.
Since 2.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
CustomizationFault | A subclass of CustomizationFault is thrown. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
FileFault | Thrown if there is an error accessing the disk files. |
InvalidPowerState | Thrown if the virtual machine is poweredOn. |
InvalidState | Thrown if the virtual machine is not connected. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
diskId P | ID |
The ID of the virtual disk to be operated. See
ID
Since vSphere API 6.5 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task |
Faults
Type | Description |
---|---|
FileFault | Thrown if there is a problem creating or accessing the virtual machine's files for this operation. |
InvalidState | Thrown if the operation cannot be performed in the current state of the virtual machine. For example, because the virtual machine's configuration is not available. |
NotFound | Thrown if the disk object cannot be found. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
VmConfigFault | Thrown if the virtual machine's configuration is invalid. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
vm P | ManagedObjectReference
to a VirtualMachine |
The secondary virtual machine specified will be disabed.
This field must specify a secondary virtual machine that is part of the fault
tolerant group that this virtual machine is currently associated with. It can
only be invoked from the primary virtual machine in the group.
Since vSphere API 4.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
InvalidState | Thrown if the host is in maintenance mode or if the virtual machine's configuration information is not available. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
VmFaultToleranceIssue | Thrown if any error is encountered with the fault tolerance configuration of the virtual machine. Typically, a more specific fault like InvalidOperationOnSecondaryVm is thrown. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
listOfConnections* P | VirtualMachineConnection[] |
Since vSphere API 7.0.1.0 |
Return Value
Type | Description |
---|---|
xsd:boolean | true All of the specified connections have been dropped. |
Faults
Type | Description |
---|---|
InvalidPowerState | Thrown if the virtual machine is not powered on. No connection drop actions will have been attempted if this is thrown. |
InvalidState | |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
This operation is used to enable a secondary virtual machine that was previously disabled by the DisableSecondaryVM_Task call. The specified secondary will be automatically started whenever the primary is powered on.
If the primary virtual machine (i.e., this virtual machine) is powered on when the secondary is enabled, an attempt will be made to power on the secondary. If a host was specified in the method call, this host will be used. If a host is not specified, one will be selected by the system. In the latter case, if the cluster is a DRS cluster, DRS will be invoked to obtain a placement for the new secondary virtual machine. If the DRS recommendation (see ClusterRecommendation) is automatic, it will be executed. Otherwise, the recommendation will be returned to the caller of this method and the secondary will remain powered off until the recommendation is approved using ApplyRecommendation.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
vm P | ManagedObjectReference
to a VirtualMachine |
The secondary virtual machine specified will be enabled.
This field must specify a secondary virtual machine that is part of the fault
tolerant group that this virtual machine is currently associated with. It can
only be invoked from the primary virtual machine in the group.
Since vSphere API 4.0 |
host* P | ManagedObjectReference
to a HostSystem |
The host on which the secondary virtual machine is to be
enabled and possibly powered on. If no host is specified, a compatible host
will be selected by the system. If the secondary virtual machine is not
compatible with the specified host, the secondary will not be re-enabled
and a fault will be returned.
Since vSphere API 4.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. The result property in the Task returns an instance of the FaultToleranceSecondaryOpResult data object, which contains a reference to the VirtualMachine and the status of powering it on, if attempted. |
Faults
Type | Description |
---|---|
InvalidState | Thrown if the virtual machine's configuration information is not available, if the secondary virtual machine is not disabled, or if a power-on is attempted and one is already in progress. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
VmConfigFault | Thrown if a configuration issue prevents enabling the secondary. Typically, a more specific fault such as VmConfigIncompatibleForFaultTolerance is thrown. |
VmFaultToleranceIssue | Thrown if any error is encountered with the fault tolerance configuration of the virtual machine. Typically, a more specific fault like InvalidOperationOnSecondaryVm is thrown. |
Events
Type | |
---|---|
None |
This method can be used prior to invoke consolidation via ConsolidateVMDisks_Task.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
FileFault | Thrown if if there is a problem accessing the virtual machine's files for this operation. Typically a more specific fault FileLocked is thrown. |
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state. For example, if the virtual machine configuration information is not available. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
VmConfigFault | Thrown if a virtual machine configuration issue prevents the estimation. Typically, a more specific fault is thrown. |
Events
Type | |
---|---|
None |
See HttpNfcLease for information on how to use the lease.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a HttpNfcLease | The export lease on this VirtualMachine. The export task continues running until the lease is completed by the caller. |
Faults
Type | Description |
---|---|
FileFault | Thrown if there is an error accessing the virtual machine files. |
InvalidPowerState | Thrown if the virtual machine is powered on. |
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state. For example, if the virtual machine configuration information is not available. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
xsd:string |
Faults
Type | Description |
---|---|
InvalidState | Thrown if the virtual machine is not running |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
spec P | VirtualMachineInstantCloneSpec |
Is a VirtualMachineInstantCloneSpec. It specifies the
cloned virtual machine's configuration.
Since vSphere API 6.7 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
DisallowedMigrationDeviceAttached | Thrown if any of the devices attached to the source virtual machine are not supported for the Instant Clone operation or if device change specification contains changes that are not supported. |
FileFault | Thrown if there is an error accessing the virtual machine files. |
InsufficientResourcesFault | Thrown if this operation would violate a resource usage policy. |
InvalidDatastore | Thrown if the operation cannot be performed on the target datastores. |
InvalidState | Thrown if the operation cannot be performed because of the host or virtual machine's current state. For example, if the host is in maintenance mode or if the source virtual machine is not powered on. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
vm P | ManagedObjectReference
to a VirtualMachine |
The secondary virtual machine specified will be made the primary
virtual machine.
This field must specify a secondary virtual machine that is part of the fault
tolerant group that this virtual machine is currently associated with. It can
only be invoked from the primary virtual machine in the group.
Since vSphere API 4.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
InvalidState | Thrown if the host is in maintenance mode or if the virtual machine's configuration information is not available. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
VmFaultToleranceIssue | Thrown if any error is encountered with the fault tolerance configuration of the virtual machine. Typically, a more specific fault like InvalidOperationOnSecondaryVm is thrown. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
FileFault | Thrown if there is an error accessing the virtual machine files. |
InvalidPowerState | Thrown if the virtual machine is not powered off. |
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state. For example, if the virtual machine configuration information is not available. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
VmConfigFault | Thrown if the template is incompatible with the host, such as the files are not accessible. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
pool P | ManagedObjectReference
to a ResourcePool |
Resource pool to associate with the virtual machine.
Since 2.0 |
host* P | ManagedObjectReference
to a HostSystem |
The target host on which the virtual machine is intended to run. The
host
parameter must specify a host that is a member of the ComputeResource
indirectly specified by the pool. For a stand-alone host or a cluster with
DRS, it can be omitted and the system selects a default.
Since 2.0 |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
FileFault | Thrown if there is an error accessing the virtual machine files. |
InvalidDatastore | Thrown if the operation cannot be performed on the target datastores. |
InvalidState | Thrown if the virtual machine is not marked as a template. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
VmConfigFault | Thrown if the virtual machine is not compatible with the host. For example, a DisksNotSupported fault if the destination host does not support the disk backings of the template. |
Events
Type | |
---|---|
None |
Requires Resource.HotMigrate privilege if the virtual machine is powered on or Resource.ColdMigrate privilege if the virtual machine is powered off or suspended.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
pool* P | ManagedObjectReference
to a ResourcePool |
The target resource pool for the virtual machine. If the pool
parameter is left unset, the virtual machine's current pool is used
as the target pool.
Since 2.0 |
host* P | ManagedObjectReference
to a HostSystem |
The target host to which the virtual machine is intended to migrate.
The host parameter
may be left unset if the compute resource associated with the
target pool represents a stand-alone host or a DRS-enabled cluster.
In the former case the stand-alone host is used as the target host.
In the latter case, the DRS system selects an appropriate
target host from the cluster.
Since 2.0 |
priority P | VirtualMachineMovePriority |
The task priority (@see vim.VirtualMachine.MovePriority).
Since 2.0 |
state* P | VirtualMachinePowerState |
If specified, the virtual machine migrates only if
its state matches the specified state.
Since 2.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
FileFault | Thrown if, in a case where the virtual machine configuration file must be copied, the destination location for that file does not have the necessary file access permissions. |
InsufficientResourcesFault | Thrown if this operation would violate a resource usage policy. |
InvalidPowerState | Thrown if the state argument is set and the virtual machine does not have that power state. |
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state or the target host's current state. For example, if the virtual machine configuration information is not available or if the target host is disconnected or in maintenance mode. |
MigrationFault | Thrown if it is not possible to migrate the virtual machine to the destination host. This is typically due to hosts being incompatible, such as mismatch in network polices or access to networks and datastores. Typically, a more specific subclass is thrown. |
NoActiveHostInCluster | Thrown if a target host is not specified and the cluster associated with the target pool does not contain at least one potential target host. A host must be connected and not in maintenance mode in order to be considered as a potential target host. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Timedout | Thrown if one of the phases of the migration process times out. |
VmConfigFault | Thrown if the virtual machine is not compatible with the destination host. Typically, a specific subclass of this exception is thrown, such as IDEDiskNotSupported. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
InvalidState | Thrown if the virtual machine is not running, or the VMware Tools CD is already mounted. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
VmConfigFault | |
VmToolsUpgradeFault | Thrown if the VMware Tools CD failed to mount. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
InvalidPowerState | Thrown if the power state is not poweredOn. |
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state. For example, if the virtual machine configuration information is not available. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
Events
Type | |
---|---|
None |
When powering on a virtual machine in a cluster, the system might implicitly or due to the host argument, do an implicit relocation of the virtual machine to another host. Hence, errors related to this relocation can be thrown. If the cluster is a DRS cluster, DRS will be invoked if the virtual machine can be automatically placed by DRS (see DrsBehavior). Because this method does not return a DRS ClusterRecommendation, no vmotion nor host power operations will be done as part of a DRS-facilitated power on. To have DRS consider such operations use PowerOnMultiVM_Task. As of vSphere API 5.1, use of this method with vCenter Server is deprecated; use PowerOnMultiVM_Task instead.
If this virtual machine is a fault tolerant primary virtual machine, its secondary virtual machines will be started on system-selected hosts. If the virtual machines are in a VMware DRS enabled cluster, then DRS will be invoked to obtain placements for the secondaries but no vmotion nor host power operations will be considered for these power ons.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
host* P | ManagedObjectReference
to a HostSystem |
(optional) The host where the virtual machine is to be powered on.
If no host is specified, the current associated host is used. This field must
specify a host that is part of the same compute resource that the virtual machine
is currently associated with. If this host is not compatible, the current host
association is used.
Since 2.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
FileFault | Thrown if there is a problem accessing the virtual machine on the filesystem. |
InsufficientResourcesFault | Thrown if this operation would violate a resource usage policy. |
InvalidPowerState | Thrown if the power state is poweredOn. |
InvalidState | Thrown if the host is in maintenance mode or if the virtual machine's configuration information is not available or if the virtual machine is already powering on |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
VmConfigFault | Thrown if a configuration issue prevents the power-on. Typically, a more specific fault, such as UnsupportedVmxLocation, is thrown. |
Events
Type | |
---|---|
None |
A delta disk backing is a way to preserve a virtual disk backing at some point in time. A delta disk backing is a file backing which in turn points to the original virtual disk backing (the parent). After a delta disk backing is added, all writes go to the delta disk backing. All reads first try the delta disk backing and then try the parent backing if needed.
Promoting does two things
If the unlink parameter is true, the net effect of this operation is improved read performance, at the cost of disk space. If the unlink parameter is false the net effect is improved read performance at the cost of inhibiting future sharing.
This operation is only supported if deltaDiskBackingsSupported is true.
This operation is only supported on VirtualCenter. If no work is required, an invocation completes successfully.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
unlink P | xsd:boolean |
If true, then these disks will be unlinked before consolidation.
Since vSphere API 4.0 |
disks* P | VirtualDisk[] |
The set of disks that are to be promoted.
If this value is unset or the array is empty,
all disks which have delta disk backings are promoted.
Since vSphere API 4.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task |
Faults
Type | Description |
---|---|
InvalidPowerState | |
InvalidState | Thrown if the virtual machine's power state changes during the execution of this method. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
spec P | UsbScanCodeSpec |
Since vSphere API 6.5 |
Return Value
Type | Description |
---|---|
xsd:int | Number of keys injected. |
Faults
Type | Description |
---|---|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Note that the result of this function may contain "false positives" (i.e: flag areas of the disk as modified that are not). However, it is guaranteed that no changes will be missed.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
snapshot* P | ManagedObjectReference
to a VirtualMachineSnapshot |
Snapshot for which changes that have been made sine
"changeId" should be computed. If not set, changes are computed
against the "current" snapshot of the virtual machine. However,
using the "current" snapshot will only work for virtual machines
that are powered off.
Since vSphere API 4.0 |
deviceKey P | xsd:int |
Identifies the virtual disk for which to compute changes.
Since vSphere API 4.0 |
startOffset P | xsd:long |
Start Offset in bytes at which to start computing changes.
Typically, callers will make multiple calls to this function, starting
with startOffset 0 and then examine the "length" property in the
returned DiskChangeInfo structure, repeatedly calling queryChangedDiskAreas
until a map forthe entire virtual disk has been obtained.
Since vSphere API 4.0 |
changeId P | xsd:string |
Identifyer referring to a point in the past that should be used
as the point in time at which to begin including changes to the disk in
the result. A typical use case would be a backup application obtaining a
changeId from a virtual disk's backing info when performing a
backup. When a subsequent incremental backup is to be performed, this
change Id can be used to obtain a list of changed areas on disk.
Since vSphere API 4.0 |
Return Value
Type | Description |
---|---|
DiskChangeInfo | Returns a data structure specifying extents of the virtual disk that have changed since the thime the changeId string was obtained. |
Faults
Type | Description |
---|---|
FileFault | Thrown if the virtual disk files cannot be accessed/queried. |
NotFound | Thrown if the snapshot specified does not exist. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
VirtualMachineConnection[] |
Faults
Type | Description |
---|---|
InvalidPowerState | Thrown if the virtual machine is not powered on. |
InvalidState | |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Timedout | Thrown if the the virtual machine did not respond to the request in a timely manner. |
VmConfigFault | Thrown if an error occurred. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
MethodFault[] |
Faults
Type | Description |
---|---|
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
VmConfigFault | Thrown if the virtual machine's configuration is invalid. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
forLegacyFt* P | xsd:boolean |
checks for legacy record-replay FT compatibility only
if this is set to true.
Since vSphere API 6.0 |
Return Value
Type | Description |
---|---|
MethodFault[] |
Faults
Type | Description |
---|---|
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
VmConfigFault | Thrown if the virtual machine's configuration is invalid. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
xsd:string[] | The list of file paths for vm files whose ownership is not correct. Use ChangeOwner to set the file ownership. |
Faults
Type | Description |
---|---|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
InvalidPowerState | Thrown if the power state is not powered on. |
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state. For example, if the virtual machine configuration information is not available. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
ToolsUnavailable | Thrown if VMware Tools is not running. |
Events
Type | |
---|---|
None |
Reconfiguring the virtual machine may require any of the following privileges depending on what is being changed:
To create a VirtualNVDIMM device, the storage profile must be set to the default persistent memory storage profile while the datastore property of the device backing must be unset.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
spec P | VirtualMachineConfigSpec |
The new configuration values.
Since 2.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
ConcurrentAccess | Thrown if the changeVersion does not match the server's changeVersion for the configuration. |
CpuHotPlugNotSupported | Thrown if the current configuration of the VM does not support hot-plugging of CPUs. |
DuplicateName | Thrown if the specified name already exists in the parent folder. |
FileFault | Thrown if there is a problem creating or accessing the virtual machine's files for this operation. Typically a more specific fault like NoDiskSpace or FileAlreadyExists is thrown. |
InsufficientResourcesFault | Thrown if this operation would violate a resource usage policy. |
InvalidDatastore | |
InvalidName | Thrown if the specified name is invalid. |
InvalidPowerState | Thrown if the power state is poweredOn and the virtual hardware cannot support the configuration changes. |
InvalidState | Thrown if the operation cannot be performed in the current state of the virtual machine. For example, because the virtual machine's configuration is not available. |
MemoryHotPlugNotSupported | Thrown if the current configuration of the VM does not support hot-plugging of memory. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
TooManyDevices | Thrown if the device specifications exceed the allowed limits. |
VmConfigFault | Thrown if the spec is invalid. Typically, a more specific subclass is thrown. |
VmWwnConflict | Thrown if the WWN of the virtual machine has been used by other virtual machines. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
This method is only supported on vCenter Server. It can be invoked on inaccessible or orphaned virtual machines, but it cannot be invoked on powered on, connected virtual machines. Both the source virtual machine object and the destination path should be of the same type i.e. virtual machine or template. Reloading a virtual machine with a template or vice-versa is not supported.
Note: Since the API replaces the source configuration with that of the destination, if the destination configuration does not refer to a valid virtual machine, it will create an invalid virtual machine object. This API should not be invoked on fault tolerant virtual machines since doing so will leave the original virtual machine's configuration in an invalid state. It is recommended that you turn off fault tolerance before invoking this API.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
configurationPath P | xsd:string |
Since vSphere API 4.1 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task |
Faults
Type | Description |
---|---|
AlreadyExists | Thrown if the virtual machine is already registered. |
FileFault | Thrown if there is a problem creating or accessing the files needed for this operation. |
InvalidPowerState | Thrown if the virtual machine is powered on. |
InvalidState | Thrown if the virtual machine is busy or not ready to respond to such requests. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
VmConfigFault | Thrown if the format / configuration of the virtual machine is invalid. Typically, a more specific fault is thrown such as InvalidFormat if the configuration file cannot be read, or InvalidDiskFormat if the disks cannot be read. |
Events
Type | |
---|---|
None |
Requires the following additional permissions:
If this virtual machine is configured with a VirtualNVDIMM device, and if the virtual machine will be moved to a different host, the VirtualNVDIMM will be automatically relocated to the destination host's Non-Volatile Memory storage. If this Virtual machine is configured with virtual disks via persistent memory storage profile:
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
spec P | VirtualMachineRelocateSpec |
The specification of where to relocate the virtual machine
(see VirtualMachineRelocateSpec).
Since 2.0 |
priority* P | VirtualMachineMovePriority |
The task priority
(see VirtualMachineMovePriority).
Since 2.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
FileFault | Thrown if there is an error accessing the virtual machine files. |
InsufficientResourcesFault | Thrown if this operation would violate a resource usage policy. |
InvalidDatastore | Thrown if the operation cannot be performed on the target datastores. |
InvalidState | Thrown if the operation cannot be performed because of the host or virtual machine's current state. For example, if the host is in maintenance mode, or if the virtual machine's configuration information is not available. |
MigrationFault | Thrown if it is not possible to migrate the virtual machine to the destination host. This is typically due to hosts being incompatible, such as mismatch in network polices or access to networks and datastores. Typically, a more specific subclass is thrown. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Timedout | Thrown if one of the phases of the relocate process times out. |
VmConfigFault | Thrown if the virtual machine is not compatible with the destination host. Typically, a specific subclass of this exception is thrown, such as IDEDiskNotSupported. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
consolidate* P | xsd:boolean |
(optional) If set to true, the virtual disks of the deleted
snapshot will be merged with other disk if possible. Default to true.
Since 2.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
InvalidPowerState | Thrown if the operation cannot be performed in the current power state of the virtual machine. |
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state. For example, if the virtual machine configuration information is not available. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
SnapshotFault | Thrown if an error occurs during the snapshot operation. Typically, a more specific fault like InvalidSnapshotFormat is thrown. |
TaskInProgress | Thrown if the virtual machine is busy. |
Events
Type | |
---|---|
None |
This method can be useful if stale information is cached, preventing an IP address or MAC address from being reused.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
InvalidState | Thrown if the virtual machine is not powered off. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Although this method functions as a powerOff followed by a powerOn, the two operations are atomic with respect to other clients, meaning that other power operations cannot be performed until the reset method completes.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
InvalidPowerState | Thrown if the power state is suspended or poweredOff. |
InvalidState | Thrown if the host is in maintenance mode. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
Events
Type | |
---|---|
None |
If no snapshot exists, then the operation does nothing, and the virtual machine state remains unchanged.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
host* P | ManagedObjectReference
to a HostSystem |
(optional) Choice of host for the virtual machine,
in case this operation causes the virtual machine to power on.
If a snapshot was taken while a virtual machine was powered on, and this operation is invoked after the virtual machine was powered off, the operation causes the virtual machine to power on to reach the snapshot state. This parameter can be used to specify a choice of host where the virtual machine should power on. If this parameter is not set, and the vBalance feature is configured for automatic load balancing, a host is automatically selected. Otherwise, the virtual machine keeps its existing host affiliation. This is not supported for virtual machines associated with hosts on ESX 2.x servers. Since 2.0 |
suppressPowerOn* P | xsd:boolean |
(optional) If set to true, the virtual
machine will not be powered on regardless of the power state when
the current snapshot was created. Default to false.
Since 2.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
InsufficientResourcesFault | Thrown if this operation would violate a resource usage policy. |
InvalidPowerState | Thrown if the operation cannot be performed in the current power state of the virtual machine. |
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state. For example, if the virtual machine configuration information is not available or if an OVF consumer is blocking the operation. |
NotFound | Thrown if the virtual machine does not have a current snapshot. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
SnapshotFault | Thrown if an error occurs during the snapshot operation. Typically, a more specific fault like InvalidSnapshotFormat is thrown. |
TaskInProgress | Thrown if the virtual machine is busy. |
VmConfigFault | Thrown if a configuration issue prevents the power-on. Typically, a more specific fault, such as UnsupportedVmxLocation, is thrown. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
InvalidState | Thrown if the virtual machine is not powered on. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
displays P | VirtualMachineDisplayTopology[] |
The topology for each monitor that the
virtual machine's display must span.
Since vSphere API 4.0 |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
InvalidPowerState | Thrown if the power state is not poweredOn. |
InvalidState | Thrown if the virtual machine is not connected. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
ToolsUnavailable | Thrown if VMware Tools is not running. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
width P | xsd:int |
The screen width that should be set.
Since 2.0 |
height P | xsd:int |
The screen height that should be set.
Since 2.0 |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
InvalidPowerState | Thrown if the power state is not poweredOn. |
InvalidState | Thrown if the virtual machine is not connected. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
ToolsUnavailable | Thrown if VMware Tools is not running. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
InvalidPowerState | Thrown if the power state is not powered on. |
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state. For example, if the virtual machine configuration information is not available. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
ToolsUnavailable | Thrown if VMware Tools is not running. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
InvalidPowerState | Thrown if the power state is not powered on. |
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state. For example, if the virtual machine configuration information is not available. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
ToolsUnavailable | Thrown if VMware Tools is not running. |
Events
Type | |
---|---|
None |
This is an experimental interface that is not intended for use in production code.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
name P | xsd:string |
The name for the snapshot associated with this recording.
The name need not be unique for this virtual machine.
Since vSphere API 4.0 |
description* P | xsd:string |
A description for the snapshot associated with this
recording. If omitted, a default description may be provided.
Since vSphere API 4.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. The result property in the Task contains the newly created VirtualMachineSnapshot associated with the recording on success. |
Faults
Type | Description |
---|---|
FileFault | Thrown if there is a problem with creating or accessing one or more files needed for this operation. |
HostIncompatibleForRecordReplay | Thrown if the virtual machine is located on a host that does not support record/replay. |
InvalidName | Thrown if the specified snapshot name is invalid. |
InvalidPowerState | Thrown if the operation cannot be performed in the current power state of the virtual machine. |
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state. For example, the virtual machine configuration information is not available. |
RecordReplayDisabled | Thrown if the record/replay config flag has not been enabled for this virtual machine. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
SnapshotFault | Thrown if an error occurs during the snapshot operation. Typically, a more specific fault like MultipleSnapshotsNotSupported is thrown. |
TaskInProgress | Thrown if the virtual machine is busy. |
VmConfigFault | |
VmConfigIncompatibleForRecordReplay | Thrown if the virtual machine configuration is incompatible for recording. |
Events
Type | |
---|---|
None |
This is an experimental interface that is not intended for use in production code.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
replaySnapshot P | ManagedObjectReference
to a VirtualMachineSnapshot |
The snapshot from which to start the replay. This
snapshot must have been created by a record operation on the
virtual machine.
Since vSphere API 4.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
FileFault | Thrown if there is a problem with creating or accessing one or more files needed for this operation. |
HostIncompatibleForRecordReplay | Thrown if the virtual machine is located on a host that does not support record/replay. |
InvalidPowerState | Thrown if the operation cannot be performed in the current power state of the virtual machine. |
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state. For example, the virtual machine configuration information is not available. |
NotFound | Thrown if replaySnapshot is no longer present. |
RecordReplayDisabled | Thrown if the record/replay config flag has not been enabled for this virtual machine. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
SnapshotFault | Thrown if an error occurs during the snapshot operation. Typically, a more specific fault like InvalidSnapshotFormat is thrown. |
TaskInProgress | Thrown if the virtual machine is busy. |
VmConfigFault | |
VmConfigIncompatibleForRecordReplay | Thrown if the virtual machine configuration is incompatible for replaying. |
Events
Type | |
---|---|
None |
This is an experimental interface that is not intended for use in production code.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
FileFault | Thrown if there is a problem with creating or accessing one or more files needed for this operation. |
InvalidPowerState | Thrown if the operation cannot be performed in the current power state of the virtual machine. |
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state. For example, the virtual machine does not have an active recording session. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
SnapshotFault | Thrown if an error occurs during the snapshot operation. Typically, a more specific fault like InvalidSnapshotFormat is thrown. |
TaskInProgress | Thrown if the virtual machine is busy. |
Events
Type | |
---|---|
None |
This is an experimental interface that is not intended for use in production code.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
FileFault | Thrown if there is a problem with creating or accessing one or more files needed for this operation. |
InvalidPowerState | Thrown if the operation cannot be performed in the current power state of the virtual machine. |
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state. For example, the virtual machine does not have an active recording session. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
SnapshotFault | Thrown if an error occurs during the snapshot operation. Typically, a more specific fault like InvalidSnapshotFormat is thrown. |
TaskInProgress | Thrown if the virtual machine is busy. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
InvalidPowerState | Thrown if the power state is not poweredOn. |
InvalidState | Thrown if the operation cannot be performed because of the virtual machine's current state. For example, if the virtual machine configuration information is not available. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
vm* P | ManagedObjectReference
to a VirtualMachine |
The secondary virtual machine specified will be terminated, allowing
fault tolerance to activate. If no virtual machine is specified,
all secondary virtual machines will be terminated. If vm is a
primary, InvalidArgument exception is thrown.
This field must specify a virtual machine that is part of the fault
tolerant group that this virtual machine is currently associated with. It can
only be invoked from the primary virtual machine in the group. If the primary
virtual machine is terminated, an available secondary virtual machine will be
promoted to primary. If no secondary exists, an exception will be thrown and
the primary virtual machine will not be terminated. If a secondary virtual
machine is terminated, it may be respawned on a potentially different host.
Since vSphere API 4.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
InvalidState | Thrown if the host is in maintenance mode or if the virtual machine's configuration information is not available. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
VmFaultToleranceIssue | Thrown if any error is encountered with the fault tolerance configuration of the virtual machine. Typically, a more specific fault like InvalidOperationOnSecondaryVm is thrown. |
Events
Type | |
---|---|
None |
This API issues a SIGKILL to the vmx process of the VM. Pending synchronous I/Os may not be written out before the vmx process dies depending on accessibility of the datastore.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
InvalidState | Thrown if the VM is not powered on or another issue prevents the operation from being performed. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
InvalidState | Thrown if the host is in maintenance mode or if the virtual machine's configuration information is not available. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
VmFaultToleranceIssue | Thrown if any error is encountered with the fault tolerance configuration of the virtual machine. Typically, a more specific fault like InvalidOperationOnSecondaryVm is thrown. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
InvalidState | Thrown if the virtual machine is not running, VMware Tools is not running or the VMware Tools CD is already mounted. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
VmConfigFault |
Events
Type | |
---|---|
None |
Use the Folder.RegisterVM method to recreate a VirtualMachine object from the set of virtual machine files by passing in the path to the configuration file. However, the VirtualMachine managed object that results typically has different objects ID and may inherit a different set of permissions.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
InvalidPowerState | Thrown if the virtual machine is powered on. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
installerOptions* P | xsd:string |
Command line options passed to the installer to modify
the installation procedure for tools.
Since 2.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
InvalidState | Thrown if the virtual machine is not running or is suspended. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if an upgrade is already taking place. |
ToolsUnavailable | Thrown if VMware Tools is not running. |
VmConfigFault | |
VmToolsUpgradeFault | Thrown if the upgrade failed. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualMachine used to make the method call. |
version* P | xsd:string |
If specified, upgrade to that specified version. If not specified,
upgrade to the most current virtual hardware supported on the host.
Since 2.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
Type | Description |
---|---|
AlreadyUpgraded | Thrown if the virtual machine's hardware is already up-to-date. |
InvalidPowerState | Thrown if the power state is not poweredOff. |
InvalidState | Thrown if the host is in maintenance mode, if an invalid version string is specified, or if the virtual machine is in a state in which the operation cannot be performed. For example, if the configuration information is not available. |
NoDiskFound | Thrown if no virtual disks are attached to this virtual machine. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
TaskInProgress | Thrown if the virtual machine is busy. |
Events
Type | |
---|---|
None |
Top of page | Local Properties | Local Methods | |
Managed Object Types | Data Object Types | All Properties | All Methods |