public sealed class GetMacsecConfigInterconnectRequest : IMessage<GetMacsecConfigInterconnectRequest>, IEquatable<GetMacsecConfigInterconnectRequest>, IDeepCloneable<GetMacsecConfigInterconnectRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetMacsecConfigInterconnectRequest.
A request message for Interconnects.GetMacsecConfig. 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."],[[["The `GetMacsecConfigInterconnectRequest` class is part of the Google.Cloud.Compute.V1 API and is used for requesting Macsec configurations for interconnects."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the object class."],["The documentation covers versions ranging from 1.0.0 to the latest 3.6.0, all the way to version 2.14.0, demonstrating API updates and historical changes."],["The class contains two properties, `Interconnect` and `Project`, which are used to specify the target interconnect and the project ID, respectively."],["There are two constructors for creating instances of `GetMacsecConfigInterconnectRequest`, one default and one that accepts another `GetMacsecConfigInterconnectRequest` instance as a parameter for cloning."]]],[]]