Class SetCatalogRequest
java.lang.Object
com.cloudera.cdp.environments.model.SetCatalogRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class SetCatalogRequest
extends Object
The request object to set catalog for a FreeIPA.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for catalog.Getter for environment.int
hashCode()
void
setCatalog
(String catalog) Setter for catalog.void
setEnvironment
(String environment) Setter for environment.toString()
-
Constructor Details
-
Method Details
-
getEnvironment
Getter for environment. The name or CRN of the affected environment that holds the FreeIPA installation. -
setEnvironment
Setter for environment. The name or CRN of the affected environment that holds the FreeIPA installation. -
getCatalog
Getter for catalog. URL of the FreeIPA catalog to be used. -
setCatalog
Setter for catalog. URL of the FreeIPA catalog to be used. -
equals
-
hashCode
public int hashCode() -
toString
-