
com.pulumi.azurenative.migrate.kotlin.inputs.LoadBalancerResourceSettingsArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.migrate.kotlin.inputs
import com.pulumi.azurenative.migrate.inputs.LoadBalancerResourceSettingsArgs.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.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Defines the load balancer resource settings.
* @property backendAddressPools Gets or sets the backend address pools of the load balancer.
* @property frontendIPConfigurations Gets or sets the frontend IP configurations of the load balancer.
* @property resourceType The resource type. For example, the value can be Microsoft.Compute/virtualMachines.
* Expected value is 'Microsoft.Network/loadBalancers'.
* @property sku Gets or sets load balancer sku (Basic/Standard).
* @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.
* @property zones Gets or sets the csv list of zones common for all frontend IP configurations. Note this is given
* precedence only if frontend IP configurations settings are not present.
*/
public data class LoadBalancerResourceSettingsArgs(
public val backendAddressPools: Output>? = null,
public val frontendIPConfigurations: Output>? =
null,
public val resourceType: Output,
public val sku: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy