GetConfigurationPlainArgs

data class GetConfigurationPlainArgs(val nginxDeploymentId: String) : ConvertibleToJava<GetConfigurationPlainArgs>

A collection of arguments for invoking getConfiguration.

Constructors

Link copied to clipboard
constructor(nginxDeploymentId: String)

Properties

Link copied to clipboard

The ID of the Nginx Deployment.

Functions

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