CreateStackDetails

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

Bases: object

Stack details required to create a Stack artifact.

Methods

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

Attributes

image_listing_ids Gets the image_listing_ids of this CreateStackDetails.
source_stack_id [Required] Gets the source_stack_id of this CreateStackDetails.
__init__(**kwargs)

Initializes a new CreateStackDetails 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 CreateStackDetails.
  • image_listing_ids (list[str]) – The value to assign to the image_listing_ids property of this CreateStackDetails.
image_listing_ids

Gets the image_listing_ids of this CreateStackDetails. Image listing OCIDs that are referenced in the Stack.

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

[Required] Gets the source_stack_id of this CreateStackDetails. The source stack OCID.

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