Class: Google::Cloud::NetApp::V1::GetActiveDirectoryRequest

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

Overview

GetActiveDirectory for getting a single active directory.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the active directory.

Returns:

  • (::String)

    Required. Name of the active directory.



65
66
67
68
# File 'proto_docs/google/cloud/netapp/v1/active_directory.rb', line 65

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