Class InboundConnectionEndpointSummary
java.lang.Object
com.cloudera.cdp.dfworkload.model.InboundConnectionEndpointSummary
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.001-07:00")
public class InboundConnectionEndpointSummary
extends Object
Inbound Connection Endpoint Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for authorizedIpRanges.Getter for certificateSummaries.getCrn()Getter for crn.Getter for deploymentCrn.Getter for fullyQualifiedDomainName.Getter for projectCrn.getState()Getter for state.inthashCode()voidsetAuthorizedIpRanges(List<String> authorizedIpRanges) Setter for authorizedIpRanges.voidsetCertificateSummaries(List<InboundConnectionEndpointCertificateSummary> certificateSummaries) Setter for certificateSummaries.voidSetter for crn.voidsetDeploymentCrn(String deploymentCrn) Setter for deploymentCrn.voidsetFullyQualifiedDomainName(String fullyQualifiedDomainName) Setter for fullyQualifiedDomainName.voidsetProjectCrn(String projectCrn) Setter for projectCrn.voidSetter for state.toString()
-
Constructor Details
-
InboundConnectionEndpointSummary
public InboundConnectionEndpointSummary()
-
-
Method Details
-
getFullyQualifiedDomainName
Getter for fullyQualifiedDomainName. The FQDN of the inbound connection hostname -
setFullyQualifiedDomainName
Setter for fullyQualifiedDomainName. The FQDN of the inbound connection hostname -
getState
Getter for state. State of the Inbound Connection Endpoint -
setState
Setter for state. State of the Inbound Connection Endpoint -
getDeploymentCrn
Getter for deploymentCrn. The CRN of the deployment the hostname is assigned to -
setDeploymentCrn
Setter for deploymentCrn. The CRN of the deployment the hostname is assigned to -
getCrn
Getter for crn. The CRN of the Inbound Connection Endpoint -
setCrn
Setter for crn. The CRN of the Inbound Connection Endpoint -
getCertificateSummaries
Getter for certificateSummaries. The summaries of certificates associated with the Inbound Connection Endpoint -
setCertificateSummaries
public void setCertificateSummaries(List<InboundConnectionEndpointCertificateSummary> certificateSummaries) Setter for certificateSummaries. The summaries of certificates associated with the Inbound Connection Endpoint -
getProjectCrn
Getter for projectCrn. The CRN of the project. -
setProjectCrn
Setter for projectCrn. The CRN of the project. -
getAuthorizedIpRanges
Getter for authorizedIpRanges. Set of authorized IP ranges for the inbound connection. -
setAuthorizedIpRanges
Setter for authorizedIpRanges. Set of authorized IP ranges for the inbound connection. -
equals
-
hashCode
public int hashCode() -
toString
-