Show / Hide Table of Contents

Class InstanceAgentCommandExecutionOutputViaTextDetails

The execution output from a command when returned in plain text.

Inheritance
object
InstanceAgentCommandExecutionOutputContent
InstanceAgentCommandExecutionOutputViaTextDetails
Inherited Members
InstanceAgentCommandExecutionOutputContent.ExitCode
InstanceAgentCommandExecutionOutputContent.Message
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ComputeinstanceagentService.Models
Assembly: OCI.DotNetSDK.Computeinstanceagent.dll
Syntax
public class InstanceAgentCommandExecutionOutputViaTextDetails : InstanceAgentCommandExecutionOutputContent

Properties

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.

In this article
Back to top