ComputeTargetUpdateConfiguration Class

Abstract parent class for all ComputeTarget update configuration objects.

This class defines configuration parameters for updating compute objects. Update configuration varies by child compute object. Specify update configuration with the update method of child compute objects that support updating.

Initialize the UpdateConfiguration object.

Inheritance
ComputeTargetUpdateConfiguration

Constructor

ComputeTargetUpdateConfiguration(type)

Parameters

compute
ComputeTarget
Required

The type of ComputeTarget that should be updated.

type

Methods

validate_configuration

Check that the specified configuration values are valid.

Raises a ComputeTargetException if validation fails.

validate_configuration

Check that the specified configuration values are valid.

Raises a ComputeTargetException if validation fails.

abstract validate_configuration()

Exceptions