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 `VmEndpointNatMappings` class in the Google.Cloud.Compute.V1 API provides information about NAT mappings for a VM endpoint, specifically a network interface card (NIC)."],["This class offers methods such as `GetHashCode`, `GetType`, and `ToString`, along with implementations for `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `HasInstanceName` (boolean) and `InstanceName` (string) to identify the VM instance, and `InterfaceNatMappings` to provide details on the NAT mappings of the interface."],["The latest version is 3.6.0, and the documentation provides a range of previous versions from 3.5.0 all the way down to 1.0.0, in addition to the current version 2.12.0."]]],[]]