Module netapp_ontap.models.consistency_group_clone

Copyright © 2024 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.

is_flexclone: bool GET POST

Specifies if this consistency group is a FlexClone of a consistency group.

parent_consistency_group: ConsistencyGroup GET POST

The parent_consistency_group field of the consistency_group_clone.

parent_snapshot: Snapshot GET POST

The parent_snapshot field of the consistency_group_clone.

parent_svm: Svm GET POST

The parent_svm field of the consistency_group_clone.

split_complete_percent: Size GET

Percentage of FlexClone blocks split from its parent consistency group.

split_estimate: Size GET

Space required to split the FlexClone consistency group.

split_initiated: bool GET POST

Splits volumes after cloning. Default is false.

volume: ConsistencyGroupClone1Volume GET POST

The volume field of the consistency_group_clone.