Show / Hide Table of Contents

Class CreateMacsManagedExternalHostInsightDetails

The information about the MACS-managed external host to be analyzed.

Inheritance
object
CreateHostInsightDetails
CreateMacsManagedExternalHostInsightDetails
Inherited Members
CreateHostInsightDetails.CompartmentId
CreateHostInsightDetails.FreeformTags
CreateHostInsightDetails.DefinedTags
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
public class CreateMacsManagedExternalHostInsightDetails : CreateHostInsightDetails

Properties

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