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 1.4.0, which is part of the Google Cloud Compute .NET library."],["The `InstanceWithNamedPorts` class is sealed, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the base `Object` class."],["The class has two constructors, one default and another that accepts another `InstanceWithNamedPorts` object as a parameter for copying."],["Key properties include `Instance` (the URL of the instance), `NamedPorts` (the named ports belonging to the instance group), and `Status` (the instance's status), along with `HasInstance` and `HasStatus` to verify which fields are set."],["The page also lists the availability of 29 different versions of the `InstanceWithNamedPorts` class, from version 1.0.0 up to the latest 3.6.0, with each version having its own documentation page."]]],[]]