GuestToolsInsertConfig#
- class GuestToolsInsertConfig(capabilities=None, is_config_only=None, *args, **kwargs)[source]#
Bases:
objectArgument for inserting a Nutanix Guest Tools ISO into an available slot.
- Parameters:
capabilities – (
capabilities) The list of the application names that are enabled on the guest VM.is_config_only – (
is_config_only) Indicates that the Nutanix Guest Tools are already installed on the guest VM, and the ISO is being inserted to update the configuration of these tools.
- property capabilities#
The list of the application names that are enabled on the guest VM.
- Type:
list[
NgtCapability]
- property is_config_only#
Indicates that the Nutanix Guest Tools are already installed on the guest VM, and the ISO is being inserted to update the configuration of these tools.
- Type:
bool