![]() |
Consumption Analytics Documentation |
New in version 3.3.0. Defines a vCloud Networking and Security explicit data source to use for data collection. Contrast this with ManagedVCloudNetSecDataSource, which specifies a managed data source.
com.cloudcruiser.batch.collect.vmware.vcloudnetsec.VCloudNetSecDataSourceConfig
Name | Type | Description |
endpoint | string | The secure URL to the vCloud Networking and Security Manager computer. This name or IP address is also known as<vsm-ip> in VMware documentation. For example, https://vnsm.mycompany.com . |
username | string | The name of a vCloud Networking and Security Manager account. You must assign this user global scope or another scope that gives them access to all the Edges for which you want to collect data. |
password | string | The password for username |
<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