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 SourceFingerPrint
A finger print used to retrieve specified key pair.
Declaration
public readonly string FingerPrint
Field Value
| Type | Description |
|---|---|
| System.String |
Id
ID of the key pair.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
KeyName
Name of the key pair.
Declaration
public readonly string KeyName
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupId
The Id of resource group which the key pair belongs.
Declaration
public readonly string ResourceGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
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> |