AddAgentDependencyDetails¶
-
class
oci.cloud_bridge.models.
AddAgentDependencyDetails
(**kwargs)¶ Bases:
object
The information to be updated.
Methods
__init__
(**kwargs)Initializes a new AddAgentDependencyDetails object with values from keyword arguments. Attributes
agent_dependency_id
[Required] Gets the agent_dependency_id of this AddAgentDependencyDetails. -
__init__
(**kwargs)¶ Initializes a new AddAgentDependencyDetails 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 AddAgentDependencyDetails.
-
agent_dependency_id
¶ [Required] Gets the agent_dependency_id of this AddAgentDependencyDetails. The OCID of the agentDependency, which is added to the source environment.
Returns: The agent_dependency_id of this AddAgentDependencyDetails. Return type: str
-