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: - helm_diff_arguments (oci.devops.models.HelmDiffArgumentCollection) – The value to assign to the helm_diff_arguments property of this TriggerDeploymentDryRunDetails.
- create_deployment_details (oci.devops.models.CreateDeploymentDetails) – The value to assign to the create_deployment_details property of this TriggerDeploymentDryRunDetails.
-
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
-