Module netapp_ontap.models.mediator_response_records

Copyright © 2023 NetApp Inc. All rights reserved.

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

Classes

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

Ancestors

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

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.