UpdateJavaLicenseAcceptanceRecordDetails

class oci.jms_java_downloads.models.UpdateJavaLicenseAcceptanceRecordDetails(**kwargs)

Bases: object

The attributes for updating a Java license acceptance record.

Attributes

LICENSE_ACCEPTANCE_STATUS_ACCEPTED A constant which can be used with the license_acceptance_status property of a UpdateJavaLicenseAcceptanceRecordDetails.
LICENSE_ACCEPTANCE_STATUS_REVOKED A constant which can be used with the license_acceptance_status property of a UpdateJavaLicenseAcceptanceRecordDetails.
defined_tags Gets the defined_tags of this UpdateJavaLicenseAcceptanceRecordDetails.
freeform_tags Gets the freeform_tags of this UpdateJavaLicenseAcceptanceRecordDetails.
license_acceptance_status [Required] Gets the license_acceptance_status of this UpdateJavaLicenseAcceptanceRecordDetails.

Methods

__init__(**kwargs) Initializes a new UpdateJavaLicenseAcceptanceRecordDetails object with values from keyword arguments.
LICENSE_ACCEPTANCE_STATUS_ACCEPTED = 'ACCEPTED'

A constant which can be used with the license_acceptance_status property of a UpdateJavaLicenseAcceptanceRecordDetails. This constant has a value of “ACCEPTED”

LICENSE_ACCEPTANCE_STATUS_REVOKED = 'REVOKED'

A constant which can be used with the license_acceptance_status property of a UpdateJavaLicenseAcceptanceRecordDetails. This constant has a value of “REVOKED”

__init__(**kwargs)

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

Parameters:
  • license_acceptance_status (str) – The value to assign to the license_acceptance_status property of this UpdateJavaLicenseAcceptanceRecordDetails. Allowed values for this property are: “ACCEPTED”, “REVOKED”
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateJavaLicenseAcceptanceRecordDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateJavaLicenseAcceptanceRecordDetails.
defined_tags

Gets the defined_tags of this UpdateJavaLicenseAcceptanceRecordDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}. (See Understanding Free-form Tags).

Returns:The defined_tags of this UpdateJavaLicenseAcceptanceRecordDetails.
Return type:dict(str, dict(str, object))
freeform_tags

Gets the freeform_tags of this UpdateJavaLicenseAcceptanceRecordDetails. Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}. (See Managing Tags and Tag Namespaces.)

Returns:The freeform_tags of this UpdateJavaLicenseAcceptanceRecordDetails.
Return type:dict(str, str)
license_acceptance_status

[Required] Gets the license_acceptance_status of this UpdateJavaLicenseAcceptanceRecordDetails. Status of license acceptance.

Allowed values for this property are: “ACCEPTED”, “REVOKED”

Returns:The license_acceptance_status of this UpdateJavaLicenseAcceptanceRecordDetails.
Return type:str