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-03-21 UTC."],[[["This document provides reference documentation for the `GetProvisioningConfigRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.6.0."],["The `GetProvisioningConfigRequest` class is used to request provisioning configurations and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This API class inherits from the base `object` class and features inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["The class offers two constructors, one default and another that accepts an existing `GetProvisioningConfigRequest` object as a parameter for cloning."],["The `GetProvisioningConfigRequest` class has two properties: `Name`, which is a required string representing the name of the provisioning configuration, and `ProvisioningConfigName`, which provides a typed view of the `Name` resource property."]]],[]]