public sealed class GetExternalAddressRequest : IMessage<GetExternalAddressRequest>, IEquatable<GetExternalAddressRequest>, IDeepCloneable<GetExternalAddressRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class GetExternalAddressRequest.
Request message for
[VmwareEngine.GetExternalAddress][google.cloud.vmwareengine.v1.VmwareEngine.GetExternalAddress]
Required. The resource name of the external IP address to retrieve.
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-ip
[[["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."],[[["This document provides reference documentation for the `GetExternalAddressRequest` class within the Google Cloud VMware Engine v1 API, covering versions from 1.0.0 to the latest 1.6.0."],["The `GetExternalAddressRequest` class is used as a request message for the `VmwareEngine.GetExternalAddress` API method and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and one that takes another `GetExternalAddressRequest` object as a parameter, allowing for the creation of new instances, and copies."],["The `GetExternalAddressRequest` class contains two key properties: `ExternalAddressName`, which is a typed view of the resource name, and `Name`, which is a string representing the required resource name of the external IP address to be retrieved."]]],[]]