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, specifically for the .NET library."],["`GetPrivateCloudRequest` is a request message used for retrieving information about a private cloud via the `VmwareEngine.GetPrivateCloud` method."],["The `GetPrivateCloudRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Name`, which is the resource name of the private cloud to retrieve, and `PrivateCloudName`, a typed view over the Name property."],["Multiple versions of this class are available, with version 1.6.0 being the latest and there are links to the documentation for versions 1.0.0 through 1.6.0."]]],[]]