Module netapp_ontap.models.consistency_group_consistency_groups_luns_clone_source
Copyright © 2024 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class ConsistencyGroupConsistencyGroupsLunsCloneSourceSchema (*, 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 ConsistencyGroupConsistencyGroupsLunsCloneSource object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
- abc.ABC
Class variables
-
name: str POST PATCH
-
The name of the clone source LUN.
Platform Specifics
-
Unified ONTAP: A LUN is located within a volume. Optionally, it can be located within a qtree in a volume.
LUN names are paths of the form "/vol/\[/\ ]/\ " where the qtree name is optional.
Valid in POST and PATCH. -
ASA r2: This property is not supported. Cloning is supported through the /ap/storage/storage-units endpoint. See the
POST /ap/storage/storage-units
to learn more about cloning LUNs.
Example: /vol/volume1/lun1
-
-
uuid: str POST PATCH
-
The unique identifier of the clone source LUN.
Platform Specifics
-
Unified ONTAP: Valid in POST and PATCH.
-
ASA r2: This property is not supported. Cloning is supported through the /ap/storage/storage-units endpoint. See the
POST /ap/storage/storage-units
to learn more about cloning LUNs.
Example: 1cd8a442-86d1-11e0-ae1c-123478563412
-