UpdateStackDetails

class oci.marketplace_publisher.models.UpdateStackDetails(**kwargs)

Bases: object

Stack details required to update a Stack artifact.

Methods

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

Attributes

image_listing_ids Gets the image_listing_ids of this UpdateStackDetails.
source_stack_id Gets the source_stack_id of this UpdateStackDetails.
__init__(**kwargs)

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

Parameters:
  • source_stack_id (str) – The value to assign to the source_stack_id property of this UpdateStackDetails.
  • image_listing_ids (list[str]) – The value to assign to the image_listing_ids property of this UpdateStackDetails.
image_listing_ids

Gets the image_listing_ids of this UpdateStackDetails. Image listing OCIDs that are referred in the Stack.

Returns:The image_listing_ids of this UpdateStackDetails.
Return type:list[str]
source_stack_id

Gets the source_stack_id of this UpdateStackDetails. The source stack OCID.

Returns:The source_stack_id of this UpdateStackDetails.
Return type:str