GetCertificatePlainArgs

data class GetCertificatePlainArgs(val name: String, val nginxDeploymentId: String) : ConvertibleToJava<GetCertificatePlainArgs>

A collection of arguments for invoking getCertificate.

Constructors

Link copied to clipboard
constructor(name: String, nginxDeploymentId: String)

Properties

Link copied to clipboard

The name of the NGINX Certificate.

Link copied to clipboard

The ID of the NGINX Deployment that the certificate is associated with.

Functions

Link copied to clipboard
open override fun toJava(): GetCertificatePlainArgs