ManageLicenseDetails

class oci.stack_monitoring.models.ManageLicenseDetails(**kwargs)

Bases: object

License information for a given resource.

Attributes

LICENSE_ENTERPRISE_EDITION A constant which can be used with the license property of a ManageLicenseDetails.
LICENSE_STANDARD_EDITION A constant which can be used with the license property of a ManageLicenseDetails.
license [Required] Gets the license of this ManageLicenseDetails.

Methods

__init__(**kwargs) Initializes a new ManageLicenseDetails object with values from keyword arguments.
LICENSE_ENTERPRISE_EDITION = 'ENTERPRISE_EDITION'

A constant which can be used with the license property of a ManageLicenseDetails. This constant has a value of “ENTERPRISE_EDITION”

LICENSE_STANDARD_EDITION = 'STANDARD_EDITION'

A constant which can be used with the license property of a ManageLicenseDetails. This constant has a value of “STANDARD_EDITION”

__init__(**kwargs)

Initializes a new ManageLicenseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:license (str) – The value to assign to the license property of this ManageLicenseDetails. Allowed values for this property are: “STANDARD_EDITION”, “ENTERPRISE_EDITION”
license

[Required] Gets the license of this ManageLicenseDetails. License edition of the monitored resource.

Allowed values for this property are: “STANDARD_EDITION”, “ENTERPRISE_EDITION”

Returns:The license of this ManageLicenseDetails.
Return type:str