ImageBuildDetails Class

Environment image build class.

ImageBuildDetails class provides details about environment image build status.

Class ImageBuildDetails constructor.

Inheritance
builtins.object
ImageBuildDetails

Constructor

ImageBuildDetails(environment_client, location)

Parameters

environment_client
location

Methods

get_log

Return image build log.

wait_for_completion

Wait for the completion of this cloud environment build.

Returns the image build object after the wait.

get_log

Return image build log.

get_log()

wait_for_completion

Wait for the completion of this cloud environment build.

Returns the image build object after the wait.

wait_for_completion(show_output=True)

Parameters

show_output
bool
default value: True

show_output=True shows the build status on sys.stdout.

Returns

The Image build object (self).

Return type

Attributes

status

Return image build status.