GetVirtualMachineScaleSetNetworkInterface

data class GetVirtualMachineScaleSetNetworkInterface(val dnsServers: List<String>, val enableAcceleratedNetworking: Boolean, val enableIpForwarding: Boolean, val ipConfigurations: List<GetVirtualMachineScaleSetNetworkInterfaceIpConfiguration>, val name: String, val networkSecurityGroupId: String, val primary: Boolean)

Constructors

constructor(dnsServers: List<String>, enableAcceleratedNetworking: Boolean, enableIpForwarding: Boolean, ipConfigurations: List<GetVirtualMachineScaleSetNetworkInterfaceIpConfiguration>, name: String, networkSecurityGroupId: String, primary: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of the DNS servers in use.

Link copied to clipboard

Whether to enable accelerated networking or not.

Link copied to clipboard

Whether IP forwarding is enabled on this NIC.

Link copied to clipboard

An ip_configuration block as documented below.

Link copied to clipboard

The name of this Virtual Machine Scale Set.

Link copied to clipboard

The identifier for the network security group.

Link copied to clipboard

If this ip_configuration is the primary one.