DeploymentFrontendPrivateArgs

data class DeploymentFrontendPrivateArgs(val allocationMethod: Output<String>, val ipAddress: Output<String>, val subnetId: Output<String>) : ConvertibleToJava<DeploymentFrontendPrivateArgs>

Constructors

Link copied to clipboard
constructor(allocationMethod: Output<String>, ipAddress: Output<String>, subnetId: Output<String>)

Properties

Link copied to clipboard

Specify the method for allocating the private IP. Possible values are Static and Dynamic.

Link copied to clipboard
val ipAddress: Output<String>

Specify the private IP Address.

Link copied to clipboard
val subnetId: Output<String>

Specify the Subnet Resource ID for this NGINX Deployment.

Functions

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