Module netapp_ontap.models.fpolicy_policies_scope

Copyright © 2022 NetApp Inc. All rights reserved.

Classes

class FpolicyPoliciesScopeSchema (*, 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 FpolicyPoliciesScope object

Ancestors

  • netapp_ontap.resource.ResourceSchema
  • marshmallow.schema.Schema
  • marshmallow.base.SchemaABC

Class variables

exclude_export_policies GET POST PATCH

The exclude_export_policies field of the fpolicy_policies_scope.

exclude_extension GET POST PATCH

The exclude_extension field of the fpolicy_policies_scope.

exclude_shares GET POST PATCH

The exclude_shares field of the fpolicy_policies_scope.

exclude_volumes GET POST PATCH

The exclude_volumes field of the fpolicy_policies_scope.

Example: ["vol1","vol_svm1","*"]

include_export_policies GET POST PATCH

The include_export_policies field of the fpolicy_policies_scope.

include_extension GET POST PATCH

The include_extension field of the fpolicy_policies_scope.

include_shares GET POST PATCH

The include_shares field of the fpolicy_policies_scope.

Example: ["sh1","share_cifs"]

include_volumes GET POST PATCH

The include_volumes field of the fpolicy_policies_scope.

Example: ["vol1","vol_svm1"]