Class RenewInboundConnectionEndpointCertificateRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.RenewInboundConnectionEndpointCertificateRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.001-07:00")
public class RenewInboundConnectionEndpointCertificateRequest
extends Object
Request object to renew Inbound Connection Endpoint certificate(s)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCrn()Getter for crn.Getter for environmentCrn.Getter for renewClientCertificates.Getter for renewServerCertificate.Getter for revokeClientCertificates.inthashCode()voidSetter for crn.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetRenewClientCertificates(Boolean renewClientCertificates) Setter for renewClientCertificates.voidsetRenewServerCertificate(Boolean renewServerCertificate) Setter for renewServerCertificate.voidsetRevokeClientCertificates(Boolean revokeClientCertificates) Setter for revokeClientCertificates.toString()
-
Constructor Details
-
RenewInboundConnectionEndpointCertificateRequest
public RenewInboundConnectionEndpointCertificateRequest()
-
-
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. -
getCrn
Getter for crn. The CRN of the Inbound Connection Endpoint -
setCrn
Setter for crn. The CRN of the Inbound Connection Endpoint -
getRenewServerCertificate
Getter for renewServerCertificate. Whether to renew Inbound Connection Endpoint's server certificate -
setRenewServerCertificate
Setter for renewServerCertificate. Whether to renew Inbound Connection Endpoint's server certificate -
getRenewClientCertificates
Getter for renewClientCertificates. Whether to renew Inbound Connection Endpoint's client certificates -
setRenewClientCertificates
Setter for renewClientCertificates. Whether to renew Inbound Connection Endpoint's client certificates -
getRevokeClientCertificates
Getter for revokeClientCertificates. Whether to revoke existing Inbound Connection Endpoint's client certificates -
setRevokeClientCertificates
Setter for revokeClientCertificates. Whether to revoke existing Inbound Connection Endpoint's client certificates -
equals
-
hashCode
public int hashCode() -
toString
-