AgentImageSummary

class oci.database_migration.models.AgentImageSummary(**kwargs)

Bases: object

Available ODMS Agent Images.

Methods

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

Attributes

download_url [Required] Gets the download_url of this AgentImageSummary.
version [Required] Gets the version of this AgentImageSummary.
__init__(**kwargs)

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

Parameters:
  • version (str) – The value to assign to the version property of this AgentImageSummary.
  • download_url (str) – The value to assign to the download_url property of this AgentImageSummary.
download_url

[Required] Gets the download_url of this AgentImageSummary. URL to download Agent Image of the ODMS Agent.

Returns:The download_url of this AgentImageSummary.
Return type:str
version

[Required] Gets the version of this AgentImageSummary. ODMS Agent Image version.

Returns:The version of this AgentImageSummary.
Return type:str