Class KeyPairAttachmentState
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.Ecs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class KeyPairAttachmentState : ResourceArgs
Constructors
View SourceKeyPairAttachmentState()
Declaration
public KeyPairAttachmentState()
Properties
View SourceForce
Set it to true and it will reboot instances which attached with the key pair to make key pair affect immediately.
Declaration
public Input<bool> Force { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
InstanceIds
The list of ECS instance's IDs.
Declaration
public InputList<string> InstanceIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
KeyName
The name of key pair used to bind.
Declaration
public Input<string> KeyName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |