OfflineSubscriptionInfo

OfflineSubscriptionInfo
OfflineSubscriptionInfo

Information about an offline VMware Live Site Recovery key.

JSON Example
{
    "id": "string",
    "configuration": "string",
    "degraded_date": 0,
    "suspended_date": 0,
    "deactivation_date": 0
}
string
id
Required

ID of the license key.

string
configuration
Required

JSON representation of the VMware Live Recovery configuration.

integer As int64 As int64
degraded_date
Optional

The date after which the server will enter degraded mode. Applicable if the license has been deactivated. Usually there is a grace period between the date of the deactivation and the date of the degradation. Could be null.

integer As int64 As int64
suspended_date
Optional

The date after which the server will enter suspended mode. Applicable if the license has been deactivated. Usually there is a grace period between the date of the deactivation and the date of the suspension. Could be null.

integer As int64 As int64
deactivation_date
Optional

Deactivation date of the license. Null if it has not been deactivated yet.

Property Of