LimitsIncreaseRequestComment¶
-
class
oci.limits_increase.models.LimitsIncreaseRequestComment(**kwargs)¶ Bases:
objectThe properties that define a comment in a limit increase request.
Attributes
SENDER_TYPE_CUSTOMERA constant which can be used with the sender_type property of a LimitsIncreaseRequestComment. SENDER_TYPE_ORACLEA constant which can be used with the sender_type property of a LimitsIncreaseRequestComment. message[Required] Gets the message of this LimitsIncreaseRequestComment. sender_type[Required] Gets the sender_type of this LimitsIncreaseRequestComment. time_created[Required] Gets the time_created of this LimitsIncreaseRequestComment. Methods
__init__(**kwargs)Initializes a new LimitsIncreaseRequestComment object with values from keyword arguments. -
SENDER_TYPE_CUSTOMER= 'CUSTOMER'¶ A constant which can be used with the sender_type property of a LimitsIncreaseRequestComment. This constant has a value of “CUSTOMER”
-
SENDER_TYPE_ORACLE= 'ORACLE'¶ A constant which can be used with the sender_type property of a LimitsIncreaseRequestComment. This constant has a value of “ORACLE”
-
__init__(**kwargs)¶ Initializes a new LimitsIncreaseRequestComment object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - message (str) – The value to assign to the message property of this LimitsIncreaseRequestComment.
- time_created (datetime) – The value to assign to the time_created property of this LimitsIncreaseRequestComment.
- sender_type (str) – The value to assign to the sender_type property of this LimitsIncreaseRequestComment. Allowed values for this property are: “CUSTOMER”, “ORACLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
message¶ [Required] Gets the message of this LimitsIncreaseRequestComment. The comment message.
Returns: The message of this LimitsIncreaseRequestComment. Return type: str
-
sender_type¶ [Required] Gets the sender_type of this LimitsIncreaseRequestComment. The comment sender type.
Allowed values for this property are: “CUSTOMER”, “ORACLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The sender_type of this LimitsIncreaseRequestComment. Return type: str
-
time_created¶ [Required] Gets the time_created of this LimitsIncreaseRequestComment. The time that the comment was created. Format defined by RFC3339.
Returns: The time_created of this LimitsIncreaseRequestComment. Return type: datetime
-