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.
{
"vlr_license_type": "string",
"operational_mode": "string",
"available": 0,
"total": 0
}
Type of vlr license
Possible values:
NONE
: No subscription licensingCLOUD_SUBSCRIPTION
: Subscription-based licensingOFFLINE_SUBSCRIPTION
: Offline licenseTERM_BASED
: Term based license
For more information see: Snapservice.Sites.Licenses.VlrLicenseType.
This property was added in vSphere API 9.0.0.0.
Current operation mode based on the license type
Possible values:
OPERATIONAL
: Fully operationalDEGRADED
: Degraded mode. Some of the replication features are offSUSPENDED
: 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.
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.
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.