PatchInstruction

class oci.data_science.models.PatchInstruction(**kwargs)

Bases: object

A single instruction to be included as part of Patch request content.

Attributes

OPERATION_INSERT A constant which can be used with the operation property of a PatchInstruction.
OPERATION_REMOVE A constant which can be used with the operation property of a PatchInstruction.
operation [Required] Gets the operation of this PatchInstruction.

Methods

__init__(**kwargs) Initializes a new PatchInstruction 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.
OPERATION_INSERT = 'INSERT'

A constant which can be used with the operation property of a PatchInstruction. This constant has a value of “INSERT”

OPERATION_REMOVE = 'REMOVE'

A constant which can be used with the operation property of a PatchInstruction. This constant has a value of “REMOVE”

__init__(**kwargs)

Initializes a new PatchInstruction 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:operation (str) – The value to assign to the operation property of this PatchInstruction. Allowed values for this property are: “INSERT”, “REMOVE”
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.

operation

[Required] Gets the operation of this PatchInstruction. A single instruction to be included as part of Patch request content. Enum type (INSERT and REMOVE).

Allowed values for this property are: “INSERT”, “REMOVE”

Returns:The operation of this PatchInstruction.
Return type:str