public sealed class GetPrivateCloudRequest : IMessage<GetPrivateCloudRequest>, IEquatable<GetPrivateCloudRequest>, IDeepCloneable<GetPrivateCloudRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class GetPrivateCloudRequest.
Request message for
[VmwareEngine.GetPrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.GetPrivateCloud]
Required. The resource name of the private cloud 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
[[["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 `GetPrivateCloudRequest` class within the VMware Engine v1 API."],["`GetPrivateCloudRequest` is a request message used to retrieve a private cloud, as part of the `VmwareEngine.GetPrivateCloud` API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities."],["It has two constructors: a default constructor and one that accepts another `GetPrivateCloudRequest` object, and two main properties called `Name` and `PrivateCloudName`."],["This documentation covers versions 1.0.0 through 1.6.0 of the API, with 1.6.0 being the most recent version, and it can be found in the `Google.Cloud.VmwareEngine.V1` namespace within the `Google.Cloud.VmwareEngine.V1.dll` assembly."]]],[]]