VirtualMachineNetworkInterfaceConfigurationResponse

data class VirtualMachineNetworkInterfaceConfigurationResponse(val deleteOption: String? = null, val dnsSettings: VirtualMachineNetworkInterfaceDnsSettingsConfigurationResponse? = null, val dscpConfiguration: SubResourceResponse? = null, val enableAcceleratedNetworking: Boolean? = null, val enableFpga: Boolean? = null, val enableIPForwarding: Boolean? = null, val ipConfigurations: List<VirtualMachineNetworkInterfaceIPConfigurationResponse>, val name: String, val networkSecurityGroup: SubResourceResponse? = null, val primary: Boolean? = null)

Describes a virtual machine network interface configurations.

Constructors

constructor(deleteOption: String? = null, dnsSettings: VirtualMachineNetworkInterfaceDnsSettingsConfigurationResponse? = null, dscpConfiguration: SubResourceResponse? = null, enableAcceleratedNetworking: Boolean? = null, enableFpga: Boolean? = null, enableIPForwarding: Boolean? = null, ipConfigurations: List<VirtualMachineNetworkInterfaceIPConfigurationResponse>, name: String, networkSecurityGroup: SubResourceResponse? = null, primary: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deleteOption: String? = null

Specify what happens to the network interface when the VM is deleted

Link copied to clipboard

The dns settings to be applied on the network interfaces.

Link copied to clipboard
Link copied to clipboard

Specifies whether the network interface is accelerated networking-enabled.

Link copied to clipboard
val enableFpga: Boolean? = null

Specifies whether the network interface is FPGA networking-enabled.

Link copied to clipboard

Whether IP forwarding enabled on this NIC.

Link copied to clipboard

Specifies the IP configurations of the network interface.

Link copied to clipboard

The network interface configuration name.

Link copied to clipboard

The network security group.

Link copied to clipboard
val primary: Boolean? = null

Specifies the primary network interface in case the virtual machine has more than 1 network interface.