VirtualMachineScaleSetNetworkConfigurationArgs

data class VirtualMachineScaleSetNetworkConfigurationArgs(val deleteOption: Output<Either<String, DeleteOptions>>? = null, val dnsSettings: Output<VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs>? = null, val enableAcceleratedNetworking: Output<Boolean>? = null, val enableFpga: Output<Boolean>? = null, val enableIPForwarding: Output<Boolean>? = null, val id: Output<String>? = null, val ipConfigurations: Output<List<VirtualMachineScaleSetIPConfigurationArgs>>, val name: Output<String>, val networkSecurityGroup: Output<SubResourceArgs>? = null, val primary: Output<Boolean>? = null) : ConvertibleToJava<VirtualMachineScaleSetNetworkConfigurationArgs>

Describes a virtual machine scale set network profile's network configurations.

Constructors

constructor(deleteOption: Output<Either<String, DeleteOptions>>? = null, dnsSettings: Output<VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs>? = null, enableAcceleratedNetworking: Output<Boolean>? = null, enableFpga: Output<Boolean>? = null, enableIPForwarding: Output<Boolean>? = null, id: Output<String>? = null, ipConfigurations: Output<List<VirtualMachineScaleSetIPConfigurationArgs>>, name: Output<String>, networkSecurityGroup: Output<SubResourceArgs>? = null, primary: Output<Boolean>? = null)

Properties

Link copied to clipboard
val deleteOption: Output<Either<String, DeleteOptions>>? = 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

Specifies whether the network interface is accelerated networking-enabled.

Link copied to clipboard
val enableFpga: Output<Boolean>? = null

Specifies whether the network interface is FPGA networking-enabled.

Link copied to clipboard
val enableIPForwarding: Output<Boolean>? = null

Whether IP forwarding enabled on this NIC.

Link copied to clipboard
val id: Output<String>? = null

Resource Id

Link copied to clipboard

Specifies the IP configurations of the network interface.

Link copied to clipboard
val name: Output<String>

The network configuration name.

Link copied to clipboard

The network security group.

Link copied to clipboard
val primary: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): VirtualMachineScaleSetNetworkConfigurationArgs