Show / Hide Table of Contents

Class MacsManagedCloudHostInsight

MACS-managed OCI Compute host insight resource.

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

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

PlatformName

Declaration
[JsonProperty(PropertyName = "platformName")]
public string PlatformName { get; set; }
Property Value
Type Description
string

Platform name.

PlatformType

Declaration
[JsonProperty(PropertyName = "platformType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MacsManagedCloudHostInsight.PlatformTypeEnum? PlatformType { get; set; }
Property Value
Type Description
MacsManagedCloudHostInsight.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].

PlatformVersion

Declaration
[JsonProperty(PropertyName = "platformVersion")]
public string PlatformVersion { get; set; }
Property Value
Type Description
string

Platform version.

In this article
Back to top