Class LicenseResourceCommitment (1.3.1)

LicenseResourceCommitment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Commitment for a particular license resource.

Attributes

NameDescription
amount int
The number of licenses purchased. This field is a member of `oneof`_ ``_amount``.
cores_per_license str
Specifies the core range of the instance for which this license applies. This field is a member of `oneof`_ ``_cores_per_license``.
license_ str
Any applicable license URI. This field is a member of `oneof`_ ``_license``.

Inheritance

builtins.object > proto.message.Message > LicenseResourceCommitment