public sealed class GetNetworkAttachmentRequest : IMessage<GetNetworkAttachmentRequest>, IEquatable<GetNetworkAttachmentRequest>, IDeepCloneable<GetNetworkAttachmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetNetworkAttachmentRequest.
A request message for NetworkAttachments.Get. See the method description for details.
[[["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 `GetNetworkAttachmentRequest` class within the Compute Engine v1 API for .NET, with the current version being 2.8.0."],["The `GetNetworkAttachmentRequest` class is a request message used for retrieving details about a specific NetworkAttachment, as part of the NetworkAttachments.Get method."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["There is a list of accessible versions, ranging from the latest 3.6.0 down to 1.0.0, that are available to reference the documentation."],["The `GetNetworkAttachmentRequest` class has several properties including `NetworkAttachment`, `Project`, and `Region`, which are of type string and used for specifying the details of the network attachment being requested."]]],[]]