| Attributes | Methods | ||||
Scripting-Object Types | Finder Types | All Scripting-Object Attributes | All Scripting-Object Methods | All Finder Relations | All Finder Policies | All Finder Properties |
Attributes
Name | Type | Description |
---|---|---|
id | string | returns the id of this ManagedObject |
partialUpdates | boolean | Flag to indicate if a change to a nested property reports only the nested change or the entire specified property value. If the value is true, a change reports only the nested property. If the value is false, a change reports the enclosing property named in the filter. |
reference | VcManagedObjectReference | returns the ManagedObjectReference of this ManagedObject |
sdkConnection | VcSdkConnection | returns the parent SdkConnection |
spec | VcPropertyFilterSpec | Specifications for this filter. |
vimHost | VcSdkConnection | returns the parent SdkConnection (deprecated) |
vimType | string | returns the type of this ManagedObject |
Methods
Methods defined in this Scripting Object |
---|
createTrigger, destroyPropertyFilter |
This operation can be called explicitly, or it can take place implicitly when the session that created the filter is closed.
Parameters
Name | Type | Description |
---|---|---|
None |
Return Value
Type | Description |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
timeout | number | Waiting timout in seconds |
filter | string | The monitored vCenter API filter |
condition | string | The condition in OGNL language |
filterToSync* | string | The vCenter API filter used to synchronize the content of the session |
Return Value
Type | Description |
---|---|
Trigger |
Top of page | Attributes | Methods | ||||
Scripting-Object Types | Finder Types | All Scripting-Object Attributes | All Scripting-Object Methods | All Finder Relations | All Finder Policies | All Finder Properties |