Class EmInstancesDetails
Results of a emWarehouse search. Contains boh EmWarehouseSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.EmwarehouseService.Models
Assembly: OCI.DotNetSDK.Emwarehouse.dll
Syntax
public class EmInstancesDetailsProperties
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 |