Class RenewInboundConnectionEndpointCertificateRequest
- java.lang.Object
-
- com.cloudera.cdp.dfworkload.model.RenewInboundConnectionEndpointCertificateRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:19.979-07:00") public class RenewInboundConnectionEndpointCertificateRequest extends Object
Request object to renew Inbound Connection Endpoint certificate(s)
-
-
Constructor Summary
Constructors Constructor Description RenewInboundConnectionEndpointCertificateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCrn()
Getter for crn.String
getEnvironmentCrn()
Getter for environmentCrn.Boolean
getRenewClientCertificates()
Getter for renewClientCertificates.Boolean
getRenewServerCertificate()
Getter for renewServerCertificate.Boolean
getRevokeClientCertificates()
Getter for revokeClientCertificates.int
hashCode()
void
setCrn(String crn)
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.String
toString()
-
-
-
Method Detail
-
getEnvironmentCrn
public String getEnvironmentCrn()
Getter for environmentCrn. The CRN of an environment to execute the command.
-
setEnvironmentCrn
public void setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn. The CRN of an environment to execute the command.
-
getCrn
public String getCrn()
Getter for crn. The CRN of the Inbound Connection Endpoint
-
setCrn
public void setCrn(String crn)
Setter for crn. The CRN of the Inbound Connection Endpoint
-
getRenewServerCertificate
public Boolean getRenewServerCertificate()
Getter for renewServerCertificate. Whether to renew Inbound Connection Endpoint's server certificate
-
setRenewServerCertificate
public void setRenewServerCertificate(Boolean renewServerCertificate)
Setter for renewServerCertificate. Whether to renew Inbound Connection Endpoint's server certificate
-
getRenewClientCertificates
public Boolean getRenewClientCertificates()
Getter for renewClientCertificates. Whether to renew Inbound Connection Endpoint's client certificates
-
setRenewClientCertificates
public void setRenewClientCertificates(Boolean renewClientCertificates)
Setter for renewClientCertificates. Whether to renew Inbound Connection Endpoint's client certificates
-
getRevokeClientCertificates
public Boolean getRevokeClientCertificates()
Getter for revokeClientCertificates. Whether to revoke existing Inbound Connection Endpoint's client certificates
-
setRevokeClientCertificates
public void setRevokeClientCertificates(Boolean revokeClientCertificates)
Setter for revokeClientCertificates. Whether to revoke existing Inbound Connection Endpoint's client certificates
-
-