public sealed class VmEndpointNatMappings : IMessage<VmEndpointNatMappings>, IEquatable<VmEndpointNatMappings>, IDeepCloneable<VmEndpointNatMappings>, IBufferMessage, IMessage
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-04-09 UTC."],[[["The `VmEndpointNatMappings` class, part of the `Google.Cloud.Compute.V1` namespace, provides information about Network Address Translation (NAT) mappings for a Virtual Machine (VM) endpoint."],["This class has been implemented with multiple interfaces for deep cloning, equitability, and protobuf message handling, and is contained within the assembly `Google.Cloud.Compute.V1.dll`."],["The latest version for the VmEndpointNatMappings is 3.6.0, with multiple previous versions ranging from 3.5.0 to 1.0.0 also available."],["`VmEndpointNatMappings` contains properties such as `HasInstanceName`, `InstanceName`, and `InterfaceNatMappings`, offering details about the VM instance associated with the endpoint and the NAT mappings themselves."],["The class has two constructors, one of them being a copy constructor that accepts another instance of `VmEndpointNatMappings` as a parameter, while also inheriting methods from the base `Object` class."]]],[]]