Virtual Machine Scale Set Network Configuration Args
data class VirtualMachineScaleSetNetworkConfigurationArgs(val deleteOption: Output<Either<String, DeleteOptions>>? = null, val disableTcpStateTracking: Output<Boolean>? = null, val dnsSettings: Output<VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs>? = null, val enableAcceleratedNetworking: Output<Boolean>? = null, val enableFpga: Output<Boolean>? = null, val enableIPForwarding: Output<Boolean>? = 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
Link copied to clipboard
constructor(deleteOption: Output<Either<String, DeleteOptions>>? = null, disableTcpStateTracking: Output<Boolean>? = null, dnsSettings: Output<VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs>? = null, enableAcceleratedNetworking: Output<Boolean>? = null, enableFpga: Output<Boolean>? = null, enableIPForwarding: Output<Boolean>? = null, ipConfigurations: Output<List<VirtualMachineScaleSetIPConfigurationArgs>>, name: Output<String>, networkSecurityGroup: Output<SubResourceArgs>? = null, primary: Output<Boolean>? = null)
Properties
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
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.