Show / Hide Table of Contents

Class EmInstancesDetails

Results of a emWarehouse search. Contains boh EmWarehouseSummary items and other information, such as metadata.

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

Properties

EmDiscovererUrl

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

emdDiscoverer url

EmHost

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

emHost name

EmId

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

operations Insights Warehouse Identifier

Remarks

Required

TargetsCount

Declaration
[JsonProperty(PropertyName = "targetsCount")]
public int? TargetsCount { get; set; }
Property Value
Type Description
int?

EmInstance Target count

In this article
Back to top