TriggerDeploymentDryRunDetails

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

Bases: object

Details of a new deployment to be created that will run to get helm diff for a helmDiffArgumentCollection.

Methods

__init__(**kwargs) Initializes a new TriggerDeploymentDryRunDetails object with values from keyword arguments.

Attributes

create_deployment_details [Required] Gets the create_deployment_details of this TriggerDeploymentDryRunDetails.
helm_diff_arguments [Required] Gets the helm_diff_arguments of this TriggerDeploymentDryRunDetails.
__init__(**kwargs)

Initializes a new TriggerDeploymentDryRunDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
create_deployment_details

[Required] Gets the create_deployment_details of this TriggerDeploymentDryRunDetails.

Returns:The create_deployment_details of this TriggerDeploymentDryRunDetails.
Return type:oci.devops.models.CreateDeploymentDetails
helm_diff_arguments

[Required] Gets the helm_diff_arguments of this TriggerDeploymentDryRunDetails.

Returns:The helm_diff_arguments of this TriggerDeploymentDryRunDetails.
Return type:oci.devops.models.HelmDiffArgumentCollection