UpdateBasicConfigurationItemDetails

class oci.opsi.models.UpdateBasicConfigurationItemDetails(**kwargs)

Bases: oci.opsi.models.update_configuration_item_details.UpdateConfigurationItemDetails

Configuration item details for OPSI configuration update.

Attributes

CONFIG_ITEM_TYPE_BASIC str(object=’’) -> str
config_item_type [Required] Gets the config_item_type of this UpdateConfigurationItemDetails.
name Gets the name of this UpdateBasicConfigurationItemDetails.
value Gets the value of this UpdateBasicConfigurationItemDetails.

Methods

__init__(**kwargs) Initializes a new UpdateBasicConfigurationItemDetails 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 UpdateBasicConfigurationItemDetails object with values from keyword arguments. The default value of the config_item_type attribute of this class is BASIC and 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 UpdateBasicConfigurationItemDetails. Allowed values for this property are: “BASIC”
  • name (str) – The value to assign to the name property of this UpdateBasicConfigurationItemDetails.
  • value (str) – The value to assign to the value property of this UpdateBasicConfigurationItemDetails.
config_item_type

[Required] Gets the config_item_type of this UpdateConfigurationItemDetails. Type of configuration item.

Allowed values for this property are: “BASIC”

Returns:The config_item_type of this UpdateConfigurationItemDetails.
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.

name

Gets the name of this UpdateBasicConfigurationItemDetails. Name of configuration item.

Returns:The name of this UpdateBasicConfigurationItemDetails.
Return type:str
value

Gets the value of this UpdateBasicConfigurationItemDetails. Value of configuration item.

Returns:The value of this UpdateBasicConfigurationItemDetails.
Return type:str