All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azurenative.network.kotlin.IpamPoolArgs.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azurenative.network.kotlin

import com.pulumi.azurenative.network.IpamPoolArgs.builder
import com.pulumi.azurenative.network.kotlin.inputs.IpamPoolPropertiesArgs
import com.pulumi.azurenative.network.kotlin.inputs.IpamPoolPropertiesArgsBuilder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
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.Map
import kotlin.jvm.JvmName

/**
 * Instance of Pool resource.
 * Azure REST API version: 2024-01-01-preview.
 * ## Example Usage
 * ### IpamPools_Create
 * ```csharp
 * using System.Collections.Generic;
 * using System.Linq;
 * using Pulumi;
 * using AzureNative = Pulumi.AzureNative;
 * return await Deployment.RunAsync(() =>
 * {
 *     var ipamPool = new AzureNative.Network.IpamPool("ipamPool", new()
 *     {
 *         NetworkManagerName = "TestNetworkManager",
 *         PoolName = "TestPool",
 *         ResourceGroupName = "rg1",
 *     });
 * });
 * ```
 * ```go
 * package main
 * import (
 * 	network "github.com/pulumi/pulumi-azure-native-sdk/network/v2"
 * 	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
 * )
 * func main() {
 * 	pulumi.Run(func(ctx *pulumi.Context) error {
 * 		_, err := network.NewIpamPool(ctx, "ipamPool", &network.IpamPoolArgs{
 * 			NetworkManagerName: pulumi.String("TestNetworkManager"),
 * 			PoolName:           pulumi.String("TestPool"),
 * 			ResourceGroupName:  pulumi.String("rg1"),
 * 		})
 * 		if err != nil {
 * 			return err
 * 		}
 * 		return nil
 * 	})
 * }
 * ```
 * ```java
 * package generated_program;
 * import com.pulumi.Context;
 * import com.pulumi.Pulumi;
 * import com.pulumi.core.Output;
 * import com.pulumi.azurenative.network.IpamPool;
 * import com.pulumi.azurenative.network.IpamPoolArgs;
 * import java.util.List;
 * import java.util.ArrayList;
 * import java.util.Map;
 * import java.io.File;
 * import java.nio.file.Files;
 * import java.nio.file.Paths;
 * public class App {
 *     public static void main(String[] args) {
 *         Pulumi.run(App::stack);
 *     }
 *     public static void stack(Context ctx) {
 *         var ipamPool = new IpamPool("ipamPool", IpamPoolArgs.builder()
 *             .networkManagerName("TestNetworkManager")
 *             .poolName("TestPool")
 *             .resourceGroupName("rg1")
 *             .build());
 *     }
 * }
 * ```
 * ## Import
 * An existing resource can be imported using its type token, name, and identifier, e.g.
 * ```sh
 * $ pulumi import azure-native:network:IpamPool TestPool /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/ipamPools/{poolName}
 * ```
 * @property location The geo-location where the resource lives
 * @property networkManagerName The name of the network manager.
 * @property poolName IP Address Manager Pool resource name.
 * @property properties Properties of IpamPool resource properties which are specific to the Pool resource.
 * @property resourceGroupName The name of the resource group.
 * @property tags Resource tags.
 */
public data class IpamPoolArgs(
    public val location: Output? = null,
    public val networkManagerName: Output? = null,
    public val poolName: Output? = null,
    public val properties: Output? = null,
    public val resourceGroupName: Output? = null,
    public val tags: Output>? = null,
) : ConvertibleToJava {
    override fun toJava(): com.pulumi.azurenative.network.IpamPoolArgs =
        com.pulumi.azurenative.network.IpamPoolArgs.builder()
            .location(location?.applyValue({ args0 -> args0 }))
            .networkManagerName(networkManagerName?.applyValue({ args0 -> args0 }))
            .poolName(poolName?.applyValue({ args0 -> args0 }))
            .properties(properties?.applyValue({ args0 -> args0.let({ args0 -> args0.toJava() }) }))
            .resourceGroupName(resourceGroupName?.applyValue({ args0 -> args0 }))
            .tags(
                tags?.applyValue({ args0 ->
                    args0.map({ args0 ->
                        args0.key.to(args0.value)
                    }).toMap()
                }),
            ).build()
}

/**
 * Builder for [IpamPoolArgs].
 */
@PulumiTagMarker
public class IpamPoolArgsBuilder internal constructor() {
    private var location: Output? = null

    private var networkManagerName: Output? = null

    private var poolName: Output? = null

    private var properties: Output? = null

    private var resourceGroupName: Output? = null

    private var tags: Output>? = null

    /**
     * @param value The geo-location where the resource lives
     */
    @JvmName("xuofhhchmtrudbib")
    public suspend fun location(`value`: Output) {
        this.location = value
    }

    /**
     * @param value The name of the network manager.
     */
    @JvmName("acwowlnpvosqxtgi")
    public suspend fun networkManagerName(`value`: Output) {
        this.networkManagerName = value
    }

    /**
     * @param value IP Address Manager Pool resource name.
     */
    @JvmName("cwqjcadwfvlxaddm")
    public suspend fun poolName(`value`: Output) {
        this.poolName = value
    }

    /**
     * @param value Properties of IpamPool resource properties which are specific to the Pool resource.
     */
    @JvmName("igumbphnnpxrpfwi")
    public suspend fun properties(`value`: Output) {
        this.properties = value
    }

    /**
     * @param value The name of the resource group.
     */
    @JvmName("xdsyicbshqjcekrc")
    public suspend fun resourceGroupName(`value`: Output) {
        this.resourceGroupName = value
    }

    /**
     * @param value Resource tags.
     */
    @JvmName("fwtockehbdqfecjx")
    public suspend fun tags(`value`: Output>) {
        this.tags = value
    }

    /**
     * @param value The geo-location where the resource lives
     */
    @JvmName("kccqbgxckcjxbcqt")
    public suspend fun location(`value`: String?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.location = mapped
    }

    /**
     * @param value The name of the network manager.
     */
    @JvmName("dubakbykatgnugst")
    public suspend fun networkManagerName(`value`: String?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.networkManagerName = mapped
    }

    /**
     * @param value IP Address Manager Pool resource name.
     */
    @JvmName("mxnkmvwktnhwjufo")
    public suspend fun poolName(`value`: String?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.poolName = mapped
    }

    /**
     * @param value Properties of IpamPool resource properties which are specific to the Pool resource.
     */
    @JvmName("vqosfxioiunyqmuj")
    public suspend fun properties(`value`: IpamPoolPropertiesArgs?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.properties = mapped
    }

    /**
     * @param argument Properties of IpamPool resource properties which are specific to the Pool resource.
     */
    @JvmName("fbsvprsxjodobylb")
    public suspend fun properties(argument: suspend IpamPoolPropertiesArgsBuilder.() -> Unit) {
        val toBeMapped = IpamPoolPropertiesArgsBuilder().applySuspend { argument() }.build()
        val mapped = of(toBeMapped)
        this.properties = mapped
    }

    /**
     * @param value The name of the resource group.
     */
    @JvmName("vshfmyrvhbygtgqd")
    public suspend fun resourceGroupName(`value`: String?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.resourceGroupName = mapped
    }

    /**
     * @param value Resource tags.
     */
    @JvmName("mstlhonqutdjehhp")
    public suspend fun tags(`value`: Map?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.tags = mapped
    }

    /**
     * @param values Resource tags.
     */
    @JvmName("llwlbouswpnurpdc")
    public fun tags(vararg values: Pair) {
        val toBeMapped = values.toMap()
        val mapped = toBeMapped.let({ args0 -> of(args0) })
        this.tags = mapped
    }

    internal fun build(): IpamPoolArgs = IpamPoolArgs(
        location = location,
        networkManagerName = networkManagerName,
        poolName = poolName,
        properties = properties,
        resourceGroupName = resourceGroupName,
        tags = tags,
    )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy