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-03-24 UTC."],[[["Version 2.9.0 is the latest release for the `NextHopVpcNetwork` in the `Google.Cloud.NetworkConnectivity.V1` namespace, with multiple versions available for reference, spanning back to version 1.0.0."],["The `NextHopVpcNetwork` class, which implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is part of the `Google.Cloud.NetworkConnectivity.V1` namespace."],["The class has two constructors: `NextHopVpcNetwork()`, and `NextHopVpcNetwork(NextHopVpcNetwork other)`, the latter accepting another `NextHopVpcNetwork` instance as a parameter."],["The `NextHopVpcNetwork` class includes two properties: `Uri`, which is a string representing the URI of the VPC network resource, and `UriAsNetworkName`, which provides a `NetworkName`-typed view of the `Uri` property."],["Inherited members of the `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`, are also available for use within `NextHopVpcNetwork`."]]],[]]