UpdateGroupDetails

class oci.streaming.models.UpdateGroupDetails(**kwargs)

Bases: object

Request body for operationally managing a group.

Attributes

TYPE_AT_TIME A constant which can be used with the type property of a UpdateGroupDetails.
TYPE_LATEST A constant which can be used with the type property of a UpdateGroupDetails.
TYPE_TRIM_HORIZON A constant which can be used with the type property of a UpdateGroupDetails.
time Gets the time of this UpdateGroupDetails.
type Gets the type of this UpdateGroupDetails.

Methods

__init__(**kwargs) Initializes a new UpdateGroupDetails object with values from keyword arguments.
TYPE_AT_TIME = 'AT_TIME'

A constant which can be used with the type property of a UpdateGroupDetails. This constant has a value of “AT_TIME”

TYPE_LATEST = 'LATEST'

A constant which can be used with the type property of a UpdateGroupDetails. This constant has a value of “LATEST”

TYPE_TRIM_HORIZON = 'TRIM_HORIZON'

A constant which can be used with the type property of a UpdateGroupDetails. This constant has a value of “TRIM_HORIZON”

__init__(**kwargs)

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

Parameters:
  • type (str) – The value to assign to the type property of this UpdateGroupDetails. Allowed values for this property are: “AT_TIME”, “LATEST”, “TRIM_HORIZON”
  • time (datetime) – The value to assign to the time property of this UpdateGroupDetails.
time

Gets the time of this UpdateGroupDetails. The time to consume from if type is AT_TIME.

Returns:The time of this UpdateGroupDetails.
Return type:datetime
type

Gets the type of this UpdateGroupDetails. The type of the cursor.

Allowed values for this property are: “AT_TIME”, “LATEST”, “TRIM_HORIZON”

Returns:The type of this UpdateGroupDetails.
Return type:str