Module netapp_ontap.models.service_processor
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
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
-
api_service: ClusterNodesServiceProcessorApiService GET POST PATCH
-
The api_service field of the service_processor.
-
auto_config: ClusterNodesServiceProcessorAutoConfig GET POST PATCH
-
The auto_config field of the service_processor.
-
autoupdate_enabled: bool GET PATCH
-
Indicates whether the service processor can be automatically updated from ONTAP.
-
backup: ClusterNodesServiceProcessorBackup GET POST PATCH
-
The backup field of the service_processor.
-
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: IpInterfaceAndGateway GET POST PATCH
-
The ipv4_interface field of the service_processor.
-
ipv6_interface: Ipv6InterfaceAndGateway GET PATCH
-
The ipv6_interface field of the service_processor.
-
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
-
link_status: str GET
-
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 POST PATCH
-
The primary field of the service_processor.
-
ssh_info: ClusterNodesServiceProcessorSshInfo GET POST PATCH
-
The ssh_info field of the service_processor.
-
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