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 DataCollector
dcId(String dcId)
boolean
equals(Object o)
String
getDcId()
Data collector identifierString
getHostName()
Data collector host nameString
getIpAddress()
Ip Address of the data collector VMString
getName()
Data collector nameString
getStatus()
Current status of the data collectorint
hashCode()
DataCollector
hostName(String hostName)
DataCollector
ipAddress(String ipAddress)
DataCollector
name(String name)
void
setDcId(String dcId)
void
setHostName(String hostName)
void
setIpAddress(String ipAddress)
void
setName(String name)
void
setStatus(String status)
DataCollector
status(String status)
String
toString()
-
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
-