ComputeTargetAttachConfiguration Class

Abstract parent class for all ComputeTarget attach configuration objects.

This class defines the configuration parameters for attaching compute objects. Attach configuration varies by child compute object. Specify attach configuration with the attach_configuration method of child compute objects.

Initialize the AttachConfiguration object.

Inheritance
ComputeTargetAttachConfiguration

Constructor

ComputeTargetAttachConfiguration(type)

Parameters

type
ComputeTarget
Required

The type of ComputeTarget this object is associated with.

type
ComputeTarget
Required

The type of ComputeTarget this object is associated with.

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