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.
-
Constructor Summary
Constructors Constructor Description DataCollector() -
Method Summary
Modifier and Type Method Description DataCollectordcId(String dcId)booleanequals(Object o)StringgetDcId()Data collector identifierStringgetHostName()Data collector host nameStringgetIpAddress()Ip Address of the data collector VMStringgetName()Data collector nameStringgetStatus()Current status of the data collectorinthashCode()DataCollectorhostName(String hostName)DataCollectoripAddress(String ipAddress)DataCollectorname(String name)voidsetDcId(String dcId)voidsetHostName(String hostName)voidsetIpAddress(String ipAddress)voidsetName(String name)voidsetStatus(String status)DataCollectorstatus(String status)StringtoString()
-
Constructor Details
-
DataCollector
public DataCollector()
-
-
Method Details
-
hostName
-
getHostName
Data collector host name- Returns:
- hostName
-
setHostName
-
dcId
-
getDcId
Data collector identifier- Returns:
- dcId
-
setDcId
-
ipAddress
-
getIpAddress
Ip Address of the data collector VM- Returns:
- ipAddress
-
setIpAddress
-
name
-
getName
Data collector name- Returns:
- name
-
setName
-
status
-
getStatus
Current status of the data collector- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-