Class InstanceAttachmentState
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.Cen
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class InstanceAttachmentState : ResourceArgs
Constructors
View SourceInstanceAttachmentState()
Declaration
public InstanceAttachmentState()
Properties
View SourceChildInstanceId
The ID of the child instance to attach.
Declaration
public Input<string> ChildInstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ChildInstanceOwnerId
The uid of the child instance. Only used when attach a child instance of other account.
Declaration
public Input<string> ChildInstanceOwnerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ChildInstanceRegionId
The region ID of the child instance to attach.
Declaration
public Input<string> ChildInstanceRegionId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceId
The ID of the CEN.
Declaration
public Input<string> InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |