CompleteGuestUpdateSpec#

class CompleteGuestUpdateSpec(version_name=None, version_description=None, set_active_version=False, *args, **kwargs)[source]#

Bases: object

Input to Template Complete Guest OS Update.

Parameters:
  • version_name (required) – (version_name) Template version name. This will be the default VM name prefix when a VM is deployed from this template.

  • version_description (required) – (version_description) A description for template version.

  • set_active_version – (set_active_version) Indicates whether the version has to be a Gold version or not. (Default False)

property set_active_version#

Indicates whether the version has to be a Gold version or not.

Type:

bool

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model

property version_description#

A description for template version.

Type:

str

property version_name#

Template version name. This will be the default VM name prefix when a VM is deployed from this template.

Type:

str