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

MetadataFilterLabelMatch

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

MetadataFilter label name value pairs that are expected to match corresponding labels presented as metadata to the load balancer.

interface MetadataFilterLabelMatch {
name?: string;
value?: string;
}

§Properties

§
name?: string
[src]

Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.

§
value?: string
[src]

The value of the label must match the specified value. value can have a maximum length of 1024 characters.