Module netapp_ontap.models.consistency_group_child
Copyright © 2022 NetApp Inc. All rights reserved.
Classes
class ConsistencyGroupChildSchema (*, 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 ConsistencyGroupChild object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
links GET
-
The links field of the consistency_group_child.
-
luns GET POST PATCH
-
The LUNs array can be used to create or modify LUNs in a consistency group on a new or existing volume that is a member of the consistency group. LUNs are considered members of a consistency group if they are located on a volume that is a member of the consistency group.
-
name GET POST
-
Name of the consistency group. The consistency group name must be unique within an SVM.
If not provided and the consistency group contains only one volume, the name will be generated based on the volume name. If the consistency group contains more than one volume, the name is required. -
namespaces PATCH
-
An NVMe namespace is a collection of addressable logical blocks presented to hosts connected to the SVM using the NVMe over Fabrics protocol. In ONTAP, an NVMe namespace is located within a volume. Optionally, it can be located within a qtree in a volume.
An NVMe namespace is created to a specified size using thin or thick provisioning as determined by the volume on which it is created. NVMe namespaces support being cloned. An NVMe namespace cannot be renamed, resized, or moved to a different volume. NVMe namespaces do not support the assignment of a QoS policy for performance management, but a QoS policy can be assigned to the volume containing the namespace. See the NVMe namespace object model to learn more about each of the properties supported by the NVMe namespace REST API.
An NVMe namespace must be mapped to an NVMe subsystem to grant access to the subsystem's hosts. Hosts can then access the NVMe namespace and perform I/O using the NVMe over Fabrics protocol. -
parent_consistency_group GET POST PATCH
-
The parent_consistency_group field of the consistency_group_child.
-
provisioning_options GET POST PATCH
-
The provisioning_options field of the consistency_group_child.
-
qos GET POST PATCH
-
The qos field of the consistency_group_child.
-
restore_to PATCH
-
The restore_to field of the consistency_group_child.
-
snapshot_policy GET POST PATCH
-
The Snapshot copy policy of the consistency group.
This is the dedicated consistency group Snapshot copy policy, not an aggregation of the volume granular Snapshot copy policy. -
space GET POST PATCH
-
The space field of the consistency_group_child.
-
svm GET POST PATCH
-
The Storage Virtual Machine (SVM) in which the consistency group is located.
-
tiering GET POST
-
The tiering field of the consistency_group_child.
-
uuid GET
-
The unique identifier of the consistency group. The UUID is generated by ONTAP when the consistency group is created.
Example: 1cd8a442-86d1-11e0-ae1c-123478563412
-
volumes GET POST
-
A consistency group is a mutually exclusive aggregation of volumes or other consistency groups. A volume can only be associated with one direct parent consistency group.
The volumes array can be used to create new volumes in the consistency group, add existing volumes to the consistency group, or modify existing volumes that are already members of the consistency group.
The total number of volumes across all child consistency groups contained in a consistency group is constrained by the same limit.