Module netapp_ontap.models.cluster_nodes_service_processor_api_service
Copyright © 2024 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class ClusterNodesServiceProcessorApiServiceSchema (*, 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 ClusterNodesServiceProcessorApiService object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
- abc.ABC
Class variables
-
enabled: bool GET POST PATCH
-
Indicates whether the SP API service of the SP or BMC is enabled or disabled. When the SP API service is disabled, features such as network-based firmware updates and network-based down node log collection are not available, and the slower serial-interface is used for firmware updates and down node log collection.
-
limit_access: bool GET POST PATCH
-
Restricts SP API service access to cluster nodes only. By default, limit_access is set to true.
-
port: Size GET POST PATCH
-
Specifies the port number on the SP or BMC used for the SP API service. By default, port 50000 is used.