ConfigurationItemsCollection¶
-
class
oci.opsi.models.
ConfigurationItemsCollection
(**kwargs)¶ Bases:
object
Collection of configuration item summary objects.
Attributes
OPSI_CONFIG_TYPE_UX_CONFIGURATION
A constant which can be used with the opsi_config_type property of a ConfigurationItemsCollection. config_items
Gets the config_items of this ConfigurationItemsCollection. opsi_config_type
[Required] Gets the opsi_config_type of this ConfigurationItemsCollection. Methods
__init__
(**kwargs)Initializes a new ConfigurationItemsCollection 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. -
OPSI_CONFIG_TYPE_UX_CONFIGURATION
= 'UX_CONFIGURATION'¶ A constant which can be used with the opsi_config_type property of a ConfigurationItemsCollection. This constant has a value of “UX_CONFIGURATION”
-
__init__
(**kwargs)¶ Initializes a new ConfigurationItemsCollection object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - opsi_config_type (str) – The value to assign to the opsi_config_type property of this ConfigurationItemsCollection. Allowed values for this property are: “UX_CONFIGURATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- config_items (list[oci.opsi.models.ConfigurationItemSummary]) – The value to assign to the config_items property of this ConfigurationItemsCollection.
-
config_items
¶ Gets the config_items of this ConfigurationItemsCollection. Array of configuration item summary objects.
Returns: The config_items of this ConfigurationItemsCollection. Return type: list[oci.opsi.models.ConfigurationItemSummary]
-
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.
-
opsi_config_type
¶ [Required] Gets the opsi_config_type of this ConfigurationItemsCollection. OPSI configuration type.
Allowed values for this property are: “UX_CONFIGURATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The opsi_config_type of this ConfigurationItemsCollection. Return type: str
-