public sealed class ExternalAddress : IMessage<ExternalAddress>, IEquatable<ExternalAddress>, IDeepCloneable<ExternalAddress>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class ExternalAddress.
Represents an allocated external IP address and its corresponding internal IP
address in a private cloud.
Output only. The resource name of this external IP address.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eExternalAddress\u003c/code\u003e class within the Google Cloud VMware Engine v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExternalAddress\u003c/code\u003e class represents an allocated external IP address linked to its corresponding internal IP within a private cloud.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eExternalAddress\u003c/code\u003e class is 1.6.0, with previous versions available from 1.0.0 onwards.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eExternalAddress\u003c/code\u003e class include \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eDescription\u003c/code\u003e, \u003ccode\u003eExternalIp\u003c/code\u003e, \u003ccode\u003eInternalIp\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eState\u003c/code\u003e, \u003ccode\u003eUid\u003c/code\u003e, and \u003ccode\u003eUpdateTime\u003c/code\u003e, allowing for tracking and management.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eExternalAddress\u003c/code\u003e inherits from object and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage.\u003c/p\u003e\n"]]],[],null,["# VMware Engine v1 API - Class ExternalAddress (1.6.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.6.0 (latest)](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1.ExternalAddress)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.5.0/Google.Cloud.VmwareEngine.V1.ExternalAddress)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.4.0/Google.Cloud.VmwareEngine.V1.ExternalAddress)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.3.0/Google.Cloud.VmwareEngine.V1.ExternalAddress)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.2.0/Google.Cloud.VmwareEngine.V1.ExternalAddress)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.1.0/Google.Cloud.VmwareEngine.V1.ExternalAddress)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.0.0/Google.Cloud.VmwareEngine.V1.ExternalAddress) \n\n public sealed class ExternalAddress : IMessage\u003cExternalAddress\u003e, IEquatable\u003cExternalAddress\u003e, IDeepCloneable\u003cExternalAddress\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the VMware Engine v1 API class ExternalAddress.\n\nRepresents an allocated external IP address and its corresponding internal IP\naddress in a private cloud. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ExternalAddress \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ExternalAddress](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1.ExternalAddress), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ExternalAddress](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1.ExternalAddress), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ExternalAddress](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1.ExternalAddress), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.VmwareEngine.V1](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.VmwareEngine.V1.dll\n\nConstructors\n------------\n\n### ExternalAddress()\n\n public ExternalAddress()\n\n### ExternalAddress(ExternalAddress)\n\n public ExternalAddress(ExternalAddress other)\n\nProperties\n----------\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. Creation time of this resource.\n\n### Description\n\n public string Description { get; set; }\n\nUser-provided description for this resource.\n\n### ExternalAddressName\n\n public ExternalAddressName ExternalAddressName { get; set; }\n\n[ExternalAddressName](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1.ExternalAddressName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1.ExternalAddress#Google_Cloud_VmwareEngine_V1_ExternalAddress_Name) resource name property.\n\n### ExternalIp\n\n public string ExternalIp { get; set; }\n\nOutput only. The external IP address of a workload VM.\n\n### InternalIp\n\n public string InternalIp { get; set; }\n\nThe internal IP address of a workload VM.\n\n### Name\n\n public string Name { get; set; }\n\nOutput only. The resource name of this external IP address.\nResource names are schemeless URIs that follow the conventions in\n\u003chttps://cloud.google.com/apis/design/resource_names\u003e.\nFor example:\n`projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address`\n\n### State\n\n public ExternalAddress.Types.State State { get; set; }\n\nOutput only. The state of the resource.\n\n### Uid\n\n public string Uid { get; set; }\n\nOutput only. System-generated unique identifier for the resource.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. Last update time of this resource."]]