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

Name Description
environment_client
Required
location
Required

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

Name Description
show_output

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

default value: True

Returns

Type Description

The Image build object (self).

Attributes

status

Return image build status.