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