public sealed class GetProvisioningConfigRequest : IMessage<GetProvisioningConfigRequest>, IEquatable<GetProvisioningConfigRequest>, IDeepCloneable<GetProvisioningConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class GetProvisioningConfigRequest.
[[["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-04-17 UTC."],[[["This webpage provides documentation for the `GetProvisioningConfigRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.5.0."],["`GetProvisioningConfigRequest` is used to request a provisioning configuration and inherits from `object`, while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `GetProvisioningConfigRequest()` for default initialization and `GetProvisioningConfigRequest(GetProvisioningConfigRequest other)` for creating a new instance from an existing one."],["It contains two key properties, `Name` (a string) which is the required name of the provisioning config and `ProvisioningConfigName`, which provides a typed view over the Name property."],["The page also lists previous versions of the API from 1.0.0 to 1.7.0 (latest) indicating a history of changes and updates to this resource."]]],[]]