InstanceReferenceResponse

data class InstanceReferenceResponse(val instanceId: String, val instanceName: String, val publicEciesKey: String, val publicKey: String)

A reference to a Compute Engine instance.

Constructors

Link copied to clipboard
fun InstanceReferenceResponse(instanceId: String, instanceName: String, publicEciesKey: String, publicKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the Compute Engine instance.

Link copied to clipboard

The user-friendly name of the Compute Engine instance.

Link copied to clipboard

The public ECIES key used for sharing data with this instance.

Link copied to clipboard

The public RSA key used for sharing data with this instance.