Instance Reference Response
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)