public sealed class VmEndpointNatMappings : IMessage<VmEndpointNatMappings>, IEquatable<VmEndpointNatMappings>, IDeepCloneable<VmEndpointNatMappings>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class VmEndpointNatMappings.
Contain information of Nat mapping for a VM endpoint (i.e., NIC).
[[["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 the `VmEndpointNatMappings` class is 3.6.0, as indicated by the version list provided."],["The `VmEndpointNatMappings` class, part of the Google.Cloud.Compute.V1 namespace, provides information about Network Address Translation (NAT) mappings for a VM's network interface (NIC)."],["This class includes properties like `InstanceName` to identify the associated VM instance and `InterfaceNatMappings` to store the NAT mapping details."],["The class `VmEndpointNatMappings` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities within the Google.Protobuf framework."],["This class contains two constructors, a default one, and another that accepts an existing `VmEndpointNatMappings` object as a parameter, for the purpose of copying information from it to another object."]]],[]]