Show / Hide Table of Contents

Class LogAnalyticsEmBridgeSummary

Enterprise manager bridge summary.

Inheritance
object
LogAnalyticsEmBridgeSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class LogAnalyticsEmBridgeSummary

Properties

BucketName

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

Object store bucket name where enterprise manager harvested entities will be uploaded.

Remarks

Required

CompartmentId

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

Compartment Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).

Remarks

Required

DefinedTags

Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type Description
Dictionary<string, Dictionary<string, object>>

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}}

Description

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

A description for log analytics enterprise manager bridge.

DisplayName

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

Log analytics enterprise manager bridge display name.

Remarks

Required

EmEntitiesCompartmentId

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

Compartment for entities created from enterprise manager.

Remarks

Required

FreeformTags

Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type Description
Dictionary<string, string>

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

Id

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

The enterprise manager bridge OCID.

Remarks

Required

LastImportProcessingDetails

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

Processing status details of enterprise manager upload. This provides additional details for failed status

LastImportProcessingStatus

Declaration
[Required(ErrorMessage = "LastImportProcessingStatus is required.")]
[JsonProperty(PropertyName = "lastImportProcessingStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public EmBridgeLatestImportProcessingStatus? LastImportProcessingStatus { get; set; }
Property Value
Type Description
EmBridgeLatestImportProcessingStatus?

The status from last processing status of enterprise manager upload.

Remarks

Required

LifecycleDetails

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

lifecycleDetails has additional information regarding substeps such as verifying connection to object store.

LifecycleState

Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public EmBridgeLifecycleStates? LifecycleState { get; set; }
Property Value
Type Description
EmBridgeLifecycleStates?

The current state of the enterprise manager bridge.

Remarks

Required

TimeCreated

Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type Description
DateTime?

The date and time the resource was created, in the format defined by RFC3339.

Remarks

Required

TimeEmDataLastExtracted

Declaration
[JsonProperty(PropertyName = "timeEmDataLastExtracted")]
public DateTime? TimeEmDataLastExtracted { get; set; }
Property Value
Type Description
DateTime?

The timestamp of last enterprise manager upload to OCI Object Store. This is in the format defined by RFC3339

TimeImportLastProcessed

Declaration
[JsonProperty(PropertyName = "timeImportLastProcessed")]
public DateTime? TimeImportLastProcessed { get; set; }
Property Value
Type Description
DateTime?

The last time of enterprise manager upload was processed. This is in the format defined by RFC3339

TimeUpdated

Declaration
[Required(ErrorMessage = "TimeUpdated is required.")]
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type Description
DateTime?

The date and time the resource was last updated, in the format defined by RFC3339.

Remarks

Required

In this article
Back to top