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-31 UTC."],[[["The latest version of the `Google.Cloud.Compute.V1.InstanceWithNamedPorts` is 3.6.0, with multiple previous versions available, dating back to 1.0.0."],["The `InstanceWithNamedPorts` class, found within the `Google.Cloud.Compute.V1` namespace, represents an instance with named ports and inherits from `Object` while implementing several interfaces."],["This class provides read/write access to `Instance` and `Status` properties, and a read-only `NamedPorts` property of type `RepeatedField\u003cNamedPort\u003e`."],["The `InstanceWithNamedPorts` class can be instantiated using either a parameter-less constructor, or another constructor that take another `InstanceWithNamedPorts` as a parameter, for cloning purposes."],["The class includes two boolean properties, `HasInstance` and `HasStatus`, which are provided to indicate whether the corresponding fields are set or not."]]],[]]