VirtualNetworkConfigurationResponse

data class VirtualNetworkConfigurationResponse(val dataManagementPublicIpId: String, val enginePublicIpId: String, val state: String? = null, val subnetId: String)

A class that contains virtual network definition.

Constructors

Link copied to clipboard
constructor(dataManagementPublicIpId: String, enginePublicIpId: String, state: String? = null, subnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Data management's service public IP address resource id.

Link copied to clipboard

Engine service's public IP address resource id.

Link copied to clipboard
val state: String? = null

When enabled, the cluster is deployed into the configured subnet, when disabled it will be removed from the subnet.

Link copied to clipboard

The subnet resource id.