Snapservice.Sites.Licenses.VlrInfo

Snapservice.Sites.Licenses.VlrInfo
Snapservice.Sites.Licenses.VlrInfo

The Snapservice.Sites.Licenses.VlrInfo schema contains details regarding the license.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "vlr_license_type": "string",
    "operational_mode": "string",
    "available": 0,
    "total": 0
}
string
vlr_license_type
Required

Type of vlr license

Possible values:

  • NONE: No subscription licensing
  • CLOUD_SUBSCRIPTION: Subscription-based licensing
  • OFFLINE_SUBSCRIPTION: Offline license
  • TERM_BASED: Term based license

For more information see: Snapservice.Sites.Licenses.VlrLicenseType.

This property was added in vSphere API 9.0.0.0.

string
operational_mode
Optional

Current operation mode based on the license type

Possible values:

  • OPERATIONAL: Fully operational
  • DEGRADED: Degraded mode. Some of the replication features are off
  • SUSPENDED: Suspended mode. All replication related features are off

For more information see: Snapservice.Sites.Licenses.VlrMode.

This property was added in vSphere API 9.0.0.0.

This property is optional and it is only relevant when the value of vlr_license_type is one of Snapservice.Sites.Licenses.VlrLicenseType.OFFLINE_SUBSCRIPTION or Snapservice.Sites.Licenses.VlrLicenseType.CLOUD_SUBSCRIPTION.

integer As int64 As int64
available
Optional

Currently avaible number of licenses

This property was added in vSphere API 9.0.0.0.

This property is optional and it is only relevant when the value of vlr_license_type is Snapservice.Sites.Licenses.VlrLicenseType.OFFLINE_SUBSCRIPTION.

integer As int64 As int64
total
Optional

Total number of available licenses

This property was added in vSphere API 9.0.0.0.

This property is optional and it is only relevant when the value of vlr_license_type is Snapservice.Sites.Licenses.VlrLicenseType.OFFLINE_SUBSCRIPTION.