public sealed class InstanceWithNamedPorts : IMessage<InstanceWithNamedPorts>, IEquatable<InstanceWithNamedPorts>, IDeepCloneable<InstanceWithNamedPorts>, 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-21 UTC."],[[["This webpage details the `InstanceWithNamedPorts` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.13.0 of the library."],["The `InstanceWithNamedPorts` class is used to represent an instance along with its named ports, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `HasInstance`, `HasStatus`, `Instance`, `NamedPorts`, and `Status`, providing information about the instance and its associated named ports."],["The latest available version is 3.6.0, and a historical list of versions ranging from 1.0.0 to 3.6.0 are available, including links to their documentation."],["The class has two constructors: a default constructor, `InstanceWithNamedPorts()`, and another constructor, `InstanceWithNamedPorts(InstanceWithNamedPorts other)`, that allows cloning from another instance of the same class."]]],[]]