DeploymentFrontendPrivate

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Specify the IP Address of this private IP.

Link copied to clipboard

Specify the SubNet Resource ID to this Nginx Deployment.