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.
Constructor
ComputeTargetUpdateConfiguration(type)
Parameters
| Name | Description |
|---|---|
|
compute
Required
|
The type of ComputeTarget that should be updated. |
|
type
Required
|
|
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
| Type | Description |
|---|---|