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."],[[["The latest version of the `VmwareSourceDetails` class is 2.6.0, part of the VM Migration v1 API for .NET, with previous versions ranging from 2.5.0 to 1.0.0 also available."],["`VmwareSourceDetails` is a message class in the `Google.Cloud.VMMigration.V1` namespace that specifies the details for a VMware source in VM migration operations."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting standard operations like deep cloning and message handling."],["`VmwareSourceDetails` has properties like `Password`, `Thumbprint`, `Username`, and `VcenterIp`, used to define the credentials and connection details required for a VMware source."],["The class provides two constructors, one default and another to clone from another `VmwareSourceDetails` instance."]]],[]]