PbfListingSummary

class oci.functions.models.PbfListingSummary(**kwargs)

Bases: object

Summary of the PbfListing.

Methods

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

Attributes

defined_tags Gets the defined_tags of this PbfListingSummary.
description [Required] Gets the description of this PbfListingSummary.
freeform_tags Gets the freeform_tags of this PbfListingSummary.
id [Required] Gets the id of this PbfListingSummary.
lifecycle_state [Required] Gets the lifecycle_state of this PbfListingSummary.
name [Required] Gets the name of this PbfListingSummary.
publisher_details [Required] Gets the publisher_details of this PbfListingSummary.
system_tags Gets the system_tags of this PbfListingSummary.
time_created [Required] Gets the time_created of this PbfListingSummary.
time_updated [Required] Gets the time_updated of this PbfListingSummary.
triggers Gets the triggers of this PbfListingSummary.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this PbfListingSummary.
  • name (str) – The value to assign to the name property of this PbfListingSummary.
  • description (str) – The value to assign to the description property of this PbfListingSummary.
  • publisher_details (oci.functions.models.PublisherDetails) – The value to assign to the publisher_details property of this PbfListingSummary.
  • triggers (list[oci.functions.models.Trigger]) – The value to assign to the triggers property of this PbfListingSummary.
  • time_created (datetime) – The value to assign to the time_created property of this PbfListingSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this PbfListingSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this PbfListingSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this PbfListingSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this PbfListingSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this PbfListingSummary.
defined_tags

Gets the defined_tags of this PbfListingSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this PbfListingSummary.
Return type:dict(str, dict(str, object))
description

[Required] Gets the description of this PbfListingSummary. A short overview of the PBF Listing: the purpose of the PBF and and associated information.

Returns:The description of this PbfListingSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this PbfListingSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this PbfListingSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this PbfListingSummary. Unique identifier that is immutable on creation.

Returns:The id of this PbfListingSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this PbfListingSummary. The current state of the PBF resource.

Returns:The lifecycle_state of this PbfListingSummary.
Return type:str
name

[Required] Gets the name of this PbfListingSummary. A brief descriptive name for the PBF listing. The PBF listing name must be unique, and not match and existing PBF.

Returns:The name of this PbfListingSummary.
Return type:str
publisher_details

[Required] Gets the publisher_details of this PbfListingSummary.

Returns:The publisher_details of this PbfListingSummary.
Return type:oci.functions.models.PublisherDetails
system_tags

Gets the system_tags of this PbfListingSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this PbfListingSummary.
Return type:dict(str, dict(str, object))
time_created

[Required] Gets the time_created of this PbfListingSummary. The time the PbfListing was created. An RFC3339 formatted datetime string.

Returns:The time_created of this PbfListingSummary.
Return type:datetime
time_updated

[Required] Gets the time_updated of this PbfListingSummary. The last time the PbfListing was updated. An RFC3339 formatted datetime string.

Returns:The time_updated of this PbfListingSummary.
Return type:datetime
triggers

Gets the triggers of this PbfListingSummary. An array of Trigger. A list of triggers that may activate the PBF.

Returns:The triggers of this PbfListingSummary.
Return type:list[oci.functions.models.Trigger]