CreateOpsiUxConfigurationDetails

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

Bases: oci.opsi.models.create_opsi_configuration_details.CreateOpsiConfigurationDetails

Information about OPSI UX configuration to be created.

Attributes

OPSI_CONFIG_TYPE_UX_CONFIGURATION str(object=’’) -> str
compartment_id Gets the compartment_id of this CreateOpsiConfigurationDetails.
config_items Gets the config_items of this CreateOpsiConfigurationDetails.
defined_tags Gets the defined_tags of this CreateOpsiConfigurationDetails.
description Gets the description of this CreateOpsiConfigurationDetails.
display_name Gets the display_name of this CreateOpsiConfigurationDetails.
freeform_tags Gets the freeform_tags of this CreateOpsiConfigurationDetails.
opsi_config_type [Required] Gets the opsi_config_type of this CreateOpsiConfigurationDetails.
system_tags Gets the system_tags of this CreateOpsiConfigurationDetails.

Methods

__init__(**kwargs) Initializes a new CreateOpsiUxConfigurationDetails 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 CreateOpsiUxConfigurationDetails 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:
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateOpsiUxConfigurationDetails.
  • opsi_config_type (str) – The value to assign to the opsi_config_type property of this CreateOpsiUxConfigurationDetails. Allowed values for this property are: “UX_CONFIGURATION”
  • display_name (str) – The value to assign to the display_name property of this CreateOpsiUxConfigurationDetails.
  • description (str) – The value to assign to the description property of this CreateOpsiUxConfigurationDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateOpsiUxConfigurationDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateOpsiUxConfigurationDetails.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this CreateOpsiUxConfigurationDetails.
  • config_items (list[oci.opsi.models.CreateConfigurationItemDetails]) – The value to assign to the config_items property of this CreateOpsiUxConfigurationDetails.
compartment_id

Gets the compartment_id of this CreateOpsiConfigurationDetails. The OCID of the compartment.

Returns:The compartment_id of this CreateOpsiConfigurationDetails.
Return type:str
config_items

Gets the config_items of this CreateOpsiConfigurationDetails. Array of configuration items with custom values. All and only configuration items requiring custom values should be part of this array.

Returns:The config_items of this CreateOpsiConfigurationDetails.
Return type:list[oci.opsi.models.CreateConfigurationItemDetails]
defined_tags

Gets the defined_tags of this CreateOpsiConfigurationDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this CreateOpsiConfigurationDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this CreateOpsiConfigurationDetails. Description of OPSI configuration.

Returns:The description of this CreateOpsiConfigurationDetails.
Return type:str
display_name

Gets the display_name of this CreateOpsiConfigurationDetails. User-friendly display name for the OPSI configuration. The name does not have to be unique.

Returns:The display_name of this CreateOpsiConfigurationDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this CreateOpsiConfigurationDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this CreateOpsiConfigurationDetails.
Return type:dict(str, 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.

opsi_config_type

[Required] Gets the opsi_config_type of this CreateOpsiConfigurationDetails. OPSI configuration type.

Allowed values for this property are: “UX_CONFIGURATION”

Returns:The opsi_config_type of this CreateOpsiConfigurationDetails.
Return type:str
system_tags

Gets the system_tags of this CreateOpsiConfigurationDetails. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this CreateOpsiConfigurationDetails.
Return type:dict(str, dict(str, object))