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."],[[["The latest version available for `InstanceWithNamedPorts` is 3.6.0, but the page lists versions all the way down to 1.0.0."],["`InstanceWithNamedPorts` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides information about an instance, including its URL (Instance), a list of its associated named ports (NamedPorts), and its current state (Status)."],["The class includes properties to check whether the \"instance\" and \"status\" fields have been set, using `HasInstance` and `HasStatus` properties."],["There are two constructors for creating an `InstanceWithNamedPorts` object, a default one and one which takes another `InstanceWithNamedPorts` object."]]],[]]