Class MacsManagedCloudHostInsightSummary
Summary of a MACS-managed cloud host insight resource.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class MacsManagedCloudHostInsightSummary : HostInsightSummary
Properties
ComputeId
Declaration
[Required(ErrorMessage = "ComputeId is required.")]
[JsonProperty(PropertyName = "computeId")]
public string ComputeId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Compute Instance |
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
PlatformType
Declaration
[JsonProperty(PropertyName = "platformType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MacsManagedCloudHostInsightSummary.PlatformTypeEnum? PlatformType { get; set; }
Property Value
Type | Description |
---|---|
MacsManagedCloudHostInsightSummary.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]. |