Module netapp_ontap.models.service_processor
Copyright © 2021 NetApp Inc. All rights reserved.
Classes
class ServiceProcessorSchema (*, 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 ServiceProcessor object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
autoupdate_enabled GET PATCH
-
Indicates whether the service processor can be automatically updated from ONTAP.
-
backup GET POST PATCH
-
The backup field of the service_processor.
-
dhcp_enabled 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 GET
-
The version of firmware installed.
-
ipv4_interface GET POST PATCH
-
The ipv4_interface field of the service_processor.
-
ipv6_interface GET PATCH
-
The ipv6_interface field of the service_processor.
-
is_ip_configured GET
-
Indicates whether the service processor network is configured.
-
last_update_state GET
-
Provides the "update status" of the last service processor update.
Valid choices:
- failed
- passed
-
link_status GET
-
The link_status field of the service_processor.
Valid choices:
- up
- down
- disabled
- unknown
-
mac_address GET
-
The mac_address field of the service_processor.
-
primary GET POST PATCH
-
The primary field of the service_processor.
-
ssh_info GET POST PATCH
-
The ssh_info field of the service_processor.
-
state GET
-
The state field of the service_processor.
Valid choices:
- online
- offline
- degraded
- rebooting
- unknown
- updating
- node_offline
- sp_daemon_offline
-
type GET
-
The type field of the service_processor.
Valid choices:
- sp
- none
- bmc