Class InstanceAgentCommandExecutionOutputViaTextDetails
The execution output from a command when returned in plain text.
Inheritance
InstanceAgentCommandExecutionOutputViaTextDetails
  Inherited Members
Namespace: Oci.ComputeinstanceagentService.Models
Assembly: OCI.DotNetSDK.Computeinstanceagent.dll
Syntax
public class InstanceAgentCommandExecutionOutputViaTextDetails : InstanceAgentCommandExecutionOutputContentProperties
Text
Declaration
[JsonProperty(PropertyName = "text")]
public string Text { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The command output. | 
TextSha256
Declaration
[JsonProperty(PropertyName = "textSha256")]
public string TextSha256 { get; set; }Property Value
| Type | Description | 
|---|---|
| string | SHA-256 checksum value of the text content. |