DeploymentFrontendPrivate

data class DeploymentFrontendPrivate(val allocationMethod: String, val ipAddress: String, val subnetId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Specify the private IP Address.

Link copied to clipboard

Specify the Subnet Resource ID for this NGINX Deployment.