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."],[[["`VmwareSourceDetails` is a message class within the `Google.Cloud.VMMigration.V1` namespace, designed to encapsulate specific details for VMware source types."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities such as message handling, equality checks, deep cloning, and buffered message operations."],["The `VmwareSourceDetails` class provides constructors for creating new instances, either default or by copying from an existing `VmwareSourceDetails` object."],["It includes properties such as `Password`, `Thumbprint`, `Username`, and `VcenterIp`, allowing for the management of VMware credentials and vCenter connection details."],["Version 2.6.0 is the latest version available, with other versions ranging from 2.5.0 to 1.0.0 available as well, including links to their respective documentation."]]],[]]