public sealed class GetVmwareEngineNetworkRequest : IMessage<GetVmwareEngineNetworkRequest>, IEquatable<GetVmwareEngineNetworkRequest>, IDeepCloneable<GetVmwareEngineNetworkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class GetVmwareEngineNetworkRequest.
Request message for
[VmwareEngine.GetVmwareEngineNetwork][google.cloud.vmwareengine.v1.VmwareEngine.GetVmwareEngineNetwork]
Required. The resource name of the VMware Engine network 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/global/vmwareEngineNetworks/my-network
[[["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 information for the `GetVmwareEngineNetworkRequest` class, a part of the Google Cloud VMware Engine v1 API, available in versions from 1.0.0 to the latest 1.6.0."],["The `GetVmwareEngineNetworkRequest` class is used to request information about a specific VMware Engine network, as indicated by the request message description for `VmwareEngine.GetVmwareEngineNetwork`."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for message handling, equality checks, deep cloning, and buffered message support."],["It has two properties: `Name`, a string representing the resource name of the VMware Engine network to retrieve, and `VmwareEngineNetworkName`, a typed view over the `Name` resource name property."],["The `GetVmwareEngineNetworkRequest` class has two constructors: a parameterless constructor, and one that accepts another `GetVmwareEngineNetworkRequest` object as its parameter."]]],[]]