Show / Hide Table of Contents

Class DnsDomainArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DnsDomainArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Dns
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DnsDomainArgs : ResourceArgs

Constructors

View Source

DnsDomainArgs()

Declaration
public DnsDomainArgs()

Properties

View Source

DomainName

Name of the domain. This name without suffix can have a string of 1 to 63 characters(domain name subject, excluding suffix), must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix .sh and .tel are not supported.

Declaration
public Input<string> DomainName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

GroupId

Id of the group in which the domain will add. If not supplied, then use default group.

Declaration
public Input<string> GroupId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Lang

User language.

Declaration
public Input<string> Lang { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Remark

Remarks information for your domain name.

Declaration
public Input<string> Remark { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupId

The Id of resource group which the dns domain belongs.

Declaration
public Input<string> ResourceGroupId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

A mapping of tags to assign to the resource.

  • Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
  • Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.