Module netapp_ontap.models.lun_copy_source
Copyright © 2022 NetApp Inc. All rights reserved.
Classes
class LunCopySourceSchema (*, 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 LunCopySource object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
links GET
-
The links field of the lun_copy_source.
-
max_throughput GET POST PATCH
-
The maximum data throughput, in bytes per second, that should be utilized in support of the LUN copy. This property can be used to throttle a transfer and limit its impact on the performance of the source and destination nodes. The specified value will be rounded up to the nearest megabyte.
If this property is not specified in a POST that begins a LUN copy, throttling is not applied to the data transfer.
For more information, see Size properties in the docs section of the ONTAP REST API documentation.
Valid only in a POST that begins a LUN copy or a PATCH when a LUN copy is already in process. -
name GET POST
-
The fully qualified path of the LUN copy source composed of a "/vol" prefix, the volume name, the (optional) qtree name, and base name of the LUN.
Set this property in POST to specify the source for a LUN copy operation.Example: /vol/vol2/lun1
-
progress GET PATCH
-
The progress field of the lun_copy_source.
-
uuid GET POST
-
The unique identifier of the LUN copy source.
Set this property in POST to specify the source for a LUN copy operation.Example: 03c05019-40d9-3945-c767-dca4c3be5e90