Show / Hide Table of Contents

Class InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails

The execution output from a command when saved to an Object Storage URL.

Inheritance
object
InstanceAgentCommandExecutionOutputContent
InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails
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 InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails : InstanceAgentCommandExecutionOutputContent

Properties

OutputUri

Declaration
[Required(ErrorMessage = "OutputUri is required.")]
[JsonProperty(PropertyName = "outputUri")]
public string OutputUri { get; set; }
Property Value
Type Description
string

The Object Storage URL or pre-authenticated request (PAR) for the command output.

Remarks

Required

In this article
Back to top