ImageDetails

class oci.license_manager.models.ImageDetails(**kwargs)

Bases: object

Image details associated with the product license.

Methods

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

Attributes

listing_id [Required] Gets the listing_id of this ImageDetails.
package_version [Required] Gets the package_version of this ImageDetails.
__init__(**kwargs)

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

Parameters:
  • listing_id (str) – The value to assign to the listing_id property of this ImageDetails.
  • package_version (str) – The value to assign to the package_version property of this ImageDetails.
listing_id

[Required] Gets the listing_id of this ImageDetails. Marketplace image listing ID.

Returns:The listing_id of this ImageDetails.
Return type:str
package_version

[Required] Gets the package_version of this ImageDetails. Image package version.

Returns:The package_version of this ImageDetails.
Return type:str