VmGuestCustomizationProfile#

class VmGuestCustomizationProfile(name=None, description=None, create_time=None, update_time=None, created_by=None, updated_by=None, config=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#

Bases: ExternalizableAbstractModel

VM Guest Customization Profile configuration.

Parameters:
  • name (min=1 chars, max=80 chars) – (name) Name of the VM Guest Customization Profile.

  • description – (description) VM Guest Customization Profile description.

  • create_time – (create_time) VM Guest Customization Profile creation time.

  • update_time – (update_time) VM Guest Customization Profile last updated time.

  • created_by – (created_by)

  • updated_by – (updated_by)

  • config – (config) Configuration of the VM Guest Customization Profile. A Configuration should be provided for the customization of either Windows or Linux guest operating system.

property config#

Configuration of the VM Guest Customization Profile. A Configuration should be provided for the customization of either Windows or Linux guest operating system.

Type:

VmGcProfileSysprepConfig

property create_time#

VM Guest Customization Profile creation time.

Type:

datetime

property created_by#
Type:

UserReference

property description#

VM Guest Customization Profile description.

Type:

str

property name#

Name of the VM Guest Customization Profile.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property update_time#

VM Guest Customization Profile last updated time.

Type:

datetime

property updated_by#
Type:

UserReference