Show / Hide Table of Contents

Class InstanceClusterAttachmentState

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceClusterAttachmentState
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.Edas
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class InstanceClusterAttachmentState : ResourceArgs

Constructors

View Source

InstanceClusterAttachmentState()

Declaration
public InstanceClusterAttachmentState()

Properties

View Source

ClusterId

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>
View Source

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>
View Source

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>
View Source

InstanceIds

The ID of instance. Type: list.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.