Class DataCollectorRegistration
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.DataCollectorRegistration
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class DataCollectorRegistration extends Object
Data collector registration object.<br>The supplied 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. . The process of deploying data
collector is: <br> 1. Download the data collector ova from the
\"ovaLink\".<br>2. Import the .ova file to the vCenter Server and start the
installation.<br> 3. When asked for the key, copy and use the \"key\"
provided.<br> 4. It takes a few minutes to detect your Data Collector after it is deployed
and powered on in vCenter.
-
Constructor Summary
Constructors Constructor Description DataCollectorRegistration()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
String
getKey()
A registration key for the data collectorString
getOvaLink()
Data collector OVA Linkint
hashCode()
DataCollectorRegistration
key(String key)
DataCollectorRegistration
ovaLink(String ovaLink)
void
setKey(String key)
void
setOvaLink(String ovaLink)
String
toString()
-
Constructor Details
-
DataCollectorRegistration
public DataCollectorRegistration()
-
-
Method Details