public class EventFilterSpecByEntity extends DynamicData
Java class for EventFilterSpecByEntity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EventFilterSpecByEntity">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="entity" type="{urn:vim25}ManagedObjectReference"/>
<element name="recursion" type="{urn:vim25}EventFilterSpecRecursionOption"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
entity |
protected EventFilterSpecRecursionOption |
recursion |
| Constructor and Description |
|---|
EventFilterSpecByEntity() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getEntity()
Gets the value of the entity property.
|
EventFilterSpecRecursionOption |
getRecursion()
Gets the value of the recursion property.
|
void |
setEntity(ManagedObjectReference value)
Sets the value of the entity property.
|
void |
setRecursion(EventFilterSpecRecursionOption value)
Sets the value of the recursion property.
|
protected ManagedObjectReference entity
protected EventFilterSpecRecursionOption recursion
public ManagedObjectReference getEntity()
ManagedObjectReferencepublic void setEntity(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic EventFilterSpecRecursionOption getRecursion()
EventFilterSpecRecursionOptionpublic void setRecursion(EventFilterSpecRecursionOption value)
value - allowed object is
EventFilterSpecRecursionOptionCopyright © 2018. All rights reserved.