Class DomainAttachmentState
Inherited Members
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 DomainAttachmentState : ResourceArgs
Constructors
View SourceDomainAttachmentState()
Declaration
public DomainAttachmentState()
Properties
View SourceDomainNames
The domain names bound to the DNS instance.
Declaration
public InputList<string> DomainNames { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
InstanceId
The id of the DNS instance.
Declaration
public Input<string> InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |