Module netapp_ontap.models.mediator_response_records

Copyright © 2024 NetApp Inc. All rights reserved.

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

Classes

class MediatorResponseRecordsSchema (*, 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 MediatorResponseRecords object

Ancestors

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

Class variables

ca_certificate: str POST

CA certificate for ONTAP Mediator. This is optional if the certificate is already installed.

dr_group: MetroclusterDrGroup

The dr_group field of the mediator_response_records.

ip_address: str GET POST

The IP address of the mediator.

Example: 10.10.10.7

password: str POST

The password used to connect to the REST server on the mediator.

Example: mypassword

peer_cluster: ClusterPeer GET POST

The peer_cluster field of the mediator_response_records.

peer_mediator_connectivity: str GET

Indicates the mediator connectivity status of the peer cluster. Possible values are connected, unreachable, unknown.

Example: connected

port: Size GET POST

The REST server's port number on the mediator.

Example: 31784

reachable: bool GET

Indicates the connectivity status of the mediator.

Example: true

user: str POST

The username used to connect to the REST server on the mediator.

Example: myusername

uuid: str GET

The unique identifier for the mediator service.