InstanceAgentCommandTarget¶
-
class
oci.compute_instance_agent.models.
InstanceAgentCommandTarget
(**kwargs)¶ Bases:
object
The target instance that the command runs on.
Methods
__init__
(**kwargs)Initializes a new InstanceAgentCommandTarget object with values from keyword arguments. Attributes
instance_id
Gets the instance_id of this InstanceAgentCommandTarget. -
__init__
(**kwargs)¶ Initializes a new InstanceAgentCommandTarget object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: instance_id (str) – The value to assign to the instance_id property of this InstanceAgentCommandTarget.
-