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 `InstanceWithNamedPorts` class in the `Google.Cloud.Compute.V1` namespace provides information about an instance, including its URL, status, and associated named ports, with the latest version being 3.6.0."],["This class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for deep cloning, equality checks, and efficient message handling."],["The `InstanceWithNamedPorts` class has two constructors, a default one and one that accepts another `InstanceWithNamedPorts` object to use as a copy."],["Properties like `HasInstance`, `HasStatus`, `Instance`, `NamedPorts`, and `Status` allow accessing and determining the existence of instance-specific details, the named ports tied to the instance, and the current status of the instance."],["The class can access historical documentation from a range of different versions, from 1.0.0 all the way up to 3.6.0."]]],[]]