![]() |
Consumption Analytics Documentation |
vCloud Networking and Security requires the following information in a data source:
<vsm-ip>
in VMware documentation. For example, https://vnsm.mycompany.com
.You can define this information in a managed data source or an explicit data source. For general information about these two types, see Setting up a data source.
When creating a managed data source, select the type vCloud Networking and Security. When referring to your data source from a job, use the com.cloudcruiser.batch.collect.vmware.vcloudnetsec.ManagedVCloudNetSecDataSource
bean. For example:
<bean id="dataSource" class="com.cloudcruiser.batch.collect.vmware.vcloudnetsec.ManagedVCloudNetSecDataSource"> <property name="name" value="MyVcloudNetSecDataSource"/> </bean>
When defining your data source in a job, use the com.cloudcruiser.batch.collect.vmware.vcloudnetsec.VCloudNetSecDataSourceConfig
bean. For example:
<bean class="com.cloudcruiser.batch.collect.vmware.vcloudnetsec.VCloudNetSecDataSourceConfig"> <property name="endpoint" value="https://vnsm.mycompany.com" /> <property name="username" value="myvnsmaccount" /> <property name="password" value="mypassword" /> </bean>
(c) Copyright 2017-2020 Hewlett Packard Enterprise Development LP