Show / Hide Table of Contents

Class ImportableAgentEntitySummary

An agent entity that can be imported into Operations Insights.

Inheritance
object
ImportableAgentEntitySummary
HostImportableAgentEntitySummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
[JsonConverter(typeof(ImportableAgentEntitySummaryModelConverter))]
public class ImportableAgentEntitySummary

Properties

ManagementAgentDisplayName

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

The Display Name of the Management Agent

Remarks

Required

ManagementAgentId

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

The OCID of the Management Agent

Remarks

Required

In this article
Back to top