Module netapp_ontap.models.ipv6_interface
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class Ipv6InterfaceSchema (*, 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 Ipv6Interface object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
address: str GET PATCH
-
IPv6 address
Example: fd20:8b1e:b255:5011:10:141:4:97
-
enabled: bool GET PATCH
-
Indicates whether the IPv6 interfaces is enabled. It expects values for address, netmask and gateway when set to "true".
-
gateway: str GET PATCH
-
The IPv6 address of the default router.
Example: fd20:8b1e:b255:5011:10::1
-
is_ipv6_ra_enabled: bool GET PATCH
-
Indicates whether IPv6 RA is enabled.
-
link_local_ip: str GET PATCH
-
Link local IP address.
Example: FE80::/10
-
netmask: Size GET PATCH
-
The IPv6 netmask/prefix length. The default value is 64 with a valid range of 1 to 127.
Example: 64
-
router_ip: str GET PATCH
-
Router assigned IP address.
Example: 2001:0db8:85a3:0000:0000:8a2e:0370:7334
-
setup_state: str GET
-
Indicates the setup state of the interface.
Valid choices:
- not_setup
- succeeded
- in_progress
- failed