Module netapp_ontap.models.service_processor

Copyright © 2024 NetApp Inc. All rights reserved.

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

Classes

class ServiceProcessorSchema (*, 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 ServiceProcessor object

Ancestors

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

Class variables

api_service: ClusterNodesServiceProcessorApiService GET

Provides the properties of the service processor (SP) or baseboard management controller (BMC) API service.

auto_config: ClusterNodesServiceProcessorAutoConfig GET

Provides the properties of the service processor auto configuration.

autoupdate_enabled: bool GET PATCH

Indicates whether the service processor can be automatically updated from ONTAP.

backup: ClusterNodesServiceProcessorBackup GET

Provides the properties of the service processor backup partition.

dhcp_enabled: bool GET PATCH

Set to "true" to use DHCP to configure an IPv4 interface. Do not provide values for address, netmask and gateway when set to "true".

firmware_version: str GET

The version of firmware installed.

ipv4_interface: Ipv4Interface GET POST PATCH

Object to set up an interface along with its default router.

ipv6_interface: Ipv6Interface GET PATCH

Object to setup an interface along with its default router.

is_ip_configured: bool GET

Indicates whether the service processor network is configured.

last_update_state: str GET

Provides the "update status" of the last service processor update.

Valid choices:

  • failed
  • passed

The link_status field of the service_processor.

Valid choices:

  • up
  • down
  • disabled
  • unknown
mac_address: str GET

The mac_address field of the service_processor.

primary: ClusterNodesServiceProcessorPrimary GET

Provides the properties of the service processor primary partition.

ssh_info: ClusterNodesServiceProcessorSshInfo GET POST PATCH

Service processor SSH allowed IP address configuration applied across the cluster.

state: str GET

The state field of the service_processor.

Valid choices:

  • online
  • offline
  • degraded
  • rebooting
  • unknown
  • updating
  • node_offline
  • sp_daemon_offline
type: str GET

The type field of the service_processor.

Valid choices:

  • sp
  • none
  • bmc
web_service: ClusterNodesServiceProcessorWebService GET

Provides the properties of SP or BMC web service.