VirtualNetworkResourceSettingsArgs

data class VirtualNetworkResourceSettingsArgs(val addressSpace: Output<List<String>>? = null, val dnsServers: Output<List<String>>? = null, val enableDdosProtection: Output<Boolean>? = null, val resourceType: Output<String>, val subnets: Output<List<SubnetResourceSettingsArgs>>? = null, val targetResourceName: Output<String>) : ConvertibleToJava<VirtualNetworkResourceSettingsArgs>

Defines the virtual network resource settings.

Constructors

Link copied to clipboard
constructor(addressSpace: Output<List<String>>? = null, dnsServers: Output<List<String>>? = null, enableDdosProtection: Output<Boolean>? = null, resourceType: Output<String>, subnets: Output<List<SubnetResourceSettingsArgs>>? = null, targetResourceName: Output<String>)

Properties

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

Gets or sets the address prefixes for the virtual network.

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

Gets or sets DHCPOptions that contains an array of DNS servers available to VMs deployed in the virtual network.

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

Gets or sets a value indicating whether gets or sets whether the DDOS protection should be switched on.

Link copied to clipboard
val resourceType: Output<String>

The resource type. For example, the value can be Microsoft.Compute/virtualMachines. Expected value is 'Microsoft.Network/virtualNetworks'.

Link copied to clipboard

Gets or sets List of subnets in a VirtualNetwork.

Link copied to clipboard

Gets or sets the target Resource name.

Functions

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