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 provides information about NAT mappings for a VM endpoint (NIC) within the Google Cloud Compute environment."],["This documentation covers multiple versions of the Google.Cloud.Compute.V1 library, ranging from version 1.0.0 to the latest 3.6.0, allowing developers to see the history of this class."],["The class `VmEndpointNatMappings` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality."],["The `VmEndpointNatMappings` class has properties like `InstanceName` (the name of the VM) and `InterfaceNatMappings` that contains the nat mapping for the interface."],["The documentation specifies the class's constructors, `VmEndpointNatMappings()` and `VmEndpointNatMappings(VmEndpointNatMappings other)`, for creating new objects and cloning respectively."]]],[]]