Show / Hide Table of Contents

Class EmManagedExternalHostInsight

EM-managed external host insight resource.

Inheritance
object
HostInsight
EmManagedExternalHostInsight
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 EmManagedExternalHostInsight : HostInsight

Properties

EnterpriseManagerBridgeId

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

OPSI Enterprise Manager Bridge OCID

Remarks

Required

EnterpriseManagerEntityDisplayName

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

Enterprise Manager Entity Display Name

EnterpriseManagerEntityIdentifier

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

Enterprise Manager Entity Unique Identifier

Remarks

Required

EnterpriseManagerEntityName

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

Enterprise Manager Entity Name

Remarks

Required

EnterpriseManagerEntityType

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

Enterprise Manager Entity Type

Remarks

Required

EnterpriseManagerIdentifier

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

Enterprise Manager Unique Identifier

Remarks

Required

ExadataInsightId

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

The OCID of the Exadata insight.

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 EmManagedExternalHostInsight.PlatformTypeEnum? PlatformType { get; set; }
Property Value
Type Description
EmManagedExternalHostInsight.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