PropertySet¶
-
class
oci.database_tools_runtime.models.PropertySet(**kwargs)¶ Bases:
objectThe base definition for a property set
Attributes
KEY_APEXA constant which can be used with the key property of a PropertySet. KEY_APEX_DOCUMENT_GENERATORA constant which can be used with the key property of a PropertySet. KEY_APEX_FA_INTEGRATIONA constant which can be used with the key property of a PropertySet. KEY_ORACLE_DATABASE_EXTERNAL_AUTHENTICATIONA constant which can be used with the key property of a PropertySet. is_mutable[Required] Gets the is_mutable of this PropertySet. key[Required] Gets the key of this PropertySet. Methods
__init__(**kwargs)Initializes a new PropertySet 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. -
KEY_APEX= 'APEX'¶ A constant which can be used with the key property of a PropertySet. This constant has a value of “APEX”
-
KEY_APEX_DOCUMENT_GENERATOR= 'APEX_DOCUMENT_GENERATOR'¶ A constant which can be used with the key property of a PropertySet. This constant has a value of “APEX_DOCUMENT_GENERATOR”
-
KEY_APEX_FA_INTEGRATION= 'APEX_FA_INTEGRATION'¶ A constant which can be used with the key property of a PropertySet. This constant has a value of “APEX_FA_INTEGRATION”
-
KEY_ORACLE_DATABASE_EXTERNAL_AUTHENTICATION= 'ORACLE_DATABASE_EXTERNAL_AUTHENTICATION'¶ A constant which can be used with the key property of a PropertySet. This constant has a value of “ORACLE_DATABASE_EXTERNAL_AUTHENTICATION”
-
__init__(**kwargs)¶ Initializes a new PropertySet 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:
PropertySetApexPropertySetApexFaIntegrationPropertySetApexDocumentGeneratorPropertySetOracleDatabaseExternalAuthentication
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this PropertySet. Allowed values for this property are: “APEX_DOCUMENT_GENERATOR”, “APEX”, “APEX_FA_INTEGRATION”, “ORACLE_DATABASE_EXTERNAL_AUTHENTICATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- is_mutable (bool) – The value to assign to the is_mutable property of this PropertySet.
-
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.
-
is_mutable¶ [Required] Gets the is_mutable of this PropertySet. Indicates whether the property set is mutable or not
Returns: The is_mutable of this PropertySet. Return type: bool
-
key¶ [Required] Gets the key of this PropertySet. The name of the property set
Allowed values for this property are: “APEX_DOCUMENT_GENERATOR”, “APEX”, “APEX_FA_INTEGRATION”, “ORACLE_DATABASE_EXTERNAL_AUTHENTICATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The key of this PropertySet. Return type: str
-