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 document outlines the `VmwareSourceDetails` class, which is used to define specific details for VMware source types in the Google Cloud VMMigration service, with version 2.1.0 being displayed."],["The `VmwareSourceDetails` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The class provides constructors for creating new instances and copying existing ones, specifically a default constructor `VmwareSourceDetails()` and a copy constructor `VmwareSourceDetails(VmwareSourceDetails other)`."],["Key properties of `VmwareSourceDetails` include `Password`, `Thumbprint`, `Username`, and `VcenterIp`, which are used to store credentials and connection information for the VMware vCenter."],["The latest version available is `2.6.0`, while this document covers the 2.1.0 version, with additional versions available including versions 2.5.0, 2.4.0, 2.3.0, 2.2.0, 2.0.0 and 1.0.0, each with their respective documentation page."]]],[]]