UpdateAgentDependencyDetails

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

Bases: object

The information about new AgentDependency.

Methods

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

Attributes

bucket Gets the bucket of this UpdateAgentDependencyDetails.
defined_tags Gets the defined_tags of this UpdateAgentDependencyDetails.
dependency_name Gets the dependency_name of this UpdateAgentDependencyDetails.
dependency_version Gets the dependency_version of this UpdateAgentDependencyDetails.
description Gets the description of this UpdateAgentDependencyDetails.
display_name Gets the display_name of this UpdateAgentDependencyDetails.
freeform_tags Gets the freeform_tags of this UpdateAgentDependencyDetails.
namespace Gets the namespace of this UpdateAgentDependencyDetails.
object_name Gets the object_name of this UpdateAgentDependencyDetails.
system_tags Gets the system_tags of this UpdateAgentDependencyDetails.
__init__(**kwargs)

Initializes a new UpdateAgentDependencyDetails 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 UpdateAgentDependencyDetails.
  • dependency_name (str) – The value to assign to the dependency_name property of this UpdateAgentDependencyDetails.
  • dependency_version (str) – The value to assign to the dependency_version property of this UpdateAgentDependencyDetails.
  • description (str) – The value to assign to the description property of this UpdateAgentDependencyDetails.
  • namespace (str) – The value to assign to the namespace property of this UpdateAgentDependencyDetails.
  • bucket (str) – The value to assign to the bucket property of this UpdateAgentDependencyDetails.
  • object_name (str) – The value to assign to the object_name property of this UpdateAgentDependencyDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateAgentDependencyDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateAgentDependencyDetails.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this UpdateAgentDependencyDetails.
bucket

Gets the bucket of this UpdateAgentDependencyDetails. Object storage bucket where the dependency is uploaded.

Returns:The bucket of this UpdateAgentDependencyDetails.
Return type:str
defined_tags

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

Gets the dependency_name of this UpdateAgentDependencyDetails. Name of the dependency type. This should match the whitelisted enum of dependency names.

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

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

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

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

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

Gets the display_name of this UpdateAgentDependencyDetails. Display name of the Agent dependency.

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

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

Gets the namespace of this UpdateAgentDependencyDetails. Object storage namespace associated with the customer’s tenancy.

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

Gets the object_name of this UpdateAgentDependencyDetails. Name of the dependency object uploaded by the customer.

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

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