UpdateOpsiUxConfigurationDetails¶
-
class
oci.opsi.models.
UpdateOpsiUxConfigurationDetails
(**kwargs)¶ Bases:
oci.opsi.models.update_opsi_configuration_details.UpdateOpsiConfigurationDetails
Information to be updated in OPSI UX configuration.
Attributes
OPSI_CONFIG_TYPE_UX_CONFIGURATION
str(object=’’) -> str config_items
Gets the config_items of this UpdateOpsiConfigurationDetails. defined_tags
Gets the defined_tags of this UpdateOpsiConfigurationDetails. description
Gets the description of this UpdateOpsiConfigurationDetails. display_name
Gets the display_name of this UpdateOpsiConfigurationDetails. freeform_tags
Gets the freeform_tags of this UpdateOpsiConfigurationDetails. opsi_config_type
[Required] Gets the opsi_config_type of this UpdateOpsiConfigurationDetails. system_tags
Gets the system_tags of this UpdateOpsiConfigurationDetails. Methods
__init__
(**kwargs)Initializes a new UpdateOpsiUxConfigurationDetails 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 UpdateOpsiUxConfigurationDetails object with values from keyword arguments. The default value of the
opsi_config_type
attribute of this class isUX_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 UpdateOpsiUxConfigurationDetails. Allowed values for this property are: “UX_CONFIGURATION”
- display_name (str) – The value to assign to the display_name property of this UpdateOpsiUxConfigurationDetails.
- description (str) – The value to assign to the description property of this UpdateOpsiUxConfigurationDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateOpsiUxConfigurationDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateOpsiUxConfigurationDetails.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this UpdateOpsiUxConfigurationDetails.
- config_items (list[oci.opsi.models.UpdateConfigurationItemDetails]) – The value to assign to the config_items property of this UpdateOpsiUxConfigurationDetails.
-
config_items
¶ Gets the config_items of this UpdateOpsiConfigurationDetails. Array of configuration items with custom values. All and only configuration items requiring custom values should be part of this array. This array overwrites the existing custom configuration items array for this resource.
Returns: The config_items of this UpdateOpsiConfigurationDetails. Return type: list[oci.opsi.models.UpdateConfigurationItemDetails]
Gets the defined_tags of this UpdateOpsiConfigurationDetails. 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 UpdateOpsiConfigurationDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateOpsiConfigurationDetails. Description of OPSI configuration.
Returns: The description of this UpdateOpsiConfigurationDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateOpsiConfigurationDetails. User-friendly display name for the OPSI configuration. The name does not have to be unique.
Returns: The display_name of this UpdateOpsiConfigurationDetails. Return type: str
Gets the freeform_tags of this UpdateOpsiConfigurationDetails. 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 UpdateOpsiConfigurationDetails. 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 UpdateOpsiConfigurationDetails. OPSI configuration type.
Allowed values for this property are: “UX_CONFIGURATION”
Returns: The opsi_config_type of this UpdateOpsiConfigurationDetails. Return type: str
Gets the system_tags of this UpdateOpsiConfigurationDetails. 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 UpdateOpsiConfigurationDetails. Return type: dict(str, dict(str, object))
-