
com.pulumi.azurenative.migrate.kotlin.inputs.PublicIPAddressResourceSettingsArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.migrate.kotlin.inputs
import com.pulumi.azurenative.migrate.inputs.PublicIPAddressResourceSettingsArgs.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.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Defines the public IP address resource settings.
* @property domainNameLabel Gets or sets the domain name label.
* @property fqdn Gets or sets the fully qualified domain name.
* @property publicIpAllocationMethod Gets or sets public IP allocation method.
* @property resourceType The resource type. For example, the value can be Microsoft.Compute/virtualMachines.
* Expected value is 'Microsoft.Network/publicIPAddresses'.
* @property sku Gets or sets public IP sku.
* @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 public IP zones.
*/
public data class PublicIPAddressResourceSettingsArgs(
public val domainNameLabel: Output? = null,
public val fqdn: Output? = null,
public val publicIpAllocationMethod: Output? = null,
public val resourceType: Output,
public val sku: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy