Class: Google::Cloud::VmwareEngine::V1::GetHcxActivationKeyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb

Overview

Request message for [VmwareEngine.GetHcxActivationKeys][]

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns 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.

Returns:

  • (::String)

    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



1468
1469
1470
1471
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 1468

class GetHcxActivationKeyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end