Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.13 KB

License.md

File metadata and controls

17 lines (13 loc) · 1.13 KB

License

Properties

Name Type Description Notes
Active bool A flag indicating whether the license is currently being enforced. [optional] [default to null]
Capacity *LicenseCapacity [optional] [default to null]
Compliance *LicenseCompliance [optional] [default to null]
Evaluation bool A flag indicating whether the license is in evaluation mode. [optional] [default to null]
ExpiryTime time.Time Date and time when the license expires. [optional] [default to null]
Owner string Cluster, node or license manager that owns the license. [optional] [default to null]
SerialNumber string Serial number of the license. [optional] [default to null]
StartTime time.Time Date and time when the license starts. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]