Class Execution
Message describing Execution object
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class Execution : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndTime
object representation of EndTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
EndTimeDateTimeOffset
DateTimeOffset representation of EndTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
EndTimeRaw
Output only. [Output only] End time stamp
Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EvaluationId
Output only. [Output only] Evaluation ID
Declaration
[JsonProperty("evaluationId")]
public virtual string EvaluationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExternalDataSources
Optional. External data sources
Declaration
[JsonProperty("externalDataSources")]
public virtual IList<ExternalDataSources> ExternalDataSources { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ExternalDataSources> |
InventoryTime
object representation of InventoryTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use InventoryTimeDateTimeOffset instead.")]
public virtual object InventoryTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
InventoryTimeDateTimeOffset
DateTimeOffset representation of InventoryTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? InventoryTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
InventoryTimeRaw
Output only. [Output only] Inventory time stamp
Declaration
[JsonProperty("inventoryTime")]
public virtual string InventoryTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Labels
Labels as key value pairs
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
Name
The name of execution resource. The format is projects/{project}/locations/{location}/evaluations/{evaluation}/executions/{execution}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Notices
Output only. Additional information generated by the execution
Declaration
[JsonProperty("notices")]
public virtual IList<Notice> Notices { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Notice> |
ResultSummary
Output only. [Output only] Result summary for the execution
Declaration
[JsonProperty("resultSummary")]
public virtual Summary ResultSummary { get; set; }
Property Value
| Type | Description |
|---|---|
| Summary |
RuleResults
Output only. execution result summary per rule
Declaration
[JsonProperty("ruleResults")]
public virtual IList<RuleExecutionResult> RuleResults { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<RuleExecutionResult> |
RunType
type represent whether the execution executed directly by user or scheduled according evaluation.schedule field.
Declaration
[JsonProperty("runType")]
public virtual string RunType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StartTime
object representation of StartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
StartTimeDateTimeOffset
DateTimeOffset representation of StartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
StartTimeRaw
Output only. [Output only] Start time stamp
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. [Output only] State
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |