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 Google Cloud VM Migration v1 API, specifically for version 2.5.0."],["`VmwareSourceDetails` describes source details for VMware source types and inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `VmwareSourceDetails` contains constructors, one of which is parameterized and takes a `VmwareSourceDetails` object as a parameter, as well as properties like `Password`, `Thumbprint`, `Username`, and `VcenterIp`."],["The `Password` property is write-only and is used for the credentials password, while `Username` and `VcenterIp` store the username and IP address of the vCenter, respectively, and `Thumbprint` represents the certificate for the vcenter."],["Previous versions of the API are also available, with the most recent being version 2.6.0, followed by versions 2.5.0, 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0."]]],[]]