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."],[[["The `InstanceWithNamedPorts` class, found within the `Google.Cloud.Compute.V1` namespace, is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class, accessible via the `Google.Cloud.Compute.V1.dll` assembly, is a representation of a Google Cloud Compute instance with associated named ports."],["It has two constructors: a default one and another that takes an existing `InstanceWithNamedPorts` object to copy its values, effectively serving as a copy constructor."],["The `InstanceWithNamedPorts` class contains properties like `HasInstance`, `HasStatus`, `Instance`, `NamedPorts`, and `Status`, which help in managing the properties of an instance and determining its status."],["This webpage provides access to documentation for multiple versions of the class ranging from 1.0.0 to the latest 3.6.0."]]],[]]