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 information for the `GetPrivateCloudRequest` class within the VMware Engine v1 API."],["`GetPrivateCloudRequest` is a request message used to retrieve details of a private cloud, utilizing the `VmwareEngine.GetPrivateCloud` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities such as message handling, comparison, cloning, and buffering."],["The class includes properties like `Name` (a string representing the private cloud's resource name) and `PrivateCloudName`, which is a typed view over the `Name` property, to identify the resource."],["The current latest version of this API is 1.6.0, with the current document reflecting version 1.3.0 of the `GetPrivateCloudRequest` class."]]],[]]