ConfigurationItemFreeTextAllowedValueDetails

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

Bases: oci.opsi.models.configuration_item_allowed_value_details.ConfigurationItemAllowedValueDetails

Allowed value details of configuration item for FREE_TEXT type.

Attributes

ALLOWED_VALUE_TYPE_FREE_TEXT str(object=’’) -> str
ALLOWED_VALUE_TYPE_LIMIT str(object=’’) -> str
ALLOWED_VALUE_TYPE_PICK str(object=’’) -> str
allowed_value_type [Required] Gets the allowed_value_type of this ConfigurationItemAllowedValueDetails.

Methods

__init__(**kwargs) Initializes a new ConfigurationItemFreeTextAllowedValueDetails 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.
ALLOWED_VALUE_TYPE_FREE_TEXT = 'FREE_TEXT'
ALLOWED_VALUE_TYPE_LIMIT = 'LIMIT'
ALLOWED_VALUE_TYPE_PICK = 'PICK'
__init__(**kwargs)

Initializes a new ConfigurationItemFreeTextAllowedValueDetails object with values from keyword arguments. The default value of the allowed_value_type attribute of this class is FREE_TEXT and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:allowed_value_type (str) – The value to assign to the allowed_value_type property of this ConfigurationItemFreeTextAllowedValueDetails. Allowed values for this property are: “LIMIT”, “PICK”, “FREE_TEXT”
allowed_value_type

[Required] Gets the allowed_value_type of this ConfigurationItemAllowedValueDetails. Allowed value type of configuration item.

Allowed values for this property are: “LIMIT”, “PICK”, “FREE_TEXT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The allowed_value_type of this ConfigurationItemAllowedValueDetails.
Return type: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.