ConfigurationItemLimitAllowedValueDetails¶
-
class
oci.opsi.models.
ConfigurationItemLimitAllowedValueDetails
(**kwargs)¶ Bases:
oci.opsi.models.configuration_item_allowed_value_details.ConfigurationItemAllowedValueDetails
Allowed value details of configuration item for LIMIT type. Value has to be between minValue and maxValue.
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. max_value
Gets the max_value of this ConfigurationItemLimitAllowedValueDetails. min_value
Gets the min_value of this ConfigurationItemLimitAllowedValueDetails. Methods
__init__
(**kwargs)Initializes a new ConfigurationItemLimitAllowedValueDetails 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 ConfigurationItemLimitAllowedValueDetails object with values from keyword arguments. The default value of the
allowed_value_type
attribute of this class isLIMIT
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 ConfigurationItemLimitAllowedValueDetails. Allowed values for this property are: “LIMIT”, “PICK”, “FREE_TEXT”
- min_value (str) – The value to assign to the min_value property of this ConfigurationItemLimitAllowedValueDetails.
- max_value (str) – The value to assign to the max_value property of this ConfigurationItemLimitAllowedValueDetails.
-
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.
-
max_value
¶ Gets the max_value of this ConfigurationItemLimitAllowedValueDetails. Maximum value limit for the configuration item.
Returns: The max_value of this ConfigurationItemLimitAllowedValueDetails. Return type: str
-
min_value
¶ Gets the min_value of this ConfigurationItemLimitAllowedValueDetails. Minimum value limit for the configuration item.
Returns: The min_value of this ConfigurationItemLimitAllowedValueDetails. Return type: str
-