public sealed class Instance.Types.MachineConfig : IMessage<Instance.Types.MachineConfig>, IEquatable<Instance.Types.MachineConfig>, IDeepCloneable<Instance.Types.MachineConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class Instance.Types.MachineConfig.
MachineConfig describes the configuration of a machine.
[[["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 reference documentation for the `Instance.Types.MachineConfig` class within the Google Cloud AlloyDB v1 API, detailing its role in describing the configuration of a machine."],["The `MachineConfig` class is part of the `Google.Cloud.AlloyDb.V1` namespace and is implemented across various versions, from 1.0.0 to 1.9.0, with 1.9.0 being the latest version available."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, showcasing its capabilities for message handling, equality checks, deep cloning, and buffered messaging."],["The `MachineConfig` class includes a property called `CpuCount` that allows for setting and retrieving the number of CPU's in the virtual machine instance, represented as an integer."],["The class offers two constructors, a default one `MachineConfig()` and a second one `MachineConfig(Instance.Types.MachineConfig other)` that can make a new instance of the class based on another `MachineConfig` object."]]],[]]