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