![]() |
Consumption Analytics Documentation |
New in version 3.3.0. Retrieves configuration data from vCloud Networking and Security Manager and writes it to CC Record files using VCloudNetSecFeedConfig for feed configuration.
com.cloudcruiser.batch.collect.vmware.vcloudnetsec.VCloudNetSecCollector
Name | Type | Description |
dataSourceConfig | bean | Either a ManagedVCloudNetSecDataSource bean or a VCloudNetSecDataSourceConfig bean to specify a data source |
dumpmessages | boolean | When true, prints HTTP request and response contents to standard output for debugging. Default is false. |
feedConfig | bean | A VCloudNetSecFeedConfig bean for feed configuration |
httpProxy | string | The URI of an optional HTTP proxy |
printEntityXML | boolean | When true, the raw XML collected from vCloud Networking and Security is written to a file and the collector takes no further action. Default is false. |
xmlOutput | string | The full path to which the XML output is written when printEntityXML is true. |
<bean class="com.cloudcruiser.batch.collect.vmware.vcloudnetsec.VCloudNetSecCollector"> <property name="dataSourceConfig" ref="vshieldDataSource" /> <property name="dumpMessages" value="false" /> <property name="printEntityXML" value="false" /> <property name="feedConfig" ref="feedConfig" /> </bean>
(c) Copyright 2017-2020 Hewlett Packard Enterprise Development LP