Class InstanceAgentCommandSourceViaObjectStorageTupleDetails
The source of the command when imported from an Object Storage bucket.
Inheritance
InstanceAgentCommandSourceViaObjectStorageTupleDetails
  Inherited Members
Namespace: Oci.ComputeinstanceagentService.Models
Assembly: OCI.DotNetSDK.Computeinstanceagent.dll
Syntax
public class InstanceAgentCommandSourceViaObjectStorageTupleDetails : InstanceAgentCommandSourceDetailsProperties
BucketName
Declaration
[Required(ErrorMessage = "BucketName is required.")]
[JsonProperty(PropertyName = "bucketName")]
public string BucketName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The Object Storage bucket for the command. | 
Remarks
Required
NamespaceName
Declaration
[Required(ErrorMessage = "NamespaceName is required.")]
[JsonProperty(PropertyName = "namespaceName")]
public string NamespaceName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The Object Storage namespace for the command. | 
Remarks
Required
ObjectName
Declaration
[Required(ErrorMessage = "ObjectName is required.")]
[JsonProperty(PropertyName = "objectName")]
public string ObjectName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The Object Storage object name for the command. | 
Remarks
Required