Module netapp_ontap.models.consistency_group_response_records
Copyright © 2024 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class ConsistencyGroupResponseRecordsSchema (*, 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 ConsistencyGroupResponseRecords object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
- abc.ABC
Class variables
-
application: ConsistencyGroupApplication GET POST PATCH
-
The application field of the consistency_group_response_records.
-
clone: ConsistencyGroupClone GET POST PATCH
-
The clone field of the consistency_group_response_records.
-
consistency_groups: List[ConsistencyGroupChild] GET POST PATCH
-
A consistency group is a mutually exclusive aggregation of volumes or other consistency groups. A consistency group can only be associated with one direct parent consistency group.
-
links: SelfLink GET
-
The links field of the consistency_group_response_records.
-
luns: List[ConsistencyGroupLun] 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.
-
map_to: ConsistencyGroupMapTo PATCH
-
Specifies the igroup or subsystem to map the LUNs or namespaces within the consistency group. This parameter can only be used if all the storage objects within the consistency groups are either LUNs or namespaces.
-
metric: ConsistencyGroupMetrics GET
-
Performance and capacity numbers, such as, IOPS, latency, throughput, used space, and available space.
-
name: str GET POST
-
Name of the consistency group. The consistency group name must be unique within an SVM.
-
namespaces: List[ConsistencyGroupResponseRecordsConsistencyGroupsNamespaces] GET POST 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: ConsistencyGroup GET
-
The parent_consistency_group field of the consistency_group_response_records.
-
provisioning_options: ConsistencyGroupProvisioningOptions POST PATCH
-
Options that are applied to the operation.
-
qos: ConsistencyGroupQos GET POST PATCH
-
The qos field of the consistency_group_response_records.
-
replicated: bool GET
-
Indicates whether or not replication has been enabled on this consistency group.
-
replication_relationships: List[ConsistencyGroupReplicationRelationships1] GET
-
Indicates the SnapMirror relationship of this consistency group.
-
replication_source: bool GET
-
Since support for this field is to be removed in the next release, use replication_relationships.is_source instead.
-
restore_to: ConsistencyGroupConsistencyGroupsRestoreTo PATCH
-
Use to restore a consistency group to a previous snapshot
-
snaplock: ConsistencyGroupSnaplock GET POST PATCH
-
The snaplock field of the consistency_group_response_records.
-
snapshot_policy: SnapshotPolicy GET POST PATCH
-
The snapshot policy of the consistency group.
This is the dedicated consistency group snapshot policy, not an aggregation of the volume granular snapshot policy. -
space: ConsistencyGroupSpace GET
-
The space field of the consistency_group_response_records.
-
statistics: ConsistencyGroupStatistics GET
-
These are raw performance and space numbers, such as, IOPS, latency, throughput, used space, and available space. These numbers are aggregated across all nodes in the cluster and increase with the uptime of the cluster.
-
svm: Svm GET POST
-
The svm field of the consistency_group_response_records.
-
Tags are an optional way to track the uses of a resource. Tag values must be formatted as key:value strings.
Example: ["team:csi","environment:test"]
-
tiering: ConsistencyGroupTiering GET POST
-
The tiering field of the consistency_group_response_records.
-
unmap_from: ConsistencyGroupUnmapFrom PATCH
-
Specify the igroup or subsystem within the consistency group from which the LUNs or namespaces will be unmapped. This parameter can only be used if all the storage objects within the consistency groups are either LUNs or namespaces.
-
uuid: str 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
-
vdisk_type: str GET POST PATCH
-
Type of objects in the consistency group.
Valid choices:
- luns
- namespaces
- mixed
-
volumes: List[ConsistencyGroupResponseRecordsConsistencyGroupsVolumes] GET POST PATCH
-
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 total number of volumes across all child consistency groups contained in a consistency group is constrained by the same limit.