vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Fault - VmWwnConflict(vim.fault.VmWwnConflict)
- Thrown by
 - CreateChildVM_Task, CreateVM_Task, ImportVApp, ReconfigVM_Task
 - Extends
 - InvalidVmConfig
 - See also
 - HostSystem, VirtualMachine
 - Since
 - VI API 2.5
 
Fault Description
Thrown if a user attempts to assign a WWN that is currently being used by other virtual machine or host.Properties
| Name | Type | Description | 
|---|---|---|
| host* | ManagedObjectReference
 to a HostSystem  | 
         The host that is using the same WWN.
       | 
| name* | xsd:string | 
         The name of the virtual machine/host that is using the same WWN.
       | 
| vm* | ManagedObjectReference
 to a VirtualMachine  | 
         The virtual machine that is using the same WWN.
       | 
| wwn* | xsd:long | 
         The WWN that is in conflict.
       | 
| Properties inherited from InvalidVmConfig | ||
| property | ||
| Properties inherited from VmConfigFault | ||
| None | ||
| Properties inherited from VimFault | ||
| None | ||
| Properties inherited from MethodFault | ||
| faultCause, faultMessage | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |