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 Google Cloud VMware Engine v1 API, specifically version 1.5.0."],["`GetPrivateCloudRequest` is used to send a request to the `VmwareEngine.GetPrivateCloud` API, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a parameterless constructor and one that takes another `GetPrivateCloudRequest` object as an argument for constructing a copy of the instance."],["The `GetPrivateCloudRequest` class features two properties, `Name` (a string) and `PrivateCloudName` (a `PrivateCloudName` type), which are essential for identifying the specific private cloud to be retrieved."],["The latest version of this documentation is available for version 1.6.0, and previous versions can be viewed, with the earliest being version 1.0.0."]]],[]]