com.pulumi.gcp.activedirectory.kotlin.Domain.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-gcp-kotlin Show documentation
Show all versions of pulumi-gcp-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.activedirectory.kotlin
import com.pulumi.core.Output
import com.pulumi.kotlin.KotlinCustomResource
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.ResourceMapper
import com.pulumi.kotlin.options.CustomResourceOptions
import com.pulumi.kotlin.options.CustomResourceOptionsBuilder
import com.pulumi.resources.Resource
import kotlin.Boolean
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
/**
* Builder for [Domain].
*/
@PulumiTagMarker
public class DomainResourceBuilder internal constructor() {
public var name: String? = null
public var args: DomainArgs = DomainArgs()
public var opts: CustomResourceOptions = CustomResourceOptions()
/**
* @param name The _unique_ name of the resulting resource.
*/
public fun name(`value`: String) {
this.name = value
}
/**
* @param block The arguments to use to populate this resource's properties.
*/
public suspend fun args(block: suspend DomainArgsBuilder.() -> Unit) {
val builder = DomainArgsBuilder()
block(builder)
this.args = builder.build()
}
/**
* @param block A bag of options that control this resource's behavior.
*/
public suspend fun opts(block: suspend CustomResourceOptionsBuilder.() -> Unit) {
this.opts = com.pulumi.kotlin.options.CustomResourceOptions.opts(block)
}
internal fun build(): Domain {
val builtJavaResource = com.pulumi.gcp.activedirectory.Domain(
this.name,
this.args.toJava(),
this.opts.toJava(),
)
return Domain(builtJavaResource)
}
}
/**
* Creates a Microsoft AD domain
* To get more information about Domain, see:
* * [API documentation](https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains)
* * How-to Guides
* * [Managed Microsoft Active Directory Quickstart](https://cloud.google.com/managed-microsoft-ad/docs/quickstarts)
* ## Example Usage
* ### Active Directory Domain Basic
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as gcp from "@pulumi/gcp";
* const ad_domain = new gcp.activedirectory.Domain("ad-domain", {
* domainName: "tfgen.org.com",
* locations: ["us-central1"],
* reservedIpRange: "192.168.255.0/24",
* });
* ```
* ```python
* import pulumi
* import pulumi_gcp as gcp
* ad_domain = gcp.activedirectory.Domain("ad-domain",
* domain_name="tfgen.org.com",
* locations=["us-central1"],
* reserved_ip_range="192.168.255.0/24")
* ```
* ```csharp
* using System.Collections.Generic;
* using System.Linq;
* using Pulumi;
* using Gcp = Pulumi.Gcp;
* return await Deployment.RunAsync(() =>
* {
* var ad_domain = new Gcp.ActiveDirectory.Domain("ad-domain", new()
* {
* DomainName = "tfgen.org.com",
* Locations = new[]
* {
* "us-central1",
* },
* ReservedIpRange = "192.168.255.0/24",
* });
* });
* ```
* ```go
* package main
* import (
* "github.com/pulumi/pulumi-gcp/sdk/v7/go/gcp/activedirectory"
* "github.com/pulumi/pulumi/sdk/v3/go/pulumi"
* )
* func main() {
* pulumi.Run(func(ctx *pulumi.Context) error {
* _, err := activedirectory.NewDomain(ctx, "ad-domain", &activedirectory.DomainArgs{
* DomainName: pulumi.String("tfgen.org.com"),
* Locations: pulumi.StringArray{
* pulumi.String("us-central1"),
* },
* ReservedIpRange: pulumi.String("192.168.255.0/24"),
* })
* 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.gcp.activedirectory.Domain;
* import com.pulumi.gcp.activedirectory.DomainArgs;
* 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 ad_domain = new Domain("ad-domain", DomainArgs.builder()
* .domainName("tfgen.org.com")
* .locations("us-central1")
* .reservedIpRange("192.168.255.0/24")
* .build());
* }
* }
* ```
* ```yaml
* resources:
* ad-domain:
* type: gcp:activedirectory:Domain
* properties:
* domainName: tfgen.org.com
* locations:
* - us-central1
* reservedIpRange: 192.168.255.0/24
* ```
*
* ## Import
* Domain can be imported using any of these accepted formats:
* * `{{name}}`
* When using the `pulumi import` command, Domain can be imported using one of the formats above. For example:
* ```sh
* $ pulumi import gcp:activedirectory/domain:Domain default {{name}}
* ```
*/
public class Domain internal constructor(
override val javaResource: com.pulumi.gcp.activedirectory.Domain,
) : KotlinCustomResource(javaResource, DomainMapper) {
/**
* The name of delegated administrator account used to perform Active Directory operations.
* If not specified, setupadmin will be used.
*/
public val admin: Output?
get() = javaResource.admin().applyValue({ args0 -> args0.map({ args0 -> args0 }).orElse(null) })
/**
* The full names of the Google Compute Engine networks the domain instance is connected to. The domain is only available on networks listed in authorizedNetworks.
* If CIDR subnets overlap between networks, domain creation will fail.
*/
public val authorizedNetworks: Output>?
get() = javaResource.authorizedNetworks().applyValue({ args0 ->
args0.map({ args0 ->
args0.map({ args0 -> args0 })
}).orElse(null)
})
/**
* The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,
* https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
* - - -
*/
public val domainName: Output
get() = javaResource.domainName().applyValue({ args0 -> args0 })
/**
* All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
*/
public val effectiveLabels: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy