public sealed class InstanceFlexibilityPolicy.Types.InstanceSelectionResult : IMessage<InstanceFlexibilityPolicy.Types.InstanceSelectionResult>, IEquatable<InstanceFlexibilityPolicy.Types.InstanceSelectionResult>, IDeepCloneable<InstanceFlexibilityPolicy.Types.InstanceSelectionResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class InstanceFlexibilityPolicy.Types.InstanceSelectionResult.
Defines a mapping from machine types to the number of VMs that are created
with each machine 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 webpage provides documentation for the `InstanceFlexibilityPolicy.Types.InstanceSelectionResult` class within the Google Cloud Dataproc v1 API, detailing its purpose in mapping machine types to the number of VMs created with each type."],["The latest version of the documentation available is 5.17.0, while also offering access to historical versions, ranging from 3.1.0 to 5.16.0, to reference different code iterations and changes."],["The `InstanceSelectionResult` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which can be seen in the documentation's inheritance breakdown."],["The `InstanceSelectionResult` class contains two key properties: `MachineType`, which is a string representing the full machine-type name, and `VmCount`, which is an integer representing the number of VMs provisioned with that machine type."],["Two constructors are available to use, one to construct an empty object, and another which uses an already existing object of the same type to copy information."]]],[]]