UxConfigurationItemsCollection

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

Bases: oci.opsi.models.configuration_items_collection.ConfigurationItemsCollection

Collection of ux configuration item summary objects.

Attributes

OPSI_CONFIG_TYPE_UX_CONFIGURATION str(object=’’) -> str
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 UxConfigurationItemsCollection 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'
__init__(**kwargs)

Initializes a new UxConfigurationItemsCollection object with values from keyword arguments. The default value of the opsi_config_type attribute of this class is UX_CONFIGURATION and it should not be changed. 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 UxConfigurationItemsCollection. Allowed values for this property are: “UX_CONFIGURATION”
  • config_items (list[oci.opsi.models.ConfigurationItemSummary]) – The value to assign to the config_items property of this UxConfigurationItemsCollection.
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