DeploymentFrontendPublicArgs

data class DeploymentFrontendPublicArgs(val ipAddresses: Output<List<String>>? = null) : ConvertibleToJava<DeploymentFrontendPublicArgs>

Constructors

Link copied to clipboard
constructor(ipAddresses: Output<List<String>>? = null)

Properties

Link copied to clipboard
val ipAddresses: Output<List<String>>? = null

Specifies a list of Public IP Resource ID to this NGINX Deployment. Changing this forces a new NGINX Deployment to be created.

Functions

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