VsphereLicense

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

Bases: object

License for vSphere upgrade.

Methods

__init__(**kwargs) Initializes a new VsphereLicense object with values from keyword arguments.

Attributes

license_key [Required] Gets the license_key of this VsphereLicense.
license_type [Required] Gets the license_type of this VsphereLicense.
__init__(**kwargs)

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

Parameters:
  • license_type (str) – The value to assign to the license_type property of this VsphereLicense.
  • license_key (str) – The value to assign to the license_key property of this VsphereLicense.
license_key

[Required] Gets the license_key of this VsphereLicense. vSphere license key value.

Returns:The license_key of this VsphereLicense.
Return type:str
license_type

[Required] Gets the license_type of this VsphereLicense. vSphere license type.

Returns:The license_type of this VsphereLicense.
Return type:str