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

VcenterBasedRemoteInfo

import type { VcenterBasedRemoteInfo } from "https://aws-api.deno.dev/v0.4/services/migrationhubstrategy.ts?docs=full";

Details about the server in vCenter.

interface VcenterBasedRemoteInfo {
osType?: OSType | null;
vcenterConfigurationTimeStamp?: string | null;
}

§Properties

§
osType?: OSType | null
[src]

The type of the operating system.

§
vcenterConfigurationTimeStamp?: string | null
[src]

The time when the remote server based on vCenter was last configured.