public sealed class NetworkConfig.Types.IntakeVlanAttachment : IMessage<NetworkConfig.Types.IntakeVlanAttachment>, IEquatable<NetworkConfig.Types.IntakeVlanAttachment>, IDeepCloneable<NetworkConfig.Types.IntakeVlanAttachment>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class NetworkConfig.Types.IntakeVlanAttachment.
[[["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 documentation covers the `NetworkConfig.Types.IntakeVlanAttachment` class from the Bare Metal Solution v2 API, specifically within version 1.5.0."],["The `IntakeVlanAttachment` class represents a GCP VLAN attachment and is accessible within the `Google.Cloud.BareMetalSolution.V2` namespace."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `object` class."],["The class includes two constructors: a default constructor and one that accepts another `IntakeVlanAttachment` object for creating copies."],["The class has two primary properties, `Id` and `PairingKey`, which are both of type `string` and represent the identifier and pairing key of the VLAN attachment, respectively."]]],[]]