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

VmwareVsphereTag

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

VmwareVsphereTag describes a vSphere tag to be placed on VMs in the node pool. For more information, see https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vcenterhost.doc/GUID-E8E854DD-AA97-4E0C-8419-CE84F93C4058.html

interface VmwareVsphereTag {
category?: string;
tag?: string;
}

§Properties

§
category?: string
[src]

The Vsphere tag category.

§
tag?: string
[src]

The Vsphere tag name.