Module netapp_ontap.models.consistency_group_clone1_parent_consistency_group

Copyright © 2024 NetApp Inc. All rights reserved.

This file has been automatically generated based on the ONTAP REST API documentation.

Classes

class ConsistencyGroupClone1ParentConsistencyGroupSchema (*, only: types.StrSequenceOrSet | None = None, exclude: types.StrSequenceOrSet = (), many: bool | None = None, context: dict | None = None, load_only: types.StrSequenceOrSet = (), dump_only: types.StrSequenceOrSet = (), partial: bool | types.StrSequenceOrSet | None = None, unknown: str | None = None)

The fields of the ConsistencyGroupClone1ParentConsistencyGroup object

Ancestors

  • netapp_ontap.resource.ResourceSchema
  • marshmallow.schema.Schema
  • marshmallow.base.SchemaABC
  • abc.ABC

Class variables

The links field of the consistency_group_clone1_parent_consistency_group.

name: str GET POST

The name of the consistency group.

parent_name: str GET POST PATCH

The name of the parent consistency group used when cloning a child consistency group.

parent_uuid: str GET POST PATCH

The unique identifier of the parent consistency group used when cloning a child consistency group.

uuid: str GET POST

The unique identifier of the consistency group.