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: types.StrSequenceOrSet | None = None, exclude: types.StrSequenceOrSet = (), many: bool | None = None, context: dict | None = None, load_only: types.StrSequenceOrSet = (), dump_only: types.StrSequenceOrSet = (), partial: bool | types.StrSequenceOrSet | None = None, unknown: str | None = None)
-
The fields of the IgroupReplication object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
- abc.ABC
Class variables
-
error: IgroupReplicationError GET POST PATCH
-
Information about asynchronous errors encountered while replicating this igroup. Igroups within a peering relationship are replicated in the same stream, so the error reported here might be related to this igroup or a prior replicated igroup that is now blocking the replication of this igroup. Both the error information and the igroup encountering the error are reported. If the error is configuration related, it can be corrected on the referenced igroup. The replication is retried using exponential backoff up to a maximum of one retry every 5 minutes. Every operation on the same stream triggers an immediate retry and restarts the exponential backoff starting with a 1 second delay. If the error is system related, the retries should correct the error when the system enters a healthy state.
-
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