Module netapp_ontap.models.snapmirror_endpoint
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class SnapmirrorEndpointSchema (*, 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 SnapmirrorEndpoint object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
cluster: Cluster GET POST PATCH
-
The cluster field of the snapmirror_endpoint.
-
consistency_group_volumes: List[SnapmirrorEndpointConsistencyGroupVolumes] GET POST
-
Mandatory property for a Consistency Group endpoint. Specifies the list of FlexVol volumes for a Consistency Group.
-
ipspace: str POST
-
Optional property to specify the IPSpace of the SVM.
Example: Default
-
path: str GET POST PATCH
-
ONTAP FlexVol/FlexGroup - svm1:volume1 ONTAP SVM - svm1: ONTAP Consistency Group - svm1:/cg/cg_name ONTAP S3 - svm1:/bucket/bucket1 NON-ONTAP - objstore1:/objstore
Example: svm1:volume1
-
svm: Svm GET POST PATCH
-
The svm field of the snapmirror_endpoint.