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

DatastoreNetwork

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

The network configuration for the datastore.

interface DatastoreNetwork {
connectionCount?: number;
mtu?: number;
readonly networkPeering?: string;
subnet?: string;
}

§Properties

§
connectionCount?: number
[src]

Optional. The number of connections of the NFS volume. Spported from vsphere 8.0u1

§
mtu?: number
[src]

Optional. The Maximal Transmission Unit (MTU) of the datastore. System sets default MTU size. It prefers the VPC peering MTU, falling back to the VEN MTU if no peering MTU is found. when detected, and falling back to the VEN MTU otherwise.

§
readonly networkPeering?: string
[src]

Output only. The resource name of the network peering, used to access the file share by clients on private cloud. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. e.g. projects/my-project/locations/us-central1/networkPeerings/my-network-peering

§
subnet?: string
[src]

Required. The resource name of the subnet Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. e.g. projects/my-project/locations/us-central1/subnets/my-subnet