Class DataCollector

java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.DataCollector

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
           date="2020-09-09T18:26:35.661905-04:00[America/New_York]")
public class DataCollector
extends Object
State object representing a data collector.<br>The data collector is an OVA tool that contains the credentials and protocols needed to create a connection between a data collector appliance on a host vCenter and a vCenter-based cloud account.<br><br>Filtering is currently possible for some of the data collector fields via $filter.<br>Supported fields:<br>services<br>proxyId<br>creationTimeMicros<br>customProperties<br><br>Supported operators: eq, ne, lt, gt, and, or.<br><br>By default, the obtained list contains the enabled data collectors. A query parameter \"disabled=true\" can be added to obtain disabled data collectors.<br><br>Special case: If the user specifies $filter=((services.item ne 'cloud_assembly_extensibility') and (services.item ne 'cloud_assembly')), which is equivalent to disabled=true, and does not specify the \"disabled\" parameter, the resulting query will be equivalent to ((disabled=true) and (disabled=false)). This call will return an empty list.