OperationSummary¶
-
class
oci.data_connectivity.models.
OperationSummary
(**kwargs)¶ Bases:
object
The operation summary object
Attributes
MODEL_TYPE_PROCEDURE
A constant which can be used with the model_type property of a OperationSummary. metadata
Gets the metadata of this OperationSummary. model_type
[Required] Gets the model_type of this OperationSummary. Methods
__init__
(**kwargs)Initializes a new OperationSummary 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. -
MODEL_TYPE_PROCEDURE
= 'PROCEDURE'¶ A constant which can be used with the model_type property of a OperationSummary. This constant has a value of “PROCEDURE”
-
__init__
(**kwargs)¶ Initializes a new OperationSummary 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: - model_type (str) – The value to assign to the model_type property of this OperationSummary. Allowed values for this property are: “PROCEDURE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- metadata (oci.data_connectivity.models.ObjectMetadata) – The value to assign to the metadata property of this OperationSummary.
-
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.
-
metadata
¶ Gets the metadata of this OperationSummary.
Returns: The metadata of this OperationSummary. Return type: oci.data_connectivity.models.ObjectMetadata
-
model_type
¶ [Required] Gets the model_type of this OperationSummary. The operation type
Allowed values for this property are: “PROCEDURE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The model_type of this OperationSummary. Return type: str
-