Class CreateInboundConnectionEndpointRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.CreateInboundConnectionEndpointRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.001-07:00")
public class CreateInboundConnectionEndpointRequest
extends Object
Request object that contains FQDN for the Inbound Connection Endpoint to create
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for environmentCrn.Getter for hostname.Getter for projectCrn.inthashCode()voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetHostname(String hostname) Setter for hostname.voidsetProjectCrn(String projectCrn) Setter for projectCrn.toString()
-
Constructor Details
-
CreateInboundConnectionEndpointRequest
public CreateInboundConnectionEndpointRequest()
-
-
Method Details
-
getEnvironmentCrn
Getter for environmentCrn. The CRN of an environment to execute the command. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of an environment to execute the command. -
getHostname
Getter for hostname. Fully qualified domain name -
setHostname
Setter for hostname. Fully qualified domain name -
getProjectCrn
Getter for projectCrn. The project CRN to associate this endpoint with, or null to not associate with a project -
setProjectCrn
Setter for projectCrn. The project CRN to associate this endpoint with, or null to not associate with a project -
equals
-
hashCode
public int hashCode() -
toString
-