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

AgentPool

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

Represents an agent pool.

interface AgentPool {
bandwidthLimit?: BandwidthLimit;
displayName?: string;
name?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "CREATING"
| "CREATED"
| "DELETING";
}

§Properties

§
bandwidthLimit?: BandwidthLimit
[src]

Specifies the bandwidth limit details. If this field is unspecified, the default value is set as 'No Limit'.

§
displayName?: string
[src]

Specifies the client-specified AgentPool description.

§
name?: string
[src]

Required. Specifies a unique string that identifies the agent pool. Format: projects/{project_id}/agentPools/{agent_pool_id}

§
readonly state?: "STATE_UNSPECIFIED" | "CREATING" | "CREATED" | "DELETING"
[src]

Output only. Specifies the state of the AgentPool.