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-24 UTC."],[[["The latest version of the `InstanceWithNamedPorts` class is 3.6.0, but this page is showing version 2.11.0."],["The `InstanceWithNamedPorts` class, found within the `Google.Cloud.Compute.V1` namespace, is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class includes properties such as `Instance` and `Status`, which hold string values, along with `NamedPorts`, a `RepeatedField` containing `NamedPort` objects, and boolean properties to check whether the `Instance` and `Status` properties are set."],["This `InstanceWithNamedPorts` class has two constructors: one default and the other taking an `InstanceWithNamedPorts` object as a parameter."],["This class inherits members from the base `object` class such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]