LicenseMetric¶
-
class
oci.license_manager.models.
LicenseMetric
(**kwargs)¶ Bases:
object
Overview of product license and resources usage.
Methods
__init__
(**kwargs)Initializes a new LicenseMetric object with values from keyword arguments. Attributes
license_record_expiring_soon_count
[Required] Gets the license_record_expiring_soon_count of this LicenseMetric. total_byol_instance_count
[Required] Gets the total_byol_instance_count of this LicenseMetric. total_license_included_instance_count
[Required] Gets the total_license_included_instance_count of this LicenseMetric. total_product_license_count
[Required] Gets the total_product_license_count of this LicenseMetric. -
__init__
(**kwargs)¶ Initializes a new LicenseMetric object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - total_product_license_count (int) – The value to assign to the total_product_license_count property of this LicenseMetric.
- total_byol_instance_count (int) – The value to assign to the total_byol_instance_count property of this LicenseMetric.
- total_license_included_instance_count (int) – The value to assign to the total_license_included_instance_count property of this LicenseMetric.
- license_record_expiring_soon_count (int) – The value to assign to the license_record_expiring_soon_count property of this LicenseMetric.
-
license_record_expiring_soon_count
¶ [Required] Gets the license_record_expiring_soon_count of this LicenseMetric. Total number of license records that will expire within 90 days in a particular compartment.
Returns: The license_record_expiring_soon_count of this LicenseMetric. Return type: int
-
total_byol_instance_count
¶ [Required] Gets the total_byol_instance_count of this LicenseMetric. Total number of BYOL instances in a particular compartment.
Returns: The total_byol_instance_count of this LicenseMetric. Return type: int
-
total_license_included_instance_count
¶ [Required] Gets the total_license_included_instance_count of this LicenseMetric. Total number of License Included (LI) instances in a particular compartment.
Returns: The total_license_included_instance_count of this LicenseMetric. Return type: int
-
total_product_license_count
¶ [Required] Gets the total_product_license_count of this LicenseMetric. Total number of product licenses in a particular compartment.
Returns: The total_product_license_count of this LicenseMetric. Return type: int
-