Method: Google::Cloud::NetApp::V1::CreateActiveDirectoryRequest#active_directory_id

Defined in:
proto_docs/google/cloud/netapp/v1/active_directory.rb

#active_directory_id::String

Returns Required. ID of the active directory to create. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter , the last a letter or a number, and a 63 character maximum.

Returns:

  • (::String)

    Required. ID of the active directory to create. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter , the last a letter or a number, and a 63 character maximum.

[View source]

83
84
85
86
# File 'proto_docs/google/cloud/netapp/v1/active_directory.rb', line 83

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