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."],[[["This webpage provides documentation for the `VmEndpointNatMappings` class within the `Google.Cloud.Compute.V1` namespace, specifically focusing on version 2.0.0 of the library, which details information regarding Network Address Translation (NAT) mappings for VM endpoints."],["The `VmEndpointNatMappings` class is used to store and manage NAT mapping information for a virtual machine (VM) endpoint, also known as a network interface card (NIC)."],["The provided documentation includes a comprehensive list of all available versions, ranging from version 1.0.0 to the latest version 3.6.0, with links to detailed information for each specific version of the `VmEndpointNatMappings`."],["`VmEndpointNatMappings` implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors that allow for creating a new instance, either empty or as a copy of an existing `VmEndpointNatMappings` object."],["The class includes properties such as `HasInstanceName`, `InstanceName`, and `InterfaceNatMappings`, which allow querying if the instance name is set, retrieving or setting the name of the VM instance, and managing the collection of NAT mappings for network interfaces, respectively."]]],[]]