Show / Hide Table of Contents

Class MacsManagedExternalHostInsightSummary

Summary of a MACS-managed external host insight resource.

Inheritance
object
HostInsightSummary
MacsManagedExternalHostInsightSummary
Inherited Members
HostInsightSummary.Id
HostInsightSummary.CompartmentId
HostInsightSummary.HostName
HostInsightSummary.HostDisplayName
HostInsightSummary.HostType
HostInsightSummary.ProcessorCount
HostInsightSummary.FreeformTags
HostInsightSummary.DefinedTags
HostInsightSummary.SystemTags
HostInsightSummary.OpsiPrivateEndpointId
HostInsightSummary.Status
HostInsightSummary.TimeCreated
HostInsightSummary.TimeUpdated
HostInsightSummary.LifecycleState
HostInsightSummary.LifecycleDetails
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 MacsManagedExternalHostInsightSummary : HostInsightSummary

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

PlatformType

Declaration
[JsonProperty(PropertyName = "platformType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MacsManagedExternalHostInsightSummary.PlatformTypeEnum? PlatformType { get; set; }
Property Value
Type Description
MacsManagedExternalHostInsightSummary.PlatformTypeEnum?

Platform type. Supported platformType(s) for MACS-managed external host insight: [LINUX, SOLARIS, WINDOWS]. Supported platformType(s) for MACS-managed cloud host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX, WINDOWS, AIX, HP-UX].

In this article
Back to top