public sealed class AcceleratorConfig : IMessage<AcceleratorConfig>, IEquatable<AcceleratorConfig>, IDeepCloneable<AcceleratorConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class AcceleratorConfig.
A specification of the type and number of accelerator cards attached to the
instance.
[[["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 `AcceleratorConfig` class in the Google.Cloud.BackupDR.V1 namespace defines the configuration for accelerator cards attached to an instance within the Backup and DR Service v1 API."],["The latest version of this class is 2.1.0, with previous versions including 2.0.0, 1.2.0, 1.1.0, and 1.0.0-beta02 also available for reference."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, inheriting from the base object class, and it allows for the specification of the number and type of accelerator cards."],["Key properties of the `AcceleratorConfig` class include `AcceleratorCount` to set the quantity of accelerator cards and `AcceleratorType` to define the type, along with `HasAcceleratorCount` and `HasAcceleratorType` to verify if these fields are set."],["The class offers two constructors, one for a default instance and another to create an instance based on an existing `AcceleratorConfig`."]]],[]]