AgentDependency

class oci.cloud_bridge.models.AgentDependency(**kwargs)

Bases: object

Description of the AgentDependency, which is a sub-resource of the external environment.

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a AgentDependency.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a AgentDependency.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a AgentDependency.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a AgentDependency.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a AgentDependency.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a AgentDependency.
bucket [Required] Gets the bucket of this AgentDependency.
checksum Gets the checksum of this AgentDependency.
compartment_id [Required] Gets the compartment_id of this AgentDependency.
defined_tags Gets the defined_tags of this AgentDependency.
dependency_name [Required] Gets the dependency_name of this AgentDependency.
dependency_version Gets the dependency_version of this AgentDependency.
description Gets the description of this AgentDependency.
display_name [Required] Gets the display_name of this AgentDependency.
e_tag Gets the e_tag of this AgentDependency.
freeform_tags Gets the freeform_tags of this AgentDependency.
id [Required] Gets the id of this AgentDependency.
lifecycle_details Gets the lifecycle_details of this AgentDependency.
lifecycle_state Gets the lifecycle_state of this AgentDependency.
namespace [Required] Gets the namespace of this AgentDependency.
object_name [Required] Gets the object_name of this AgentDependency.
system_tags Gets the system_tags of this AgentDependency.
time_created Gets the time_created of this AgentDependency.

Methods

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

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

LIFECYCLE_STATE_CREATING = 'CREATING'

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

LIFECYCLE_STATE_DELETED = 'DELETED'

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

LIFECYCLE_STATE_DELETING = 'DELETING'

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

LIFECYCLE_STATE_FAILED = 'FAILED'

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

LIFECYCLE_STATE_UPDATING = 'UPDATING'

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

__init__(**kwargs)

Initializes a new AgentDependency 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 AgentDependency.
  • display_name (str) – The value to assign to the display_name property of this AgentDependency.
  • compartment_id (str) – The value to assign to the compartment_id property of this AgentDependency.
  • dependency_name (str) – The value to assign to the dependency_name property of this AgentDependency.
  • dependency_version (str) – The value to assign to the dependency_version property of this AgentDependency.
  • description (str) – The value to assign to the description property of this AgentDependency.
  • namespace (str) – The value to assign to the namespace property of this AgentDependency.
  • bucket (str) – The value to assign to the bucket property of this AgentDependency.
  • object_name (str) – The value to assign to the object_name property of this AgentDependency.
  • time_created (datetime) – The value to assign to the time_created property of this AgentDependency.
  • e_tag (str) – The value to assign to the e_tag property of this AgentDependency.
  • checksum (str) – The value to assign to the checksum property of this AgentDependency.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this AgentDependency. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this AgentDependency.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this AgentDependency.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this AgentDependency.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this AgentDependency.
bucket

[Required] Gets the bucket of this AgentDependency. Object storage bucket where the Agent dependency is uploaded.

Returns:The bucket of this AgentDependency.
Return type:str
checksum

Gets the checksum of this AgentDependency. The checksum associated with the dependency object returned by Object Storage.

Returns:The checksum of this AgentDependency.
Return type:str
compartment_id

[Required] Gets the compartment_id of this AgentDependency. Compartment identifier

Returns:The compartment_id of this AgentDependency.
Return type:str
defined_tags

Gets the defined_tags of this AgentDependency. The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this AgentDependency.
Return type:dict(str, dict(str, object))
dependency_name

[Required] Gets the dependency_name of this AgentDependency. Name of the dependency type. This should match the whitelisted enum of dependency names.

Returns:The dependency_name of this AgentDependency.
Return type:str
dependency_version

Gets the dependency_version of this AgentDependency. Version of the Agent dependency.

Returns:The dependency_version of this AgentDependency.
Return type:str
description

Gets the description of this AgentDependency. Description about the Agent dependency.

Returns:The description of this AgentDependency.
Return type:str
display_name

[Required] Gets the display_name of this AgentDependency. Display name of the Agent dependency.

Returns:The display_name of this AgentDependency.
Return type:str
e_tag

Gets the e_tag of this AgentDependency. The eTag associated with the dependency object returned by Object Storage.

Returns:The e_tag of this AgentDependency.
Return type:str
freeform_tags

Gets the freeform_tags of this AgentDependency. The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {“Department”: “Finance”}

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

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

Returns:The id of this AgentDependency.
Return type:str
lifecycle_details

Gets the lifecycle_details of this AgentDependency. A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.

Returns:The lifecycle_details of this AgentDependency.
Return type:str
lifecycle_state

Gets the lifecycle_state of this AgentDependency. The current state of AgentDependency.

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

Returns:The lifecycle_state of this AgentDependency.
Return type:str
namespace

[Required] Gets the namespace of this AgentDependency. Object storage namespace associated with the customer’s tenancy.

Returns:The namespace of this AgentDependency.
Return type:str
object_name

[Required] Gets the object_name of this AgentDependency. Name of the dependency object uploaded by the customer.

Returns:The object_name of this AgentDependency.
Return type:str
system_tags

Gets the system_tags of this AgentDependency. The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}

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

Gets the time_created of this AgentDependency. The time when the AgentDependency was created. An RFC3339 formatted datetime string.

Returns:The time_created of this AgentDependency.
Return type:datetime