LogicalVersion#

class LogicalVersion(cluster_version=None, license_version=None, *args, **kwargs)#

Bases: object

Model representing license and cluster logical versions.

Parameters:
  • cluster_version – (cluster_version) Indicates cluster logical version. This is used to keep cluster and license portal in sync.

  • license_version – (license_version) Indicates license logical version. This is also used to keep cluster and license portal in sync.

property cluster_version#

Indicates cluster logical version. This is used to keep cluster and license portal in sync.

Type:

int

property license_version#

Indicates license logical version. This is also used to keep cluster and license portal in sync.

Type:

int

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model