Skip to content

Instantly share code, notes, and snippets.

@hartsock
Last active August 29, 2015 14:04
Show Gist options
  • Save hartsock/8a93179f10c0d4ad708d to your computer and use it in GitHub Desktop.
Save hartsock/8a93179f10c0d4ad708d to your computer and use it in GitHub Desktop.
An example of a Traversal Spec 'language'
FilterSpec {
propSet = [
PropertySpec(type=vim.VirtualMachine, all=False, pathSet=['name' : runtime.powerState]
]
objectSet = [
ObjectSpec {
skip = False
selectSet = [
TraversalSpec(type=ContainerView, path='view', skip=False)
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment