GetCertificatePlainArgs

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

A collection of arguments for invoking getCertificate.

Constructors

Link copied to clipboard
fun GetCertificatePlainArgs(name: String, nginxDeploymentId: String)

Functions

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

Properties

Link copied to clipboard

The name of this Nginx Certificate.

Link copied to clipboard

The ID of the Nginx Deployment that this certificate is associated with.