CompleteGuestUpdateSpec#

class CompleteGuestUpdateSpec(version_name=None, version_description=None, is_active_version=True, *args, **kwargs)#

Bases: object

Input to template complete guest OS update.

Parameters:
  • version_name (required max=256 chars) – (version_name) The user-defined name of a template version.

  • version_description (required max=1000 chars) – (version_description) The user-defined description of a template version.

  • is_active_version – (is_active_version) Specify whether to mark the template version as active or not. The newly created version during template creation, update, or guest OS update is set to active by default unless specified otherwise. (Default True)

property is_active_version#

Specify whether to mark the template version as active or not. The newly created version during template creation, update, or guest OS update is set to active by default unless specified otherwise.

Type:

bool

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property version_description#

The user-defined description of a template version.

Type:

str

property version_name#

The user-defined name of a template version.

Type:

str