Module netapp_ontap.models.nvme_subsystem_replication

Copyright © 2026 NetApp Inc. All rights reserved.

This file has been automatically generated based on the ONTAP REST API documentation.

Classes

class NvmeSubsystemReplicationSchema (*, 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 NvmeSubsystemReplication object

Ancestors

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

Class variables

error: NvmeSubsystemReplicationError GET POST PATCH

Information about asynchronous errors encountered while replicating this subsystem. Subsystems within a peering relationship are replicated in the same stream, so the error reported here might be related to this subsystem or a prior replicated subsystem that is now blocking the replication of this subsystem. Both the error information and the subsystem encountering the error are reported. If the error is configuration related, it can be corrected on the referenced subsystem. 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_subsystem: NvmeSubsystemReplicationPeerSubsystem GET POST PATCH

The peer_subsystem field of the nvme_subsystem_replication.

peer_svm: SvmPeer GET

The peer_svm field of the nvme_subsystem_replication.

state: str GET

The state of the replication queue associated with this subsystem. If this subsystem is not in the replication queue, the state is reported as ok. If this subsystem is in the replication queue, but no errors have been encountered, the state is reported as replicating. If this subsystem 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