1. Packages
  2. Gandi
  3. API Docs
  4. livedns
  5. Domain
Gandi v0.0.14 published on Saturday, Dec 17, 2022 by Pulumiverse

gandi.livedns.Domain

Explore with Pulumi AI

gandi logo
Gandi v0.0.14 published on Saturday, Dec 17, 2022 by Pulumiverse

    Create Domain Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Domain(name: string, args?: DomainArgs, opts?: CustomResourceOptions);
    @overload
    def Domain(resource_name: str,
               args: Optional[DomainArgs] = None,
               opts: Optional[ResourceOptions] = None)
    
    @overload
    def Domain(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               automatic_snapshots: Optional[bool] = None,
               name: Optional[str] = None,
               ttl: Optional[int] = None)
    func NewDomain(ctx *Context, name string, args *DomainArgs, opts ...ResourceOption) (*Domain, error)
    public Domain(string name, DomainArgs? args = null, CustomResourceOptions? opts = null)
    public Domain(String name, DomainArgs args)
    public Domain(String name, DomainArgs args, CustomResourceOptions options)
    
    type: gandi:livedns:Domain
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args DomainArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DomainArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DomainArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DomainArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DomainArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var gandiDomainResource = new Gandi.Livedns.Domain("gandiDomainResource", new()
    {
        AutomaticSnapshots = false,
        Name = "string",
    });
    
    example, err := livedns.NewDomain(ctx, "gandiDomainResource", &livedns.DomainArgs{
    	AutomaticSnapshots: pulumi.Bool(false),
    	Name:               pulumi.String("string"),
    })
    
    var gandiDomainResource = new Domain("gandiDomainResource", DomainArgs.builder()        
        .automaticSnapshots(false)
        .name("string")
        .build());
    
    gandi_domain_resource = gandi.livedns.Domain("gandiDomainResource",
        automatic_snapshots=False,
        name="string")
    
    const gandiDomainResource = new gandi.livedns.Domain("gandiDomainResource", {
        automaticSnapshots: false,
        name: "string",
    });
    
    type: gandi:livedns:Domain
    properties:
        automaticSnapshots: false
        name: string
    

    Domain Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Domain resource accepts the following input properties:

    AutomaticSnapshots bool
    Enable or disable the automatic creation of snapshots when records are changed
    Name string
    The FQDN of the domain
    Ttl int
    The SOA TTL for the domain

    Deprecated: This ttl attribute will be removed on next major release: this attribute should not be exposed to the user. See https://github.com/go-gandi/terraform-provider-gandi/pull/90 for details.

    AutomaticSnapshots bool
    Enable or disable the automatic creation of snapshots when records are changed
    Name string
    The FQDN of the domain
    Ttl int
    The SOA TTL for the domain

    Deprecated: This ttl attribute will be removed on next major release: this attribute should not be exposed to the user. See https://github.com/go-gandi/terraform-provider-gandi/pull/90 for details.

    automaticSnapshots Boolean
    Enable or disable the automatic creation of snapshots when records are changed
    name String
    The FQDN of the domain
    ttl Integer
    The SOA TTL for the domain

    Deprecated: This ttl attribute will be removed on next major release: this attribute should not be exposed to the user. See https://github.com/go-gandi/terraform-provider-gandi/pull/90 for details.

    automaticSnapshots boolean
    Enable or disable the automatic creation of snapshots when records are changed
    name string
    The FQDN of the domain
    ttl number
    The SOA TTL for the domain

    Deprecated: This ttl attribute will be removed on next major release: this attribute should not be exposed to the user. See https://github.com/go-gandi/terraform-provider-gandi/pull/90 for details.

    automatic_snapshots bool
    Enable or disable the automatic creation of snapshots when records are changed
    name str
    The FQDN of the domain
    ttl int
    The SOA TTL for the domain

    Deprecated: This ttl attribute will be removed on next major release: this attribute should not be exposed to the user. See https://github.com/go-gandi/terraform-provider-gandi/pull/90 for details.

    automaticSnapshots Boolean
    Enable or disable the automatic creation of snapshots when records are changed
    name String
    The FQDN of the domain
    ttl Number
    The SOA TTL for the domain

    Deprecated: This ttl attribute will be removed on next major release: this attribute should not be exposed to the user. See https://github.com/go-gandi/terraform-provider-gandi/pull/90 for details.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Domain resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing Domain Resource

    Get an existing Domain resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: DomainState, opts?: CustomResourceOptions): Domain
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            automatic_snapshots: Optional[bool] = None,
            name: Optional[str] = None,
            ttl: Optional[int] = None) -> Domain
    func GetDomain(ctx *Context, name string, id IDInput, state *DomainState, opts ...ResourceOption) (*Domain, error)
    public static Domain Get(string name, Input<string> id, DomainState? state, CustomResourceOptions? opts = null)
    public static Domain get(String name, Output<String> id, DomainState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AutomaticSnapshots bool
    Enable or disable the automatic creation of snapshots when records are changed
    Name string
    The FQDN of the domain
    Ttl int
    The SOA TTL for the domain

    Deprecated: This ttl attribute will be removed on next major release: this attribute should not be exposed to the user. See https://github.com/go-gandi/terraform-provider-gandi/pull/90 for details.

    AutomaticSnapshots bool
    Enable or disable the automatic creation of snapshots when records are changed
    Name string
    The FQDN of the domain
    Ttl int
    The SOA TTL for the domain

    Deprecated: This ttl attribute will be removed on next major release: this attribute should not be exposed to the user. See https://github.com/go-gandi/terraform-provider-gandi/pull/90 for details.

    automaticSnapshots Boolean
    Enable or disable the automatic creation of snapshots when records are changed
    name String
    The FQDN of the domain
    ttl Integer
    The SOA TTL for the domain

    Deprecated: This ttl attribute will be removed on next major release: this attribute should not be exposed to the user. See https://github.com/go-gandi/terraform-provider-gandi/pull/90 for details.

    automaticSnapshots boolean
    Enable or disable the automatic creation of snapshots when records are changed
    name string
    The FQDN of the domain
    ttl number
    The SOA TTL for the domain

    Deprecated: This ttl attribute will be removed on next major release: this attribute should not be exposed to the user. See https://github.com/go-gandi/terraform-provider-gandi/pull/90 for details.

    automatic_snapshots bool
    Enable or disable the automatic creation of snapshots when records are changed
    name str
    The FQDN of the domain
    ttl int
    The SOA TTL for the domain

    Deprecated: This ttl attribute will be removed on next major release: this attribute should not be exposed to the user. See https://github.com/go-gandi/terraform-provider-gandi/pull/90 for details.

    automaticSnapshots Boolean
    Enable or disable the automatic creation of snapshots when records are changed
    name String
    The FQDN of the domain
    ttl Number
    The SOA TTL for the domain

    Deprecated: This ttl attribute will be removed on next major release: this attribute should not be exposed to the user. See https://github.com/go-gandi/terraform-provider-gandi/pull/90 for details.

    Package Details

    Repository
    gandi pulumiverse/pulumi-gandi
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the gandi Terraform Provider.
    gandi logo
    Gandi v0.0.14 published on Saturday, Dec 17, 2022 by Pulumiverse