public sealed class GetHcxActivationKeyRequest : IMessage<GetHcxActivationKeyRequest>, IEquatable<GetHcxActivationKeyRequest>, IDeepCloneable<GetHcxActivationKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class GetHcxActivationKeyRequest.
Request message for [VmwareEngine.GetHcxActivationKeys][]
Required. The resource name of the HCX activation key 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/privateClouds/my-cloud/hcxActivationKeys/my-key
[[["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 page provides reference documentation for the `GetHcxActivationKeyRequest` class within the Google Cloud VMware Engine v1 API."],["The `GetHcxActivationKeyRequest` class is used to retrieve an HCX activation key and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for the class is 1.6.0, while older versions from 1.0.0 to 1.5.0 are also accessible, including 1.1.0 being the current document’s version."],["The class has two constructors, a parameterless constructor and one that takes a `GetHcxActivationKeyRequest` object as a parameter, allowing for object copying."],["The `GetHcxActivationKeyRequest` class has properties named `HcxActivationKeyName` and `Name` that allow users to manipulate and define the HCX activation key name."]]],[]]