Show / Hide Table of Contents

Class CloudImportableComputeEntitySummary

A compute host entity that can be imported into Operations Insights.

Inheritance
object
ImportableComputeEntitySummary
CloudImportableComputeEntitySummary
Inherited Members
ImportableComputeEntitySummary.ComputeId
ImportableComputeEntitySummary.ComputeDisplayName
ImportableComputeEntitySummary.CompartmentId
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 CloudImportableComputeEntitySummary : ImportableComputeEntitySummary

Properties

HostName

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

The host name. The host name is unique amongst the hosts managed by the same management agent.

Remarks

Required

PlatformType

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

Remarks

Required

In this article
Back to top