
com.pulumi.azurenative.migrate.kotlin.inputs.VirtualNetworkResourceSettingsArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.migrate.kotlin.inputs
import com.pulumi.azurenative.migrate.inputs.VirtualNetworkResourceSettingsArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Boolean
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Defines the virtual network resource settings.
* @property addressSpace Gets or sets the address prefixes for the virtual network.
* @property dnsServers Gets or sets DHCPOptions that contains an array of DNS servers available to VMs
* deployed in the virtual network.
* @property enableDdosProtection Gets or sets a value indicating whether gets or sets whether the
* DDOS protection should be switched on.
* @property resourceType The resource type. For example, the value can be Microsoft.Compute/virtualMachines.
* Expected value is 'Microsoft.Network/virtualNetworks'.
* @property subnets Gets or sets List of subnets in a VirtualNetwork.
* @property tags Gets or sets the Resource tags.
* @property targetResourceGroupName Gets or sets the target resource group name.
* @property targetResourceName Gets or sets the target Resource name.
*/
public data class VirtualNetworkResourceSettingsArgs(
public val addressSpace: Output>? = null,
public val dnsServers: Output>? = null,
public val enableDdosProtection: Output? = null,
public val resourceType: Output,
public val subnets: Output>? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy