Module netapp_ontap.models.fpolicy_engines
Copyright © 2022 NetApp Inc. All rights reserved.
Classes
class FpolicyEnginesSchema (*, 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 FpolicyEngines object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
name GET POST
-
Specifies the name to assign to the external server configuration.
Example: fp_ex_eng
-
port GET POST PATCH
-
Port number of the FPolicy server application.
Example: 9876
-
primary_servers GET POST PATCH
-
The primary_servers field of the fpolicy_engines.
Example: ["10.132.145.20","10.140.101.109"]
-
secondary_servers GET POST PATCH
-
The secondary_servers field of the fpolicy_engines.
Example: ["10.132.145.20","10.132.145.21"]
-
type GET POST PATCH
-
The notification mode determines what ONTAP does after sending notifications to FPolicy servers. The possible values are:
* synchronous - After sending a notification, wait for a response from the FPolicy server. * asynchronous - After sending a notification, file request processing continues.
Valid choices:
- synchronous
- asynchronous