Show / Hide Table of Contents

Class ActuationOutput

Message for output of Actuation

Inheritance
object
ActuationOutput
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class ActuationOutput : IDirectResponseSchema

Properties

ActuateLogs

A link to gcs file that store build logs

Declaration
[JsonProperty("actuateLogs")]
public virtual string ActuateLogs { get; set; }
Property Value
Type Description
string

AnsibleError

Output only. error message return from ansible.

Declaration
[JsonProperty("ansibleError")]
public virtual string AnsibleError { get; set; }
Property Value
Type Description
string

AnsibleFailedTask

Output only. failed task name return from ansible.

Declaration
[JsonProperty("ansibleFailedTask")]
public virtual IList<string> AnsibleFailedTask { get; set; }
Property Value
Type Description
IList<string>

BlueprintId

reference to Blueprint Controller deployment and revision resource

Declaration
[JsonProperty("blueprintId")]
public virtual string BlueprintId { get; set; }
Property Value
Type Description
string

CloudbuildId

Cloud Build instance UUID associated with this revision, without any suffix or prefix

Declaration
[JsonProperty("cloudbuildId")]
public virtual string CloudbuildId { 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

ErrorCode

Output only. Code describing any errors that may have occurred. If not specified, there is no error in actuation.

Declaration
[JsonProperty("errorCode")]
public virtual string ErrorCode { get; set; }
Property Value
Type Description
string

ErrorLogs

A link to actuation cloud build log.

Declaration
[JsonProperty("errorLogs")]
public virtual string ErrorLogs { get; set; }
Property Value
Type Description
string

HasUserFacingErrorMsg

Output only. whether the error message is user facing. If true, the error message will be shown in the UI.

Declaration
[JsonProperty("hasUserFacingErrorMsg")]
public virtual bool? HasUserFacingErrorMsg { get; set; }
Property Value
Type Description
bool?

TerraformError

Output only. error message return from terraform.

Declaration
[JsonProperty("terraformError")]
public virtual string TerraformError { get; set; }
Property Value
Type Description
string

TerraformTemplate

reference to terraform template used

Declaration
[JsonProperty("terraformTemplate")]
public virtual string TerraformTemplate { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX