UpdateOpsiConfigurationDetails

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

Bases: object

Information to be updated in OPSI configuration resource.

Attributes

OPSI_CONFIG_TYPE_UX_CONFIGURATION A constant which can be used with the opsi_config_type property of a UpdateOpsiConfigurationDetails.
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 UpdateOpsiConfigurationDetails 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 UpdateOpsiConfigurationDetails. This constant has a value of “UX_CONFIGURATION”

__init__(**kwargs)

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

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
freeform_tags

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
system_tags

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))