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-28 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eInterconnectDiagnosticsLinkLACPStatus\u003c/code\u003e class provides information about the status of a Link Aggregation Control Protocol (LACP) link in Google Cloud's interconnect diagnostics, with the latest version being 3.6.0.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, for use within the Google Protobuf framework.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eInterconnectDiagnosticsLinkLACPStatus\u003c/code\u003e can be constructed with default values or by copying an existing instance, shown by it having two constructors, \u003ccode\u003eInterconnectDiagnosticsLinkLACPStatus()\u003c/code\u003e and \u003ccode\u003eInterconnectDiagnosticsLinkLACPStatus(InterconnectDiagnosticsLinkLACPStatus other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class exposes properties like \u003ccode\u003eGoogleSystemId\u003c/code\u003e, \u003ccode\u003eNeighborSystemId\u003c/code\u003e, and \u003ccode\u003eState\u003c/code\u003e to access details about the LACP exchange, such as the system IDs of both Google and the neighbor, as well as the link's current state.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHasGoogleSystemId\u003c/code\u003e, \u003ccode\u003eHasNeighborSystemId\u003c/code\u003e, and \u003ccode\u003eHasState\u003c/code\u003e properties can be used to check whether the fields \u003ccode\u003egoogle_system_id\u003c/code\u003e, \u003ccode\u003eneighbor_system_id\u003c/code\u003e, and \u003ccode\u003estate\u003c/code\u003e have been set.\u003c/p\u003e\n"]]],[],null,[]]