InstanceAgentCommandContent¶
-
class
oci.compute_instance_agent.models.
InstanceAgentCommandContent
(**kwargs)¶ Bases:
object
The contents of the command.
Methods
__init__
(**kwargs)Initializes a new InstanceAgentCommandContent object with values from keyword arguments. Attributes
output
Gets the output of this InstanceAgentCommandContent. source
[Required] Gets the source of this InstanceAgentCommandContent. -
__init__
(**kwargs)¶ Initializes a new InstanceAgentCommandContent object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - source (oci.compute_instance_agent.models.InstanceAgentCommandSourceDetails) – The value to assign to the source property of this InstanceAgentCommandContent.
- output (oci.compute_instance_agent.models.InstanceAgentCommandOutputDetails) – The value to assign to the output property of this InstanceAgentCommandContent.
-
output
¶ Gets the output of this InstanceAgentCommandContent. The output destination for the command.
Returns: The output of this InstanceAgentCommandContent. Return type: oci.compute_instance_agent.models.InstanceAgentCommandOutputDetails
-
source
¶ [Required] Gets the source of this InstanceAgentCommandContent. The source of the command.
Returns: The source of this InstanceAgentCommandContent. Return type: oci.compute_instance_agent.models.InstanceAgentCommandSourceDetails
-