ScaleSetNetworkProfile

data class ScaleSetNetworkProfile(val acceleratedNetworking: Boolean? = null, val dnsSettings: ScaleSetNetworkProfileDnsSettings? = null, val ipConfigurations: List<ScaleSetNetworkProfileIpConfiguration>, val ipForwarding: Boolean? = null, val name: String, val networkSecurityGroupId: String? = null, val primary: Boolean)

Constructors

Link copied to clipboard
constructor(acceleratedNetworking: Boolean? = null, dnsSettings: ScaleSetNetworkProfileDnsSettings? = null, ipConfigurations: List<ScaleSetNetworkProfileIpConfiguration>, ipForwarding: Boolean? = null, name: String, networkSecurityGroupId: String? = null, primary: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether to enable accelerated networking or not.

Link copied to clipboard

A dns_settings block as documented below.

Link copied to clipboard

An ip_configuration block as documented below.

Link copied to clipboard
val ipForwarding: Boolean? = null

Whether IP forwarding is enabled on this NIC. Defaults to false.

Link copied to clipboard

Specifies the name of the network interface configuration.

Link copied to clipboard

Specifies the identifier for the network security group.

Link copied to clipboard

Indicates whether network interfaces created from the network interface configuration will be the primary NIC of the VM.