public sealed class VmwareSourceDetails : IMessage<VmwareSourceDetails>, IEquatable<VmwareSourceDetails>, IDeepCloneable<VmwareSourceDetails>, IBufferMessage, IMessage
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 webpage documents the `VmwareSourceDetails` class, which is part of the `Google.Cloud.VMMigration.V1` namespace and describes specific details for a VMware source type."],["`VmwareSourceDetails` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has public properties like `Password`, `Thumbprint`, `Username`, and `VcenterIp`, allowing for the configuration of connection credentials and vCenter details."],["There are multiple versions available, with version 2.6.0 being the latest, and the current page details the 2.0.0 version."]]],[]]