TrailSequenceSummary¶
-
class
oci.golden_gate.models.
TrailSequenceSummary
(**kwargs)¶ Bases:
object
Summary of the TrailSequences.
Methods
__init__
(**kwargs)Initializes a new TrailSequenceSummary object with values from keyword arguments. Attributes
display_name
Gets the display_name of this TrailSequenceSummary. sequence_id
[Required] Gets the sequence_id of this TrailSequenceSummary. size_in_bytes
Gets the size_in_bytes of this TrailSequenceSummary. time_last_updated
Gets the time_last_updated of this TrailSequenceSummary. -
__init__
(**kwargs)¶ Initializes a new TrailSequenceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - sequence_id (str) – The value to assign to the sequence_id property of this TrailSequenceSummary.
- display_name (str) – The value to assign to the display_name property of this TrailSequenceSummary.
- size_in_bytes (int) – The value to assign to the size_in_bytes property of this TrailSequenceSummary.
- time_last_updated (datetime) – The value to assign to the time_last_updated property of this TrailSequenceSummary.
-
display_name
¶ Gets the display_name of this TrailSequenceSummary. An object’s Display Name.
Returns: The display_name of this TrailSequenceSummary. Return type: str
-
sequence_id
¶ [Required] Gets the sequence_id of this TrailSequenceSummary. Sequence Id
Returns: The sequence_id of this TrailSequenceSummary. Return type: str
-
size_in_bytes
¶ Gets the size_in_bytes of this TrailSequenceSummary. The size of the backup stored in object storage (in bytes)
Returns: The size_in_bytes of this TrailSequenceSummary. Return type: int
-