Class HostImportableAgentEntitySummary
An agent host entity that can be imported into Operations Insights.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class HostImportableAgentEntitySummary : ImportableAgentEntitySummary
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 HostImportableAgentEntitySummary.PlatformTypeEnum? PlatformType { get; set; }
Property Value
Type | Description |
---|---|
HostImportableAgentEntitySummary.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