Show / Hide Table of Contents

Class InstanceAgentCommandOutputViaObjectStorageUriDetails

The command output destination when saved to an Object Storage URL.

Inheritance
object
InstanceAgentCommandOutputDetails
InstanceAgentCommandOutputViaObjectStorageUriDetails
Inherited Members
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 InstanceAgentCommandOutputViaObjectStorageUriDetails : InstanceAgentCommandOutputDetails

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