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

ProjectsLocationsInstancesCreateOptions

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

Additional options for memcache#projectsLocationsInstancesCreate.

interface ProjectsLocationsInstancesCreateOptions {
instanceId?: string;
}

§Properties

§
instanceId?: string
[src]

Required. The logical name of the Memcached instance in the user project with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-40 characters. * Must end with a number or a letter. * Must be unique within the user project / location. If any of the above are not met, the API raises an invalid argument error.