Show / Hide Table of Contents

Class GetKeyPairsKeyPairResult

Inheritance
System.Object
GetKeyPairsKeyPairResult
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetKeyPairsKeyPairResult

Fields

View Source

FingerPrint

A finger print used to retrieve specified key pair.

Declaration
public readonly string FingerPrint
Field Value
Type Description
System.String
View Source

Id

ID of the key pair.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Instances

A list of ECS instances that has been bound this key pair.

Declaration
public readonly ImmutableArray<GetKeyPairsKeyPairInstanceResult> Instances
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetKeyPairsKeyPairInstanceResult>
View Source

KeyName

Name of the key pair.

Declaration
public readonly string KeyName
Field Value
Type Description
System.String
View Source

ResourceGroupId

The Id of resource group which the key pair belongs.

Declaration
public readonly string ResourceGroupId
Field Value
Type Description
System.String
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.