Show / Hide Table of Contents

Class InstanceAgentCommandSourceViaObjectStorageUriDetails

The source of the command when imported from an Object Storage URL.

Inheritance
object
InstanceAgentCommandSourceDetails
InstanceAgentCommandSourceViaObjectStorageUriDetails
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 InstanceAgentCommandSourceViaObjectStorageUriDetails : InstanceAgentCommandSourceDetails

Properties

SourceUri

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

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

Remarks

Required

In this article
Back to top