Virtual Machine Network Interface Configuration Response
data class VirtualMachineNetworkInterfaceConfigurationResponse(val auxiliaryMode: String? = null, val auxiliarySku: String? = null, val deleteOption: String? = null, val disableTcpStateTracking: Boolean? = 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
Link copied to clipboard
constructor(auxiliaryMode: String? = null, auxiliarySku: String? = null, deleteOption: String? = null, disableTcpStateTracking: Boolean? = 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)
Properties
Link copied to clipboard
Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
Link copied to clipboard
Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
Link copied to clipboard
Specify what happens to the network interface when the VM is deleted
Link copied to clipboard
Specifies whether the network interface is disabled for tcp state tracking.
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
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 security group.