Class CheckEnvironmentConnectivityRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class CheckEnvironmentConnectivityRequest
    extends Object
    Request object to check connectivity to private cloud environment.
    • Constructor Detail

      • CheckEnvironmentConnectivityRequest

        public CheckEnvironmentConnectivityRequest()
    • Method Detail

      • getAddress

        public String getAddress()
        Getter for address. The address of the Cloudera Manager managing the Datalake cluster.
      • setAddress

        public void setAddress​(String address)
        Setter for address. The address of the Cloudera Manager managing the Datalake cluster.
      • getUser

        public String getUser()
        Getter for user. User name for accessing the Cloudera Manager.
      • setUser

        public void setUser​(String user)
        Setter for user. User name for accessing the Cloudera Manager.
      • getAuthenticationToken

        public String getAuthenticationToken()
        Getter for authenticationToken. A string (text or json) used to authenticate to the Cloudera Manager.
      • setAuthenticationToken

        public void setAuthenticationToken​(String authenticationToken)
        Setter for authenticationToken. A string (text or json) used to authenticate to the Cloudera Manager.
      • getAuthenticationTokenType

        public String getAuthenticationTokenType()
        Getter for authenticationTokenType. How to interpret the authenticationToken field. Defaults to CLEARTEXT_PASSWORD.
      • setAuthenticationTokenType

        public void setAuthenticationTokenType​(String authenticationTokenType)
        Setter for authenticationTokenType. How to interpret the authenticationToken field. Defaults to CLEARTEXT_PASSWORD.
      • getClusterNames

        public List<String> getClusterNames()
        Getter for clusterNames. The name of the cluster(s) to use as a Datalake for the environment.
      • setClusterNames

        public void setClusterNames​(List<String> clusterNames)
        Setter for clusterNames. The name of the cluster(s) to use as a Datalake for the environment.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object