Show / Hide Table of Contents

Class AddAgentDependencyDetails

The information to be updated.

Inheritance
object
AddAgentDependencyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class AddAgentDependencyDetails

Properties

AgentDependencyId

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

The OCID of the agentDependency, which is added to the source environment.

Remarks

Required

In this article
Back to top