Eula#

class Eula(content=None, updated_time=None, version=None, is_enabled=None, acceptances=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#

Bases: ExternalizableAbstractModel

Model containing the EULA info attributes.

Parameters:
  • content (required) – (content) Textual contents of the end user license agreement.

  • updated_time – (updated_time) EULA update time since epoch in ISO date time.

  • version (required) – (version) Version of the EULA.

  • is_enabled – (is_enabled) Indicates whether this is the current EULA of the cluster or not.

  • acceptances – (acceptances) List of users accepting the EULA along with acceptance time for each.

property acceptances#

List of users accepting the EULA along with acceptance time for each.

Type:

list[ Acceptance ]

property content#

Textual contents of the end user license agreement.

Type:

str

property is_enabled#

Indicates whether this is the current EULA of the cluster or not.

Type:

bool

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property updated_time#

EULA update time since epoch in ISO date time.

Type:

datetime

property version#

Version of the EULA.

Type:

str