public sealed class NextHopVpcNetwork : IMessage<NextHopVpcNetwork>, IEquatable<NextHopVpcNetwork>, IDeepCloneable<NextHopVpcNetwork>, IBufferMessage, IMessage
[[["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-04-09 UTC."],[[["The `NextHopVpcNetwork` class, part of the `Google.Cloud.NetworkConnectivity.V1` namespace, represents a VPC network resource in version 2.8.0 of the library."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer management."],["The class includes properties like `Uri`, a string representing the URI of the VPC network, and `UriAsNetworkName`, which offers a `NetworkName`-typed view of the `Uri`."],["The latest version available is 2.9.0, but this documentation pertains specifically to version 2.8.0, with older versions listed going back as far as 1.0.0."],["Constructors for the `NextHopVpcNetwork` class allow for the creation of new instances, either as empty objects, or from pre-existing `NextHopVpcNetwork` objects."]]],[]]