Class UpdateShellDeployStageDetails
Specifies the shell stage.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class UpdateShellDeployStageDetails : UpdateDeployStageDetails
Properties
CommandSpecDeployArtifactId
Declaration
[JsonProperty(PropertyName = "commandSpecDeployArtifactId")]
public string CommandSpecDeployArtifactId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the artifact that contains the command specification. |
ContainerConfig
Declaration
[JsonProperty(PropertyName = "containerConfig")]
public ContainerConfig ContainerConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| ContainerConfig |
TimeoutInSeconds
Declaration
[JsonProperty(PropertyName = "timeoutInSeconds")]
public int? TimeoutInSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Time to wait for execution of a shell stage. Defaults to 36000 seconds. |