GetEcsKeyPairsPair

data class GetEcsKeyPairsPair(val fingerPrint: String, val id: String, val instances: List<GetEcsKeyPairsPairInstance>, val keyName: String, val keyPairName: String, val resourceGroupId: String, val tags: Map<String, String>)

Constructors

Link copied to clipboard
constructor(fingerPrint: String, id: String, instances: List<GetEcsKeyPairsPairInstance>, keyName: String, keyPairName: String, resourceGroupId: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The finger print of the key pair.

Link copied to clipboard
val id: String

The ID of the Key Pair.

Link copied to clipboard

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

Link copied to clipboard

The Key Pair Name.

Link copied to clipboard
Link copied to clipboard

The Resource Group Id.

Link copied to clipboard

The tags.