| Package | Description |
|---|---|
| com.vmware.vim25 | |
| com.vmware.vim25.mo.util |
| Modifier and Type | Class and Description |
|---|---|
class |
TraversalSpec |
| Modifier and Type | Field and Description |
|---|---|
SelectionSpec[] |
ArrayOfSelectionSpec.SelectionSpec |
SelectionSpec[] |
TraversalSpec.selectSet |
SelectionSpec[] |
ObjectSpec.selectSet |
| Modifier and Type | Method and Description |
|---|---|
SelectionSpec[] |
ArrayOfSelectionSpec.getSelectionSpec() |
SelectionSpec |
ArrayOfSelectionSpec.getSelectionSpec(int i) |
SelectionSpec[] |
TraversalSpec.getSelectSet() |
SelectionSpec[] |
ObjectSpec.getSelectSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayOfSelectionSpec.setSelectionSpec(SelectionSpec[] SelectionSpec) |
void |
TraversalSpec.setSelectSet(SelectionSpec[] selectSet) |
void |
ObjectSpec.setSelectSet(SelectionSpec[] selectSet) |
| Modifier and Type | Method and Description |
|---|---|
static SelectionSpec[] |
PropertyCollectorUtil.buildFullTraversal()
This method creates a SelectionSpec[] to traverses the entire
inventory tree starting at a Folder
NOTE: This full traversal is based on VC2/ESX3 inventory structure.
|
static SelectionSpec[] |
PropertyCollectorUtil.buildFullTraversalV4()
This method creates a SelectionSpec[] to traverses the entire
inventory tree starting at a Folder
|
static SelectionSpec[] |
PropertyCollectorUtil.createSelectionSpec(String[] names) |
| Modifier and Type | Method and Description |
|---|---|
static TraversalSpec |
PropertyCollectorUtil.createTraversalSpec(String name,
String type,
String path,
SelectionSpec[] selectSet) |
static ObjectSpec |
PropertyCollectorUtil.creatObjectSpec(ManagedObjectReference mor,
boolean skip,
SelectionSpec[] selSet) |
Copyright © 2011-2012. All Rights Reserved.