Class InstanceClusterAttachmentArgs
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.Edas
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class InstanceClusterAttachmentArgs : ResourceArgs
Constructors
View SourceInstanceClusterAttachmentArgs()
Declaration
public InstanceClusterAttachmentArgs()
Properties
View SourceClusterId
The ID of the cluster that you want to create the application.
Declaration
public Input<string> ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceIds
The ID of instance. Type: list.
Declaration
public InputList<string> InstanceIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |