Show / Hide Table of Contents

Class EmManagedExternalHostConfigurationSummary

Configuration summary of a EM Managed External host.

Inheritance
object
HostConfigurationSummary
EmManagedExternalHostConfigurationSummary
Inherited Members
HostConfigurationSummary.HostInsightId
HostConfigurationSummary.CompartmentId
HostConfigurationSummary.HostName
HostConfigurationSummary.PlatformType
HostConfigurationSummary.PlatformVersion
HostConfigurationSummary.PlatformVendor
HostConfigurationSummary.TotalCpus
HostConfigurationSummary.TotalMemoryInGBs
HostConfigurationSummary.CpuArchitecture
HostConfigurationSummary.CpuCacheInMBs
HostConfigurationSummary.CpuVendor
HostConfigurationSummary.CpuFrequencyInMhz
HostConfigurationSummary.CpuImplementation
HostConfigurationSummary.CoresPerSocket
HostConfigurationSummary.TotalSockets
HostConfigurationSummary.ThreadsPerSocket
HostConfigurationSummary.IsHyperThreadingEnabled
HostConfigurationSummary.DefinedTags
HostConfigurationSummary.FreeformTags
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 EmManagedExternalHostConfigurationSummary : HostConfigurationSummary

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

EnterpriseManagerConsoleUrl

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

Enterprise Manager Console Url

Remarks

Required

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

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

EnterpriseManagerOmsVer

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

Enterprise Manager OMS Version

Remarks

Required

ExadataDetails

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

Required

In this article
Back to top