Show / Hide Table of Contents

Class KeyPairAttachmentState

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

Constructors

View Source

KeyPairAttachmentState()

Declaration
public KeyPairAttachmentState()

Properties

View Source

Force

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

InstanceIds

The list of ECS instance's IDs.

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

KeyName

The name of key pair used to bind.

Declaration
public Input<string> KeyName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.