InstanceReferenceResponse

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

A reference to a Compute Engine instance.

Constructors

Link copied to clipboard
fun InstanceReferenceResponse(instanceId: String, instanceName: 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 key used for sharing data with this instance.