Module netapp_ontap.models.cifs_domain_discovered_server
Copyright © 2022 NetApp Inc. All rights reserved.
Classes
class CifsDomainDiscoveredServerSchema (*, 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 CifsDomainDiscoveredServer object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
domain GET POST PATCH -
Fully Qualified Domain Name.
Example: test.com
-
node GET POST PATCH -
The node field of the cifs_domain_discovered_server.
-
preference GET POST PATCH -
Server Preference
Valid choices:
- unknown
- preferred
- favored
- adequate
-
server_ip GET POST PATCH -
Server IP address
-
server_name GET POST PATCH -
Server Name
-
server_type GET POST PATCH -
Server Type
Valid choices:
- unknown
- kerberos
- ms_ldap
- ms_dc
- ldap
-
state GET POST PATCH -
Server status
Valid choices:
- ok
- unavailable
- slow
- expired
- undetermined
- unreachable