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.
instance_id

Gets the instance_id of this InstanceAgentCommandTarget. The OCID of the target instance.

Returns:The instance_id of this InstanceAgentCommandTarget.
Return type:str