Class RenewInboundConnectionEndpointCertificateRequest

java.lang.Object
com.cloudera.cdp.dfworkload.model.RenewInboundConnectionEndpointCertificateRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:38.216-07:00") public class RenewInboundConnectionEndpointCertificateRequest extends Object
Request object to renew Inbound Connection Endpoint certificate(s)
  • Constructor Details Link icon

    • RenewInboundConnectionEndpointCertificateRequest Link icon

      public RenewInboundConnectionEndpointCertificateRequest()
  • Method Details Link icon

    • getEnvironmentCrn Link icon

      public String getEnvironmentCrn()
      Getter for environmentCrn. The CRN of an environment to execute the command.
    • setEnvironmentCrn Link icon

      public void setEnvironmentCrn(String environmentCrn)
      Setter for environmentCrn. The CRN of an environment to execute the command.
    • getCrn Link icon

      public String getCrn()
      Getter for crn. The CRN of the Inbound Connection Endpoint
    • setCrn Link icon

      public void setCrn(String crn)
      Setter for crn. The CRN of the Inbound Connection Endpoint
    • getRenewServerCertificate Link icon

      public Boolean getRenewServerCertificate()
      Getter for renewServerCertificate. Whether to renew Inbound Connection Endpoint's server certificate
    • setRenewServerCertificate Link icon

      public void setRenewServerCertificate(Boolean renewServerCertificate)
      Setter for renewServerCertificate. Whether to renew Inbound Connection Endpoint's server certificate
    • getRenewClientCertificates Link icon

      public Boolean getRenewClientCertificates()
      Getter for renewClientCertificates. Whether to renew Inbound Connection Endpoint's client certificates
    • setRenewClientCertificates Link icon

      public void setRenewClientCertificates(Boolean renewClientCertificates)
      Setter for renewClientCertificates. Whether to renew Inbound Connection Endpoint's client certificates
    • getRevokeClientCertificates Link icon

      public Boolean getRevokeClientCertificates()
      Getter for revokeClientCertificates. Whether to revoke existing Inbound Connection Endpoint's client certificates
    • setRevokeClientCertificates Link icon

      public void setRevokeClientCertificates(Boolean revokeClientCertificates)
      Setter for revokeClientCertificates. Whether to revoke existing Inbound Connection Endpoint's client certificates
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object