Class: Google::Cloud::VmwareEngine::V1::ShowNsxCredentialsRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#private_cloud::String

Returns Required. The resource name of the private cloud to be queried for credentials. 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.

Returns:

  • (::String)

    Required. The resource name of the private cloud to be queried for credentials. 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



1308
1309
1310
1311
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 1308

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