DownloadOneoffPatch

class oci.database.models.DownloadOneoffPatch(**kwargs)

Bases: object

Data to download one-off patch.

Methods

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

Attributes

access_uri [Required] Gets the access_uri of this DownloadOneoffPatch.
time_created [Required] Gets the time_created of this DownloadOneoffPatch.
time_expires [Required] Gets the time_expires of this DownloadOneoffPatch.
__init__(**kwargs)

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

Parameters:
  • access_uri (str) – The value to assign to the access_uri property of this DownloadOneoffPatch.
  • time_created (datetime) – The value to assign to the time_created property of this DownloadOneoffPatch.
  • time_expires (datetime) – The value to assign to the time_expires property of this DownloadOneoffPatch.
access_uri

[Required] Gets the access_uri of this DownloadOneoffPatch. URI to download one-off patch.

Returns:The access_uri of this DownloadOneoffPatch.
Return type:str
time_created

[Required] Gets the time_created of this DownloadOneoffPatch. The date and time one-off patch URI was created.

Returns:The time_created of this DownloadOneoffPatch.
Return type:datetime
time_expires

[Required] Gets the time_expires of this DownloadOneoffPatch. The date and time until which the one-off patch URI will be available for download.

Returns:The time_expires of this DownloadOneoffPatch.
Return type:datetime