Module netapp_ontap.models.consistency_group_clone
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class ConsistencyGroupCloneSchema (*, 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 ConsistencyGroupClone object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
guarantee: ConsistencyGroupClone1Guarantee GET POST
-
The guarantee field of the consistency_group_clone.
-
parent_consistency_group: ConsistencyGroup GET POST
-
The parent_consistency_group field of the consistency_group_clone.
-
parent_snapshot: ConsistencyGroupClone1ParentSnapshot GET POST
-
The parent_snapshot field of the consistency_group_clone.
-
split_initiated: bool GET POST
-
Splits volumes after cloning. Default is false.
-
volume: ConsistencyGroupClone1Volume GET POST
-
The volume field of the consistency_group_clone.