Data feed configuration for the VMware collector.
Class
<bean class=”com.cloudcruiser.batch.collect.vcenter.VCenterFeedConfig”>
Properties
<property name="maxObjectsPerFetch" value="maxObjectCount
" />
|
|
Configures the maximum number of inventory objects to retrieve per fetch. The default is 500 objects.
|
<property name="createHistoricalSnapshotData" value="false" />
|
|
Configures the desired output behavior of snapshot resources. If
true
, the current value of snapshot resources will be copied to each hourly record containing historical resources. If
false (the default), a separate record is created only for the snapshot resources and the date/time accurately reflects the value when the collection occurred.
|
<property name="identifers">
|
|
Defines a list of value tags, with each value tag indicating an identifier to include in the collection output records. A single entry of an asterisk (
*
) indicates that all identifiers are to be retrieved. Valid identifiers are:
Feed
VMName
VMDescription
DNSName
Folder
FaultToleranceState
GuestState
PowerState
GuestOSName
Datacenter
ResourcePool
VirtualApp
InstanceUUID
LocationID
Category
|
<property name="resources">
|
|
Defines a list of value tags, with each value tag indicating an identifier to include in the collection output records. A single entry of an asterisk (
*
) indicates that all identifiers are to be retrieved. Valid resources are found in the vCenter resource table.
|