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-04-09 UTC."],[[["This webpage details the `InstanceWithNamedPorts` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.5.0, which is part of the Google Cloud .NET client library."],["The `InstanceWithNamedPorts` class is sealed and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["The class has properties such as `HasInstance`, `HasStatus`, `Instance`, `NamedPorts`, and `Status`, which provide information about the instance's URL, named ports, and status, with most being output only."],["There is a detailed history of versioning for the `InstanceWithNamedPorts` class that dates back from version 1.0.0 to the most recent version 3.6.0."],["There are 2 documented constructors, including a default constructor and a copy constructor, for instantiating `InstanceWithNamedPorts` objects."]]],[]]