public sealed class InterconnectDiagnosticsLinkLACPStatus : IMessage<InterconnectDiagnosticsLinkLACPStatus>, IEquatable<InterconnectDiagnosticsLinkLACPStatus>, IDeepCloneable<InterconnectDiagnosticsLinkLACPStatus>, IBufferMessage, IMessage
The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle. - DETACHED: The link is not configured within the bundle. This means that the rest of the object should be empty.
Check the State enum for the list of possible values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eInterconnectDiagnosticsLinkLACPStatus\u003c/code\u003e class provides details about the status of a LACP (Link Aggregation Control Protocol) link for interconnect diagnostics in Google Cloud Compute.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its capabilities in handling messages, comparisons, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eInterconnectDiagnosticsLinkLACPStatus\u003c/code\u003e include \u003ccode\u003eGoogleSystemId\u003c/code\u003e and \u003ccode\u003eNeighborSystemId\u003c/code\u003e to identify the systems involved, and \u003ccode\u003eState\u003c/code\u003e to describe the link's status as either "ACTIVE" or "DETACHED".\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API is 3.6.0 and it contains a list of versions that goes down to version 1.0.0, where each version has a link to its associated documentation.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for this class, the first, \u003ccode\u003eInterconnectDiagnosticsLinkLACPStatus()\u003c/code\u003e being a default constructor, and the second, \u003ccode\u003eInterconnectDiagnosticsLinkLACPStatus(InterconnectDiagnosticsLinkLACPStatus other)\u003c/code\u003e which takes a parameter of the class type.\u003c/p\u003e\n"]]],[],null,[]]