public class DvsEventArgument extends EntityEventArgument
Java class for DvsEventArgument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsEventArgument">
<complexContent>
<extension base="{urn:vim25}EntityEventArgument">
<sequence>
<element name="dvs" type="{urn:vim25}ManagedObjectReference"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
dvs |
name| Constructor and Description |
|---|
DvsEventArgument() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getDvs()
Gets the value of the dvs property.
|
void |
setDvs(ManagedObjectReference value)
Sets the value of the dvs property.
|
getName, setNameprotected ManagedObjectReference dvs
public ManagedObjectReference getDvs()
ManagedObjectReferencepublic void setDvs(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.