HttpNfcLeaseState

HttpNfcLeaseState
HttpNfcLeaseState

A boxed HttpNfcLeaseStateEnum. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": "string"
}
_value
Required

List of possible states of a lease.

Possible values:

  • initializing: When the lease is being initialized.
  • ready: When the lease is ready and disks may be transferred.
  • done: When the import/export session is completed, and the lease is no longer held.
  • error: When an error has occurred.
Possible values are : initializing, ready, done, error,