Scale Set Network Profile
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)
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
Whether IP forwarding is enabled on this NIC. Defaults to false
.
Link copied to clipboard
Specifies the identifier for the network security group.