Class SoftwareRecipeStepExecFile
Executes an artifact or local file.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1beta.Data
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class SoftwareRecipeStepExecFile : IDirectResponseSchema
Properties
AllowedExitCodes
Defaults to [0]. A list of possible return values that the program can return to indicate a success.
Declaration
[JsonProperty("allowedExitCodes")]
public virtual IList<int?> AllowedExitCodes { get; set; }
Property Value
Type | Description |
---|---|
IList<int?> |
Args
Arguments to be passed to the provided executable.
Declaration
[JsonProperty("args")]
public virtual IList<string> Args { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ArtifactId
The id of the relevant artifact in the recipe.
Declaration
[JsonProperty("artifactId")]
public virtual string ArtifactId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LocalPath
The absolute path of the file on the local filesystem.
Declaration
[JsonProperty("localPath")]
public virtual string LocalPath { get; set; }
Property Value
Type | Description |
---|---|
string |