public class VmWwnConflict extends InvalidVmConfig
Java class for VmWwnConflict complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmWwnConflict">
<complexContent>
<extension base="{urn:vim25}InvalidVmConfig">
<sequence>
<element name="vm" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="host" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="wwn" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
host |
protected String |
name |
protected ManagedObjectReference |
vm |
protected Long |
wwn |
propertyfaultCause, faultMessage| Constructor and Description |
|---|
VmWwnConflict() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
String |
getName()
Gets the value of the name property.
|
ManagedObjectReference |
getVm()
Gets the value of the vm property.
|
Long |
getWwn()
Gets the value of the wwn property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setVm(ManagedObjectReference value)
Sets the value of the vm property.
|
void |
setWwn(Long value)
Sets the value of the wwn property.
|
getProperty, setPropertygetFaultCause, getFaultMessage, setFaultCauseprotected ManagedObjectReference vm
protected ManagedObjectReference host
protected String name
protected Long wwn
public ManagedObjectReference getVm()
ManagedObjectReferencepublic void setVm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.