InstanceAgentCommandSourceDetails

class oci.compute_instance_agent.models.InstanceAgentCommandSourceDetails(**kwargs)

Bases: object

The source of the command.

Attributes

SOURCE_TYPE_OBJECT_STORAGE_TUPLE A constant which can be used with the source_type property of a InstanceAgentCommandSourceDetails.
SOURCE_TYPE_OBJECT_STORAGE_URI A constant which can be used with the source_type property of a InstanceAgentCommandSourceDetails.
SOURCE_TYPE_TEXT A constant which can be used with the source_type property of a InstanceAgentCommandSourceDetails.
source_type [Required] Gets the source_type of this InstanceAgentCommandSourceDetails.

Methods

__init__(**kwargs) Initializes a new InstanceAgentCommandSourceDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
SOURCE_TYPE_OBJECT_STORAGE_TUPLE = 'OBJECT_STORAGE_TUPLE'

A constant which can be used with the source_type property of a InstanceAgentCommandSourceDetails. This constant has a value of “OBJECT_STORAGE_TUPLE”

SOURCE_TYPE_OBJECT_STORAGE_URI = 'OBJECT_STORAGE_URI'

A constant which can be used with the source_type property of a InstanceAgentCommandSourceDetails. This constant has a value of “OBJECT_STORAGE_URI”

SOURCE_TYPE_TEXT = 'TEXT'

A constant which can be used with the source_type property of a InstanceAgentCommandSourceDetails. This constant has a value of “TEXT”

__init__(**kwargs)

Initializes a new InstanceAgentCommandSourceDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:source_type (str) – The value to assign to the source_type property of this InstanceAgentCommandSourceDetails. Allowed values for this property are: “TEXT”, “OBJECT_STORAGE_URI”, “OBJECT_STORAGE_TUPLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

source_type

[Required] Gets the source_type of this InstanceAgentCommandSourceDetails. The source type for the command. The following values are supported:

  • TEXT - uses a plain text command that is specified inline with the request.
  • OBJECT_STORAGE_URI - imports a command from an Object Storage URL.
  • OBJECT_STORAGE_TUPLE - imports a command from an Object Storage bucket.

For background information about Object Storage buckets and URLs, see Overview of Object Storage.

Allowed values for this property are: “TEXT”, “OBJECT_STORAGE_URI”, “OBJECT_STORAGE_TUPLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The source_type of this InstanceAgentCommandSourceDetails.
Return type:str