Module netapp_ontap.models.igroup_replication
Copyright © 2024 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class IgroupReplicationSchema (*, 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 IgroupReplication object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
error: IgroupReplicationError GET POST PATCH
-
The error field of the igroup_replication.
-
peer_svm: SvmPeer GET POST PATCH
-
The peer_svm field of the igroup_replication.
-
state: str GET
-
The state of the replication queue associated with this igroup. If this igroup is not in the replication queue, the state is reported as ok. If this igroup is in the replication queue, but no errors have been encountered, the state is reported as replicating. If this igroup is in the replication queue and the queue is blocked by an error, the state is reported as error. When in the error state, additional context is provided by the
replication.error
property.Valid choices:
- ok
- replicating
- error