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

AnywhereCache

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

An Anywhere Cache instance.

interface AnywhereCache {
admissionPolicy?: string;
anywhereCacheId?: string;
bucket?: string;
createTime?: Date;
id?: string;
kind?: string;
pendingUpdate?: boolean;
selfLink?: string;
state?: string;
ttl?: number;
updateTime?: Date;
zone?: string;
}

§Properties

§
admissionPolicy?: string
[src]

The cache-level entry admission policy.

§
anywhereCacheId?: string
[src]

The ID of the Anywhere cache instance.

§
bucket?: string
[src]

The name of the bucket containing this cache instance.

§
createTime?: Date
[src]

The creation time of the cache instance in RFC 3339 format.

§
id?: string
[src]

The ID of the resource, including the project number, bucket name and anywhere cache ID.

§
kind?: string
[src]

The kind of item this is. For Anywhere Cache, this is always storage#anywhereCache.

§
pendingUpdate?: boolean
[src]

True if the cache instance has an active Update long-running operation.

§
state?: string
[src]

The current state of the cache instance.

§
ttl?: number
[src]

The TTL of all cache entries in whole seconds. e.g., "7200s".

§
updateTime?: Date
[src]

The modification time of the cache instance metadata in RFC 3339 format.

§
zone?: string
[src]

The zone in which the cache instance is running. For example, us-central1-a.