Class CheckEnvironmentConnectivityRequest
java.lang.Object
com.cloudera.cdp.environments.model.CheckEnvironmentConnectivityRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class CheckEnvironmentConnectivityRequest
extends Object
Request object to check connectivity to private cloud environment.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for address.Getter for authenticationToken.Getter for authenticationTokenType.Getter for clusterNames.getUser()
Getter for user.int
hashCode()
void
setAddress
(String address) Setter for address.void
setAuthenticationToken
(String authenticationToken) Setter for authenticationToken.void
setAuthenticationTokenType
(String authenticationTokenType) Setter for authenticationTokenType.void
setClusterNames
(List<String> clusterNames) Setter for clusterNames.void
Setter for user.toString()
-
Constructor Details
-
CheckEnvironmentConnectivityRequest
public CheckEnvironmentConnectivityRequest()
-
-
Method Details
-
getAddress
Getter for address. The address of the Cloudera Manager managing the Datalake cluster. -
setAddress
Setter for address. The address of the Cloudera Manager managing the Datalake cluster. -
getUser
Getter for user. User name for accessing the Cloudera Manager. -
setUser
Setter for user. User name for accessing the Cloudera Manager. -
getAuthenticationToken
Getter for authenticationToken. A string (text or json) used to authenticate to the Cloudera Manager. -
setAuthenticationToken
Setter for authenticationToken. A string (text or json) used to authenticate to the Cloudera Manager. -
getAuthenticationTokenType
Getter for authenticationTokenType. How to interpret the authenticationToken field. Defaults to CLEARTEXT_PASSWORD. -
setAuthenticationTokenType
Setter for authenticationTokenType. How to interpret the authenticationToken field. Defaults to CLEARTEXT_PASSWORD. -
getClusterNames
Getter for clusterNames. The name of the cluster(s) to use as a Datalake for the environment. -
setClusterNames
Setter for clusterNames. The name of the cluster(s) to use as a Datalake for the environment. -
equals
-
hashCode
public int hashCode() -
toString
-