Show / Hide Table of Contents

Class KeyPairState

Inheritance
System.Object
InputArgs
ResourceArgs
KeyPairState
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 KeyPairState : ResourceArgs

Constructors

View Source

KeyPairState()

Declaration
public KeyPairState()

Properties

View Source

FingerPrint

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

KeyFile

The name of file to save your new key pair's private key. Strongly suggest you to specified it when you creating key pair, otherwise, you wouldn't get its private key ever.

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

KeyName

The key pair's name. It is the only in one Alicloud account.

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

KeyNamePrefix

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

PublicKey

You can import an existing public key and using Alicloud key pair to manage it.

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

ResourceGroupId

The Id of resource group which the key pair belongs.

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

Tags

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.