SetKeyVersionDetails¶
-
class
oci.database.models.
SetKeyVersionDetails
(**kwargs)¶ Bases:
object
Updating the database key version
Attributes
PROVIDER_OCI
A constant which can be used with the provider property of a SetKeyVersionDetails. provider
[Required] Gets the provider of this SetKeyVersionDetails. Methods
__init__
(**kwargs)Initializes a new SetKeyVersionDetails 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. -
PROVIDER_OCI
= 'OCI'¶ A constant which can be used with the provider property of a SetKeyVersionDetails. This constant has a value of “OCI”
-
__init__
(**kwargs)¶ Initializes a new SetKeyVersionDetails 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: provider (str) – The value to assign to the provider property of this SetKeyVersionDetails. Allowed values for this property are: “OCI”
-
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.
-
provider
¶ [Required] Gets the provider of this SetKeyVersionDetails. Source of key version.
Allowed values for this property are: “OCI”
Returns: The provider of this SetKeyVersionDetails. Return type: str
-