Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudMemcacheV1UpgradeInstanceRequest

import type { GoogleCloudMemcacheV1UpgradeInstanceRequest } from "https://googleapis.deno.dev/v1/memcache:v1.ts";

Request for UpgradeInstance.

interface GoogleCloudMemcacheV1UpgradeInstanceRequest {
memcacheVersion?: "MEMCACHE_VERSION_UNSPECIFIED" | "MEMCACHE_1_5" | "MEMCACHE_1_6_15";
}

§Properties

§
memcacheVersion?: "MEMCACHE_VERSION_UNSPECIFIED" | "MEMCACHE_1_5" | "MEMCACHE_1_6_15"
[src]

Required. Specifies the target version of memcached engine to upgrade to.