Values.CreateLicenseConfigurationResponseSourceCreates a license configuration. A license configuration is an abstraction of a customer license agreement that can be consumed and enforced by License Manager. Components include specifications for the license type (licensing by instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy, Dedicated Instance, Dedicated Host, or all of these), license affinity to host (how long a license must be associated with a host), and the number of licenses purchased and used.
type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `AuthorizationException of AuthorizationException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `RateLimitExceededException of RateLimitExceededException.t| `ResourceLimitExceededException of ResourceLimitExceededException.t| `ServerInternalException of ServerInternalException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `AuthorizationException of AuthorizationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `RateLimitExceededException of RateLimitExceededException.t
| `ResourceLimitExceededException of ResourceLimitExceededException.t
| `ServerInternalException of ServerInternalException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `AuthorizationException of AuthorizationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `RateLimitExceededException of RateLimitExceededException.t
| `ResourceLimitExceededException of ResourceLimitExceededException.t
| `ServerInternalException of ServerInternalException.t
| `Unknown_operation_error of string * string option ]