PrevalidateShardedDatabaseResult¶
-
class
oci.globally_distributed_database.models.
PrevalidateShardedDatabaseResult
(**kwargs)¶ Bases:
object
Response of prevalidation api.
Methods
__init__
(**kwargs)Initializes a new PrevalidateShardedDatabaseResult object with values from keyword arguments. Attributes
validation_result
[Required] Gets the validation_result of this PrevalidateShardedDatabaseResult. -
__init__
(**kwargs)¶ Initializes a new PrevalidateShardedDatabaseResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: validation_result (dict(str, object)) – The value to assign to the validation_result property of this PrevalidateShardedDatabaseResult.
-
validation_result
¶ [Required] Gets the validation_result of this PrevalidateShardedDatabaseResult. Prevalidation result based on input payload.
Returns: The validation_result of this PrevalidateShardedDatabaseResult. Return type: dict(str, object)
-