GetKeyPairsPair

data class GetKeyPairsPair(val fingerPrint: String, val id: String, val instances: List<GetKeyPairsPairInstance>, 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<GetKeyPairsPairInstance>, keyName: String, keyPairName: String, resourceGroupId: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A finger print used to retrieve specified key pair.

Link copied to clipboard
val id: String

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

Name of the key pair.

Link copied to clipboard
Link copied to clipboard

The Id of resource group which the key pair belongs.

Link copied to clipboard

A mapping of tags to assign to the resource.