public sealed class ReportSummary.Types.VmwareEngineFinding : IMessage<ReportSummary.Types.VmwareEngineFinding>, IEquatable<ReportSummary.Types.VmwareEngineFinding>, IDeepCloneable<ReportSummary.Types.VmwareEngineFinding>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class ReportSummary.Types.VmwareEngineFinding.
A set of findings that applies to assets destined for VMWare Engine.
[[["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 documentation pertains to the `ReportSummary.Types.VmwareEngineFinding` class within the Google Cloud Migration Center v1 API, which is designed to represent findings for assets intended for VMware Engine."],["The `VmwareEngineFinding` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparisons, deep cloning, and buffer operations."],["This API class provides the functionality to get the count of assets that are allocated through the property `AllocatedAssetCount`, and which regions they are allocated to through the `AllocatedRegions` property."],["The `NodeAllocations` property allows you to see a collection of `VmwareNodeAllocation` objects, helping define per-node type allocation."],["This class has two constructors, one that instantiates a default `VmwareEngineFinding` and one that takes a `VmwareEngineFinding` object as a parameter to use as a source for the new object."]]],[]]