Module netapp_ontap.models.flexcache_relationship
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class FlexcacheRelationshipSchema (*, 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 FlexcacheRelationship object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
cluster: Cluster GET POST PATCH
-
The cluster field of the flexcache_relationship.
-
create_time: ImpreciseDateTime GET
-
Creation time of the relationship.
Example: 2018-06-04T19:00:00.000+0000
-
ip_address: str GET
-
Cluster managerment IP of the remote cluster.
Example: 10.10.10.7
-
size: Size GET
-
Size of the remote volume.
-
state: str GET
-
Volume state
Valid choices:
- error
- mixed
- offline
- online
-
svm: Svm GET POST
-
The svm field of the flexcache_relationship.
-
volume: Volume GET POST PATCH
-
The volume field of the flexcache_relationship.