Module netapp_ontap.models.active_directory_discovered_servers
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class ActiveDirectoryDiscoveredServersSchema (*, only: Union[Sequence[str], Set[str]] = None, exclude: Union[Sequence[str], Set[str]] = (), many: bool = False, context: Dict = None, load_only: Union[Sequence[str], Set[str]] = (), dump_only: Union[Sequence[str], Set[str]] = (), partial: Union[bool, Sequence[str], Set[str]] = False, unknown: str = None)
-
The fields of the ActiveDirectoryDiscoveredServers object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
domain: str GET POST PATCH
-
The Active Directory domain that the discovered server is a member of.
Example: server1.com
-
node: Node GET POST PATCH
-
The node field of the active_directory_discovered_servers.
-
preference: str GET POST PATCH
-
The preference level of the server that was discovered.
Valid choices:
- unknown
- preferred
- favored
- adequate
-
server: ActiveDirectoryDiscoveredServer GET POST PATCH
-
The server field of the active_directory_discovered_servers.
-
state: str GET POST PATCH
-
The status of the connection to the server that was discovered.
Valid choices:
- ok
- unavailable
- slow
- expired
- undetermined
- unreachable