Class: Google::Cloud::NetApp::V1::ValidateDirectoryServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::ValidateDirectoryServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/storage_pool.rb
Overview
ValidateDirectoryServiceRequest validates the directory service policy attached to the storage pool.
Instance Attribute Summary collapse
-
#directory_service_type ⇒ ::Google::Cloud::NetApp::V1::DirectoryServiceType
Type of directory service policy attached to the storage pool.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#directory_service_type ⇒ ::Google::Cloud::NetApp::V1::DirectoryServiceType
Returns Type of directory service policy attached to the storage pool.
286 287 288 289 |
# File 'proto_docs/google/cloud/netapp/v1/storage_pool.rb', line 286 class ValidateDirectoryServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Name of the storage pool.
286 287 288 289 |
# File 'proto_docs/google/cloud/netapp/v1/storage_pool.rb', line 286 class ValidateDirectoryServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |