Reference documentation and code samples for the NetApp V1 API class Google::Cloud::NetApp::V1::CreateActiveDirectoryRequest.
CreateActiveDirectoryRequest for creating an active directory.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#active_directory
def active_directory() -> ::Google::Cloud::NetApp::V1::ActiveDirectory
Returns
- (::Google::Cloud::NetApp::V1::ActiveDirectory) — Required. Fields of the to be created active directory.
#active_directory=
def active_directory=(value) -> ::Google::Cloud::NetApp::V1::ActiveDirectory
Parameter
- value (::Google::Cloud::NetApp::V1::ActiveDirectory) — Required. Fields of the to be created active directory.
Returns
- (::Google::Cloud::NetApp::V1::ActiveDirectory) — Required. Fields of the to be created active directory.
#active_directory_id
def active_directory_id() -> ::String
Returns
- (::String) — Required. ID of the active directory to create.
#active_directory_id=
def active_directory_id=(value) -> ::String
Parameter
- value (::String) — Required. ID of the active directory to create.
Returns
- (::String) — Required. ID of the active directory to create.
#parent
def parent() -> ::String
Returns
- (::String) — Required. Value for parent.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. Value for parent.
Returns
- (::String) — Required. Value for parent.