OkeHelmChartDeploymentStageExecutionProgress

class oci.devops.models.OkeHelmChartDeploymentStageExecutionProgress(**kwargs)

Bases: oci.devops.models.deploy_stage_execution_progress.DeployStageExecutionProgress

Specifies the execution details for Kubernetes (OKE) helm chart deployment stage.

Attributes

STATUS_ACCEPTED str(object=’’) -> str
STATUS_CANCELED str(object=’’) -> str
STATUS_CANCELING str(object=’’) -> str
STATUS_FAILED str(object=’’) -> str
STATUS_IN_PROGRESS str(object=’’) -> str
STATUS_ROLLBACK_FAILED str(object=’’) -> str
STATUS_ROLLBACK_IN_PROGRESS str(object=’’) -> str
STATUS_ROLLBACK_SUCCEEDED str(object=’’) -> str
STATUS_SUCCEEDED str(object=’’) -> str
chart_url Gets the chart_url of this OkeHelmChartDeploymentStageExecutionProgress.
deploy_stage_display_name Gets the deploy_stage_display_name of this DeployStageExecutionProgress.
deploy_stage_execution_progress_details Gets the deploy_stage_execution_progress_details of this DeployStageExecutionProgress.
deploy_stage_id Gets the deploy_stage_id of this DeployStageExecutionProgress.
deploy_stage_predecessors Gets the deploy_stage_predecessors of this DeployStageExecutionProgress.
deploy_stage_type Gets the deploy_stage_type of this DeployStageExecutionProgress.
helm_diff Gets the helm_diff of this OkeHelmChartDeploymentStageExecutionProgress.
namespace Gets the namespace of this OkeHelmChartDeploymentStageExecutionProgress.
release_name Gets the release_name of this OkeHelmChartDeploymentStageExecutionProgress.
status Gets the status of this DeployStageExecutionProgress.
time_finished Gets the time_finished of this DeployStageExecutionProgress.
time_started Gets the time_started of this DeployStageExecutionProgress.
version Gets the version of this OkeHelmChartDeploymentStageExecutionProgress.

Methods

__init__(**kwargs) Initializes a new OkeHelmChartDeploymentStageExecutionProgress object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
STATUS_ACCEPTED = 'ACCEPTED'
STATUS_CANCELED = 'CANCELED'
STATUS_CANCELING = 'CANCELING'
STATUS_FAILED = 'FAILED'
STATUS_IN_PROGRESS = 'IN_PROGRESS'
STATUS_ROLLBACK_FAILED = 'ROLLBACK_FAILED'
STATUS_ROLLBACK_IN_PROGRESS = 'ROLLBACK_IN_PROGRESS'
STATUS_ROLLBACK_SUCCEEDED = 'ROLLBACK_SUCCEEDED'
STATUS_SUCCEEDED = 'SUCCEEDED'
__init__(**kwargs)

Initializes a new OkeHelmChartDeploymentStageExecutionProgress object with values from keyword arguments. The default value of the deploy_stage_type attribute of this class is OKE_HELM_CHART_DEPLOYMENT and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • deploy_stage_display_name (str) – The value to assign to the deploy_stage_display_name property of this OkeHelmChartDeploymentStageExecutionProgress.
  • deploy_stage_type (str) – The value to assign to the deploy_stage_type property of this OkeHelmChartDeploymentStageExecutionProgress.
  • deploy_stage_id (str) – The value to assign to the deploy_stage_id property of this OkeHelmChartDeploymentStageExecutionProgress.
  • time_started (datetime) – The value to assign to the time_started property of this OkeHelmChartDeploymentStageExecutionProgress.
  • time_finished (datetime) – The value to assign to the time_finished property of this OkeHelmChartDeploymentStageExecutionProgress.
  • status (str) – The value to assign to the status property of this OkeHelmChartDeploymentStageExecutionProgress. Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “FAILED”, “SUCCEEDED”, “CANCELING”, “CANCELED”, “ROLLBACK_IN_PROGRESS”, “ROLLBACK_SUCCEEDED”, “ROLLBACK_FAILED”
  • deploy_stage_predecessors (oci.devops.models.DeployStagePredecessorCollection) – The value to assign to the deploy_stage_predecessors property of this OkeHelmChartDeploymentStageExecutionProgress.
  • deploy_stage_execution_progress_details (list[oci.devops.models.DeployStageExecutionProgressDetails]) – The value to assign to the deploy_stage_execution_progress_details property of this OkeHelmChartDeploymentStageExecutionProgress.
  • release_name (str) – The value to assign to the release_name property of this OkeHelmChartDeploymentStageExecutionProgress.
  • chart_url (str) – The value to assign to the chart_url property of this OkeHelmChartDeploymentStageExecutionProgress.
  • version (str) – The value to assign to the version property of this OkeHelmChartDeploymentStageExecutionProgress.
  • namespace (str) – The value to assign to the namespace property of this OkeHelmChartDeploymentStageExecutionProgress.
  • helm_diff (str) – The value to assign to the helm_diff property of this OkeHelmChartDeploymentStageExecutionProgress.
chart_url

Gets the chart_url of this OkeHelmChartDeploymentStageExecutionProgress. The URL of an OCIR repository.

Returns:The chart_url of this OkeHelmChartDeploymentStageExecutionProgress.
Return type:str
deploy_stage_display_name

Gets the deploy_stage_display_name of this DeployStageExecutionProgress. Stage display name. Avoid entering confidential information.

Returns:The deploy_stage_display_name of this DeployStageExecutionProgress.
Return type:str
deploy_stage_execution_progress_details

Gets the deploy_stage_execution_progress_details of this DeployStageExecutionProgress. Details about stage execution for all the target environments.

Returns:The deploy_stage_execution_progress_details of this DeployStageExecutionProgress.
Return type:list[oci.devops.models.DeployStageExecutionProgressDetails]
deploy_stage_id

Gets the deploy_stage_id of this DeployStageExecutionProgress. The OCID of the stage.

Returns:The deploy_stage_id of this DeployStageExecutionProgress.
Return type:str
deploy_stage_predecessors

Gets the deploy_stage_predecessors of this DeployStageExecutionProgress.

Returns:The deploy_stage_predecessors of this DeployStageExecutionProgress.
Return type:oci.devops.models.DeployStagePredecessorCollection
deploy_stage_type

Gets the deploy_stage_type of this DeployStageExecutionProgress. Deployment stage type.

Returns:The deploy_stage_type of this DeployStageExecutionProgress.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

helm_diff

Gets the helm_diff of this OkeHelmChartDeploymentStageExecutionProgress. Helm Diff output Example: Helm diff was successful data: - greeting: Version 1.0 + greeting: Version 1.1

Returns:The helm_diff of this OkeHelmChartDeploymentStageExecutionProgress.
Return type:str
namespace

Gets the namespace of this OkeHelmChartDeploymentStageExecutionProgress. Default namespace to be used for Kubernetes deployment when not specified in the manifest.

Returns:The namespace of this OkeHelmChartDeploymentStageExecutionProgress.
Return type:str
release_name

Gets the release_name of this OkeHelmChartDeploymentStageExecutionProgress. Release name of the Helm chart.

Returns:The release_name of this OkeHelmChartDeploymentStageExecutionProgress.
Return type:str
status

Gets the status of this DeployStageExecutionProgress. The current state of the stage.

Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “FAILED”, “SUCCEEDED”, “CANCELING”, “CANCELED”, “ROLLBACK_IN_PROGRESS”, “ROLLBACK_SUCCEEDED”, “ROLLBACK_FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The status of this DeployStageExecutionProgress.
Return type:str
time_finished

Gets the time_finished of this DeployStageExecutionProgress. Time the stage finished executing. Format defined by RFC3339.

Returns:The time_finished of this DeployStageExecutionProgress.
Return type:datetime
time_started

Gets the time_started of this DeployStageExecutionProgress. Time the stage started executing. Format defined by RFC3339.

Returns:The time_started of this DeployStageExecutionProgress.
Return type:datetime
version

Gets the version of this OkeHelmChartDeploymentStageExecutionProgress. The version of the helm chart stored in OCIR repository.

Returns:The version of this OkeHelmChartDeploymentStageExecutionProgress.
Return type:str