Show / Hide Table of Contents

Class DomainAttachmentState

Inheritance
System.Object
InputArgs
ResourceArgs
DomainAttachmentState
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 DomainAttachmentState : ResourceArgs

Constructors

View Source

DomainAttachmentState()

Declaration
public DomainAttachmentState()

Properties

View Source

DomainNames

The domain names bound to the DNS instance.

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

InstanceId

The id of the DNS instance.

Declaration
public Input<string> InstanceId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.