PbfListing

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

Bases: object

PbfListing resources provide details about the available PBFs for consumption by the user. This resource contains details about PBF’s functionality, policies required, configuration parameters expected etc.

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a PbfListing.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a PbfListing.
LIFECYCLE_STATE_INACTIVE A constant which can be used with the lifecycle_state property of a PbfListing.
defined_tags Gets the defined_tags of this PbfListing.
description [Required] Gets the description of this PbfListing.
freeform_tags Gets the freeform_tags of this PbfListing.
id [Required] Gets the id of this PbfListing.
lifecycle_state [Required] Gets the lifecycle_state of this PbfListing.
name [Required] Gets the name of this PbfListing.
publisher_details [Required] Gets the publisher_details of this PbfListing.
system_tags Gets the system_tags of this PbfListing.
time_created [Required] Gets the time_created of this PbfListing.
time_updated [Required] Gets the time_updated of this PbfListing.
triggers Gets the triggers of this PbfListing.

Methods

__init__(**kwargs) Initializes a new PbfListing object with values from keyword arguments.
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a PbfListing. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a PbfListing. This constant has a value of “DELETED”

LIFECYCLE_STATE_INACTIVE = 'INACTIVE'

A constant which can be used with the lifecycle_state property of a PbfListing. This constant has a value of “INACTIVE”

__init__(**kwargs)

Initializes a new PbfListing 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 PbfListing.
  • name (str) – The value to assign to the name property of this PbfListing.
  • description (str) – The value to assign to the description property of this PbfListing.
  • publisher_details (oci.functions.models.PublisherDetails) – The value to assign to the publisher_details property of this PbfListing.
  • triggers (list[oci.functions.models.Trigger]) – The value to assign to the triggers property of this PbfListing.
  • time_created (datetime) – The value to assign to the time_created property of this PbfListing.
  • time_updated (datetime) – The value to assign to the time_updated property of this PbfListing.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this PbfListing. Allowed values for this property are: “ACTIVE”, “INACTIVE”, “DELETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this PbfListing.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this PbfListing.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this PbfListing.
defined_tags

Gets the defined_tags of this PbfListing. 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 PbfListing.
Return type:dict(str, dict(str, object))
description

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

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

Gets the freeform_tags of this PbfListing. 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 PbfListing.
Return type:dict(str, str)
id

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

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

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

Allowed values for this property are: “ACTIVE”, “INACTIVE”, “DELETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

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

[Required] Gets the name of this PbfListing. 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 PbfListing.
Return type:str
publisher_details

[Required] Gets the publisher_details of this PbfListing.

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

Gets the system_tags of this PbfListing. 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 PbfListing.
Return type:dict(str, dict(str, object))
time_created

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

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

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

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

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

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