Class BasicConfigurationItemSummary
Basic configuration item summary. Value field contain the most preferred value for the specified scope (compartmentId), which could be from any of the ConfigurationItemValueSourceConfigurationType. Default value field contains the default value from Ops Insights.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class BasicConfigurationItemSummary : ConfigurationItemSummary
Properties
ApplicableContexts
Declaration
[JsonProperty(PropertyName = "applicableContexts")]
public List<string> ApplicableContexts { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | List of contexts in Ops Insights where this configuration item is applicable. |
DefaultValue
Declaration
[JsonProperty(PropertyName = "defaultValue")]
public string DefaultValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Value of configuration item. |
Metadata
Declaration
[JsonProperty(PropertyName = "metadata")]
public ConfigurationItemMetadata Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| ConfigurationItemMetadata |
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Name of configuration item. |
Value
Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Value of configuration item. |
ValueSourceConfig
Declaration
[JsonProperty(PropertyName = "valueSourceConfig")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ConfigurationItemValueSourceConfigurationType? ValueSourceConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| ConfigurationItemValueSourceConfigurationType? | Source configuration from where the value is taken for a configuration item. |