Module netapp_ontap.models.ems_destination_response_records
Copyright © 2022 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class EmsDestinationResponseRecordsSchema (*, 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 EmsDestinationResponseRecords object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
certificate: EmsCertificate GET POST PATCH -
The certificate field of the ems_destination_response_records.
-
connectivity: EmsDestinationResponseRecordsConnectivity GET POST PATCH -
The connectivity field of the ems_destination_response_records.
-
destination: str GET POST PATCH -
Event destination
Example: administrator@mycompany.com
-
filters: List[EmsDestinationFilters] GET POST PATCH -
The filters field of the ems_destination_response_records.
-
links: SelfLink GET -
The links field of the ems_destination_response_records.
-
name: str GET POST -
Destination name. Valid in POST.
Example: Admin_Email
-
system_defined: bool GET -
Flag indicating system-defined destinations.
Example: true
-
type: str GET POST -
Type of destination. Valid in POST.
Valid choices:
- snmp
- syslog
- rest_api