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

ListNfsSharesResponse

import type { ListNfsSharesResponse } from "https://googleapis.deno.dev/v1/baremetalsolution:v2.ts";

Response message containing the list of NFS shares.

interface ListNfsSharesResponse {
nextPageToken?: string;
nfsShares?: NfsShare[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

A token identifying a page of results from the server.

§
nfsShares?: NfsShare[]
[src]

The list of NFS shares.

§
unreachable?: string[]
[src]

Locations that could not be reached.