Model/ProjectMappingItemStatus.ps1
# # Fly SDK API # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # Version: 1.0 # Contact: support@avepoint.com # Generated by OpenAPI Generator: https://openapi-generator.tech # <# .SYNOPSIS Enum ProjectMappingItemStatus. .DESCRIPTION A list of values indicating different status of a project mapping. #> enum ProjectMappingItemStatus { # enum value: "0" NotMigrated # enum value: "1" WaitingForCredential # enum value: "2" MigrationInProgress # enum value: "3" Stopped # enum value: "4" Completed # enum value: "5" CompletedWithException # enum value: "6" Failed } |