Show / Hide Table of Contents

Class SshKeyArgs

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

Constructors

View Source

SshKeyArgs()

Declaration
public SshKeyArgs()

Properties

View Source

Name

The name of the SSH key for identification

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

PublicKey

The public key. If this is a file, it can be read using the file interpolation function

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