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-02 UTC."],[[["This webpage provides documentation for the `VmEndpointNatMappings` class within the `Google.Cloud.Compute.V1` namespace, covering versions from 1.0.0 to 3.6.0."],["`VmEndpointNatMappings` is a class that stores information about NAT mappings for a virtual machine network endpoint and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another that takes another `VmEndpointNatMappings` object as an argument for copying."],["Key properties include `InstanceName`, which represents the name of the VM instance, `HasInstanceName` which checks if `InstanceName` is set, and `InterfaceNatMappings`, a collection of interface-specific NAT mappings."],["The latest version covered in this documentation is version 3.6.0, with previous versions detailed down to version 1.0.0, all within the context of the VmEndpointNatMappings Class."]]],[]]