Class RenewInboundConnectionEndpointCertificateRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.RenewInboundConnectionEndpointCertificateRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class RenewInboundConnectionEndpointCertificateRequest
extends Object
Request object to renew Inbound Connection Endpoint certificate(s)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getCrn()
Getter for crn.Getter for environmentCrn.Getter for renewClientCertificates.Getter for renewServerCertificate.Getter for revokeClientCertificates.int
hashCode()
void
Setter for crn.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setRenewClientCertificates
(Boolean renewClientCertificates) Setter for renewClientCertificates.void
setRenewServerCertificate
(Boolean renewServerCertificate) Setter for renewServerCertificate.void
setRevokeClientCertificates
(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
-