Class InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails
The execution output from a command when saved to an Object Storage URL.
Inheritance
InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails
  Inherited Members
Namespace: Oci.ComputeinstanceagentService.Models
Assembly: OCI.DotNetSDK.Computeinstanceagent.dll
Syntax
public class InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails : InstanceAgentCommandExecutionOutputContentProperties
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