Module netapp_ontap.models.svm_migration_time_metrics

Copyright © 2023 NetApp Inc. All rights reserved.

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

Classes

class SvmMigrationTimeMetricsSchema (*, 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 SvmMigrationTimeMetrics object

Ancestors

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

Class variables

cutover_complete_time: ImpreciseDateTime GET

Cutover end time

Example: 2020-12-02T19:30:19-08:00

cutover_start_time: ImpreciseDateTime GET

Cutover start time

Example: 2020-12-02T18:20:19-08:00

cutover_trigger_time: ImpreciseDateTime GET

Cutover trigger time

Example: 2020-12-02T19:15:19-08:00

end_time: ImpreciseDateTime GET

Migration end time

Example: 2020-12-02T19:36:19-08:00

last_pause_time: ImpreciseDateTime GET

Last migration pause time

Example: 2020-12-02T18:50:19-08:00

last_resume_time: ImpreciseDateTime GET

Last migration resume time

Example: 2020-12-02T18:54:19-08:00

start_time: ImpreciseDateTime GET

Migration start time

Example: 2020-12-02T18:36:19-08:00