public sealed class VmwareSourceDetails : IMessage<VmwareSourceDetails>, IEquatable<VmwareSourceDetails>, IDeepCloneable<VmwareSourceDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class VmwareSourceDetails.
VmwareSourceDetails message describes a specific source details for the
vmware source type.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `VmwareSourceDetails` class within the VM Migration v1 API."],["The `VmwareSourceDetails` class is designed to describe the specific details of a VMware source, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that takes another `VmwareSourceDetails` object as a parameter to copy its values."],["Key properties of the `VmwareSourceDetails` class include `Password` (write-only), `Thumbprint`, `Username`, and `VcenterIp`, which are used to define credentials and the target vCenter."],["The document indicates that there are several versions of this documentation, from 1.0.0 up to the latest, 2.6.0."]]],[]]