
com.pulumi.azurenative.migrate.kotlin.inputs.NetworkInterfaceResourceSettingsArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.migrate.kotlin.inputs
import com.pulumi.azurenative.migrate.inputs.NetworkInterfaceResourceSettingsArgs.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 network interface resource settings.
* @property enableAcceleratedNetworking Gets or sets a value indicating whether accelerated networking is enabled.
* @property ipConfigurations Gets or sets the IP configurations of the NIC.
* @property resourceType The resource type. For example, the value can be Microsoft.Compute/virtualMachines.
* Expected value is 'Microsoft.Network/networkInterfaces'.
* @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 NetworkInterfaceResourceSettingsArgs(
public val enableAcceleratedNetworking: Output? = null,
public val ipConfigurations: Output>? = null,
public val resourceType: Output,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy