Module netapp_ontap.models.ldap_status
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class LdapStatusSchema (*, 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 LdapStatus object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
code: Size GET POST PATCH
-
Code corresponding to the error message. If there is no error, it will be 0 to indicate success.
Example: 65537300
-
dn_message: List[str] GET POST PATCH
-
The dn_message field of the ldap_status.
-
ipv4_state: str GET POST PATCH
-
The status of the LDAP service with IPv4 address.
Valid choices:
- up
- down
-
ipv6_state: str GET POST PATCH
-
The status of the LDAP service with IPv6 address.
Valid choices:
- up
- down
-
message: str GET POST PATCH
-
Provides additional details on the error if
ipv4_state
oripv6_state
is down. If bothipv4_state
andipv6_state
are up, it provides details of the IP addresses that are connected successfully. -
state: str GET POST PATCH
-
The status of the LDAP service for the SVM. The LDAP service is up if either
ipv4_state
oripv6_state
is up. The LDAP service is down if bothipv4_state
andipv6_state
are down.Valid choices:
- up
- down