CreateBasicConfigurationItemDetails¶
-
class
oci.opsi.models.
CreateBasicConfigurationItemDetails
(**kwargs)¶ Bases:
oci.opsi.models.create_configuration_item_details.CreateConfigurationItemDetails
Basic configuration item details for OPSI configuration creation.
Attributes
CONFIG_ITEM_TYPE_BASIC
str(object=’’) -> str config_item_type
[Required] Gets the config_item_type of this CreateConfigurationItemDetails. name
Gets the name of this CreateBasicConfigurationItemDetails. value
Gets the value of this CreateBasicConfigurationItemDetails. Methods
__init__
(**kwargs)Initializes a new CreateBasicConfigurationItemDetails 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 CreateBasicConfigurationItemDetails object with values from keyword arguments. The default value of the
config_item_type
attribute of this class isBASIC
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 CreateBasicConfigurationItemDetails. Allowed values for this property are: “BASIC”
- name (str) – The value to assign to the name property of this CreateBasicConfigurationItemDetails.
- value (str) – The value to assign to the value property of this CreateBasicConfigurationItemDetails.
-
config_item_type
¶ [Required] Gets the config_item_type of this CreateConfigurationItemDetails. Type of configuration item.
Allowed values for this property are: “BASIC”
Returns: The config_item_type of this CreateConfigurationItemDetails. 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 CreateBasicConfigurationItemDetails. Name of configuration item.
Returns: The name of this CreateBasicConfigurationItemDetails. Return type: str
-
value
¶ Gets the value of this CreateBasicConfigurationItemDetails. Value of configuration item.
Returns: The value of this CreateBasicConfigurationItemDetails. Return type: str
-