Class InstanceClusterAttachmentState
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 InstanceClusterAttachmentState : ResourceArgs
Constructors
View SourceInstanceClusterAttachmentState()
Declaration
public InstanceClusterAttachmentState()
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> |
ClusterMemberIds
The cluster members map of the resource supplied above. The key is instance_id and the value is cluster_member_id.
Declaration
public InputMap<string> ClusterMemberIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
EcuMap
The ecu map of the resource supplied above. The key is instance_id and the value is ecu_id.
Declaration
public InputMap<string> EcuMap { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
InstanceIds
The ID of instance. Type: list.
Declaration
public InputList<string> InstanceIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
StatusMap
The status map of the resource supplied above. The key is instance_id and the values are 1(running) 0(converting) -1(failed) and -2(offline).
Declaration
public InputMap<int> StatusMap { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Int32> |