
com.pulumi.azurenative.migrate.kotlin.inputs.AvailabilitySetResourceSettingsArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.migrate.kotlin.inputs
import com.pulumi.azurenative.migrate.inputs.AvailabilitySetResourceSettingsArgs.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 kotlin.Int
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Gets or sets the availability set resource settings.
* @property faultDomain Gets or sets the target fault domain.
* @property resourceType The resource type. For example, the value can be Microsoft.Compute/virtualMachines.
* Expected value is 'Microsoft.Compute/availabilitySets'.
* @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 updateDomain Gets or sets the target update domain.
*/
public data class AvailabilitySetResourceSettingsArgs(
public val faultDomain: Output? = null,
public val resourceType: Output,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy