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

VmwareAdminF5BigIpConfig

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

VmwareAdminF5BigIpConfig represents configuration parameters for an F5 BIG-IP load balancer.

interface VmwareAdminF5BigIpConfig {
address?: string;
partition?: string;
snatPool?: string;
}

§Properties

§
address?: string
[src]

The load balancer's IP address.

§
partition?: string
[src]

The preexisting partition to be used by the load balancer. This partition is usually created for the admin cluster for example: 'my-f5-admin-partition'.

§
snatPool?: string
[src]

The pool name. Only necessary, if using SNAT.