LimitsIncreaseQuestionCollection

class oci.limits_increase.models.LimitsIncreaseQuestionCollection(**kwargs)

Bases: object

Collection of questions to be asked for certain limits. Example questions include database version for some limits in Autonomous AI Database or email domain for some limits in Email Delivery. For more information, see Creating a Limit Increase Request.

Methods

__init__(**kwargs) Initializes a new LimitsIncreaseQuestionCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this LimitsIncreaseQuestionCollection.
__init__(**kwargs)

Initializes a new LimitsIncreaseQuestionCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.limits_increase.models.LimitsIncreaseQuestionSummary]) – The value to assign to the items property of this LimitsIncreaseQuestionCollection.
items

[Required] Gets the items of this LimitsIncreaseQuestionCollection. List of questions to be asked for certain limits.

Returns:The items of this LimitsIncreaseQuestionCollection.
Return type:list[oci.limits_increase.models.LimitsIncreaseQuestionSummary]