Show / Hide Table of Contents

Class DataSourceSummaryItem

The information about the dataSources that agent is associated to.

Inheritance
object
DataSourceSummaryItem
KubernetesClusterDataSourceSummaryItem
PrometheusEmitterDataSourceSummaryItem
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ManagementagentService.Models
Assembly: OCI.DotNetSDK.Managementagent.dll
Syntax
[JsonConverter(typeof(DataSourceSummaryItemModelConverter))]
public class DataSourceSummaryItem

Properties

Key

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

Data source type and name identifier.

Remarks

Required

Name

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

Unique name of the dataSource.

Remarks

Required

In this article
Back to top