HcxLicenseSummary

class oci.ocvp.models.HcxLicenseSummary(**kwargs)

Bases: object

HCX on-premise license information summary.

Attributes

STATUS_AVAILABLE A constant which can be used with the status property of a HcxLicenseSummary.
STATUS_CONSUMED A constant which can be used with the status property of a HcxLicenseSummary.
STATUS_DEACTIVATED A constant which can be used with the status property of a HcxLicenseSummary.
STATUS_DELETED A constant which can be used with the status property of a HcxLicenseSummary.
activation_key [Required] Gets the activation_key of this HcxLicenseSummary.
status [Required] Gets the status of this HcxLicenseSummary.
system_name Gets the system_name of this HcxLicenseSummary.

Methods

__init__(**kwargs) Initializes a new HcxLicenseSummary object with values from keyword arguments.
STATUS_AVAILABLE = 'AVAILABLE'

A constant which can be used with the status property of a HcxLicenseSummary. This constant has a value of “AVAILABLE”

STATUS_CONSUMED = 'CONSUMED'

A constant which can be used with the status property of a HcxLicenseSummary. This constant has a value of “CONSUMED”

STATUS_DEACTIVATED = 'DEACTIVATED'

A constant which can be used with the status property of a HcxLicenseSummary. This constant has a value of “DEACTIVATED”

STATUS_DELETED = 'DELETED'

A constant which can be used with the status property of a HcxLicenseSummary. This constant has a value of “DELETED”

__init__(**kwargs)

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

Parameters:
  • activation_key (str) – The value to assign to the activation_key property of this HcxLicenseSummary.
  • status (str) – The value to assign to the status property of this HcxLicenseSummary. Allowed values for this property are: “AVAILABLE”, “CONSUMED”, “DEACTIVATED”, “DELETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • system_name (str) – The value to assign to the system_name property of this HcxLicenseSummary.
activation_key

[Required] Gets the activation_key of this HcxLicenseSummary. HCX on-premise license key value.

Returns:The activation_key of this HcxLicenseSummary.
Return type:str
status

[Required] Gets the status of this HcxLicenseSummary. status of HCX on-premise license.

Allowed values for this property are: “AVAILABLE”, “CONSUMED”, “DEACTIVATED”, “DELETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The status of this HcxLicenseSummary.
Return type:str
system_name

Gets the system_name of this HcxLicenseSummary. Name of the system that consumed the HCX on-premise license

Returns:The system_name of this HcxLicenseSummary.
Return type:str