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. Changing this forces a new NGINX Deployment to be created.

Link copied to clipboard

Specify the private IP Address. Changing this forces a new NGINX Deployment to be created.

Link copied to clipboard

Specify the Subnet Resource ID for this NGINX Deployment. Changing this forces a new NGINX Deployment to be created.