RemoveAgentDependencyDetails¶
-
class
oci.cloud_bridge.models.
RemoveAgentDependencyDetails
(**kwargs)¶ Bases:
object
The information to be updated.
Methods
__init__
(**kwargs)Initializes a new RemoveAgentDependencyDetails object with values from keyword arguments. Attributes
agent_dependency_id
[Required] Gets the agent_dependency_id of this RemoveAgentDependencyDetails. -
__init__
(**kwargs)¶ Initializes a new RemoveAgentDependencyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: agent_dependency_id (str) – The value to assign to the agent_dependency_id property of this RemoveAgentDependencyDetails.
-
agent_dependency_id
¶ [Required] Gets the agent_dependency_id of this RemoveAgentDependencyDetails. The OCID of the agentDependency that should be removed from the source environment.
Returns: The agent_dependency_id of this RemoveAgentDependencyDetails. Return type: str
-