CreateAgentDependencyDetails

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

Bases: object

The information about new AgentDependency.

Methods

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

Attributes

bucket [Required] Gets the bucket of this CreateAgentDependencyDetails.
compartment_id [Required] Gets the compartment_id of this CreateAgentDependencyDetails.
defined_tags Gets the defined_tags of this CreateAgentDependencyDetails.
dependency_name [Required] Gets the dependency_name of this CreateAgentDependencyDetails.
dependency_version Gets the dependency_version of this CreateAgentDependencyDetails.
description Gets the description of this CreateAgentDependencyDetails.
display_name [Required] Gets the display_name of this CreateAgentDependencyDetails.
freeform_tags Gets the freeform_tags of this CreateAgentDependencyDetails.
namespace [Required] Gets the namespace of this CreateAgentDependencyDetails.
object_name [Required] Gets the object_name of this CreateAgentDependencyDetails.
system_tags Gets the system_tags of this CreateAgentDependencyDetails.
__init__(**kwargs)

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

Parameters:
  • display_name (str) – The value to assign to the display_name property of this CreateAgentDependencyDetails.
  • dependency_name (str) – The value to assign to the dependency_name property of this CreateAgentDependencyDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateAgentDependencyDetails.
  • dependency_version (str) – The value to assign to the dependency_version property of this CreateAgentDependencyDetails.
  • description (str) – The value to assign to the description property of this CreateAgentDependencyDetails.
  • namespace (str) – The value to assign to the namespace property of this CreateAgentDependencyDetails.
  • bucket (str) – The value to assign to the bucket property of this CreateAgentDependencyDetails.
  • object_name (str) – The value to assign to the object_name property of this CreateAgentDependencyDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateAgentDependencyDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateAgentDependencyDetails.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this CreateAgentDependencyDetails.
bucket

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

Returns:The bucket of this CreateAgentDependencyDetails.
Return type:str
compartment_id

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

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

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

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

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

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

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

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

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

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

Returns:The display_name of this CreateAgentDependencyDetails.
Return type:str
freeform_tags

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

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

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

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

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

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