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

VmwareSourceDetails

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

VmwareSourceDetails message describes a specific source details for the vmware source type.

interface VmwareSourceDetails {
password?: string;
resolvedVcenterHost?: string;
thumbprint?: string;
username?: string;
vcenterIp?: string;
}

§Properties

§
password?: string
[src]

Input only. The credentials password. This is write only and can not be read in a GET operation.

§
resolvedVcenterHost?: string
[src]

The hostname of the vcenter.

§
thumbprint?: string
[src]

The thumbprint representing the certificate for the vcenter.

§
username?: string
[src]

The credentials username.

§
vcenterIp?: string
[src]

The ip address of the vcenter this Source represents.