OpsiConfigurationBasicConfigurationItemSummary¶
- 
class 
oci.opsi.models.OpsiConfigurationBasicConfigurationItemSummary(**kwargs)¶ Bases:
oci.opsi.models.opsi_configuration_configuration_item_summary.OpsiConfigurationConfigurationItemSummaryBasic configuration item summary. Value and defaultValue fields will contain the custom value stored in the resource and default value from Ops Insights respectively.
Attributes
CONFIG_ITEM_TYPE_BASICstr(object=’’) -> str applicable_contextsGets the applicable_contexts of this OpsiConfigurationBasicConfigurationItemSummary. config_item_type[Required] Gets the config_item_type of this OpsiConfigurationConfigurationItemSummary. default_valueGets the default_value of this OpsiConfigurationBasicConfigurationItemSummary. metadataGets the metadata of this OpsiConfigurationBasicConfigurationItemSummary. nameGets the name of this OpsiConfigurationBasicConfigurationItemSummary. valueGets the value of this OpsiConfigurationBasicConfigurationItemSummary. Methods
__init__(**kwargs)Initializes a new OpsiConfigurationBasicConfigurationItemSummary object with values from keyword arguments. get_subtype(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. - 
CONFIG_ITEM_TYPE_BASIC= 'BASIC'¶ 
- 
__init__(**kwargs)¶ Initializes a new OpsiConfigurationBasicConfigurationItemSummary object with values from keyword arguments. The default value of the
config_item_typeattribute of this class isBASICand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - config_item_type (str) – The value to assign to the config_item_type property of this OpsiConfigurationBasicConfigurationItemSummary. Allowed values for this property are: “BASIC”
 - name (str) – The value to assign to the name property of this OpsiConfigurationBasicConfigurationItemSummary.
 - value (str) – The value to assign to the value property of this OpsiConfigurationBasicConfigurationItemSummary.
 - default_value (str) – The value to assign to the default_value property of this OpsiConfigurationBasicConfigurationItemSummary.
 - applicable_contexts (list[str]) – The value to assign to the applicable_contexts property of this OpsiConfigurationBasicConfigurationItemSummary.
 - metadata (oci.opsi.models.ConfigurationItemMetadata) – The value to assign to the metadata property of this OpsiConfigurationBasicConfigurationItemSummary.
 
- 
applicable_contexts¶ Gets the applicable_contexts of this OpsiConfigurationBasicConfigurationItemSummary. List of contexts in Operations Insights where this configuration item is applicable.
Returns: The applicable_contexts of this OpsiConfigurationBasicConfigurationItemSummary. Return type: list[str] 
- 
config_item_type¶ [Required] Gets the config_item_type of this OpsiConfigurationConfigurationItemSummary. Type of configuration item.
Allowed values for this property are: “BASIC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The config_item_type of this OpsiConfigurationConfigurationItemSummary. Return type: str 
- 
default_value¶ Gets the default_value of this OpsiConfigurationBasicConfigurationItemSummary. Value of configuration item.
Returns: The default_value of this OpsiConfigurationBasicConfigurationItemSummary. Return type: str 
- 
static 
get_subtype(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
- 
metadata¶ Gets the metadata of this OpsiConfigurationBasicConfigurationItemSummary.
Returns: The metadata of this OpsiConfigurationBasicConfigurationItemSummary. Return type: oci.opsi.models.ConfigurationItemMetadata 
- 
name¶ Gets the name of this OpsiConfigurationBasicConfigurationItemSummary. Name of configuration item.
Returns: The name of this OpsiConfigurationBasicConfigurationItemSummary. Return type: str 
- 
value¶ Gets the value of this OpsiConfigurationBasicConfigurationItemSummary. Value of configuration item.
Returns: The value of this OpsiConfigurationBasicConfigurationItemSummary. Return type: str 
-