DowngradeHcxDetails¶
-
class
oci.ocvp.models.
DowngradeHcxDetails
(**kwargs)¶ Bases:
object
The HCX on-premise license keys to be reserved when downgrading from HCX Enterprise to HCX Advanced. Downgrading from HCX Enterprise to HCX Advanced reduces the number of provided license keys from 10 to 3.
Methods
__init__
(**kwargs)Initializes a new DowngradeHcxDetails object with values from keyword arguments. Attributes
reserving_hcx_on_premise_license_keys
[Required] Gets the reserving_hcx_on_premise_license_keys of this DowngradeHcxDetails. -
__init__
(**kwargs)¶ Initializes a new DowngradeHcxDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: reserving_hcx_on_premise_license_keys (list[str]) – The value to assign to the reserving_hcx_on_premise_license_keys property of this DowngradeHcxDetails.
-
reserving_hcx_on_premise_license_keys
¶ [Required] Gets the reserving_hcx_on_premise_license_keys of this DowngradeHcxDetails. The HCX on-premise license keys to be reserved when downgrading from HCX Enterprise to HCX Advanced.
Returns: The reserving_hcx_on_premise_license_keys of this DowngradeHcxDetails. Return type: list[str]
-