BasicConfigurationItemMetadata¶
-
class
oci.opsi.models.
BasicConfigurationItemMetadata
(**kwargs)¶ Bases:
oci.opsi.models.configuration_item_metadata.ConfigurationItemMetadata
Basic configuration item metadata.
Attributes
CONFIG_ITEM_TYPE_BASIC
str(object=’’) -> str config_item_type
[Required] Gets the config_item_type of this ConfigurationItemMetadata. data_type
Gets the data_type of this BasicConfigurationItemMetadata. description
Gets the description of this BasicConfigurationItemMetadata. display_name
Gets the display_name of this BasicConfigurationItemMetadata. unit_details
Gets the unit_details of this BasicConfigurationItemMetadata. value_input_details
Gets the value_input_details of this BasicConfigurationItemMetadata. Methods
__init__
(**kwargs)Initializes a new BasicConfigurationItemMetadata 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 BasicConfigurationItemMetadata 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 BasicConfigurationItemMetadata. Allowed values for this property are: “BASIC”
- display_name (str) – The value to assign to the display_name property of this BasicConfigurationItemMetadata.
- description (str) – The value to assign to the description property of this BasicConfigurationItemMetadata.
- data_type (str) – The value to assign to the data_type property of this BasicConfigurationItemMetadata.
- unit_details (oci.opsi.models.ConfigurationItemUnitDetails) – The value to assign to the unit_details property of this BasicConfigurationItemMetadata.
- value_input_details (oci.opsi.models.ConfigurationItemAllowedValueDetails) – The value to assign to the value_input_details property of this BasicConfigurationItemMetadata.
-
config_item_type
¶ [Required] Gets the config_item_type of this ConfigurationItemMetadata. 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 ConfigurationItemMetadata. Return type: str
-
data_type
¶ Gets the data_type of this BasicConfigurationItemMetadata. Data type of configuration item. Examples: STRING, BOOLEAN, NUMBER
Returns: The data_type of this BasicConfigurationItemMetadata. Return type: str
-
description
¶ Gets the description of this BasicConfigurationItemMetadata. Description of configuration item .
Returns: The description of this BasicConfigurationItemMetadata. Return type: str
-
display_name
¶ Gets the display_name of this BasicConfigurationItemMetadata. User-friendly display name for the configuration item.
Returns: The display_name of this BasicConfigurationItemMetadata. 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.
-
unit_details
¶ Gets the unit_details of this BasicConfigurationItemMetadata.
Returns: The unit_details of this BasicConfigurationItemMetadata. Return type: oci.opsi.models.ConfigurationItemUnitDetails
-
value_input_details
¶ Gets the value_input_details of this BasicConfigurationItemMetadata.
Returns: The value_input_details of this BasicConfigurationItemMetadata. Return type: oci.opsi.models.ConfigurationItemAllowedValueDetails
-