Class: MintPress::OracleDatabase::RestorePoint
- Inherits:
-
Object
- Object
- MintPress::OracleDatabase::RestorePoint
- Includes:
- MintLogger, Mixins::Properties, Utils
- Defined in:
- src/oracle-database/lib/oracle-database/model/database/restore_point.rb
Overview
Properties (Read/Write)
-
#name ⇒ String
The name of RestorePoint
Property Attributes- required ⇒ true
23
# File 'src/oracle-database/lib/oracle-database/model/database/restore_point.rb', line 23 property :name, type: String, required: true
-
#type ⇒ String (Default Value: 'GUARANTEED')
Type
Property Attributes- required ⇒ true
- default ⇒ 'GUARANTEED'
- allowed_values ⇒ ["GUARANTEED", "NORMAL"]
26
# File 'src/oracle-database/lib/oracle-database/model/database/restore_point.rb', line 26 property :type, type: String, required: true, default: 'GUARANTEED', allowed_values: ["GUARANTEED", "NORMAL"]
-
#host ⇒ MintPress::Infrastructure::Host (Default Value: Proc.new {
MintPress::Infrastructure::LocalHost.new
})
Host used to acquire the OCI8 gem
Property Attributes- required ⇒ true
- default ⇒ Proc.new { MintPress::Infrastructure::LocalHost.new }
29 30 31
# File 'src/oracle-database/lib/oracle-database/model/database/restore_point.rb', line 29 property :host, type: MintPress::Infrastructure::Host, required: true, default: Proc.new { MintPress::Infrastructure::LocalHost.new }
-
#db_host ⇒ String (Default Value: Proc.new { self.host.name })
'Database connection host'
Property Attributes- default ⇒ Proc.new { self.host.name }
33
# File 'src/oracle-database/lib/oracle-database/model/database/restore_point.rb', line 33 property :db_host, type: String, description: 'Database connection host', default: Proc.new { self.host.name }
-
#db_port ⇒ Integer (Default Value: 1521)
Database connect port - this defaults to 1521.
Property Attributes- required ⇒ true
- default ⇒ 1521
36
# File 'src/oracle-database/lib/oracle-database/model/database/restore_point.rb', line 36 property :db_port, type: Integer, required: true, default: 1521
-
#db_service_name ⇒ String
The service name of the database
Property Attributes39
# File 'src/oracle-database/lib/oracle-database/model/database/restore_point.rb', line 39 property :db_service_name, type: String
-
#db_username ⇒ String
Username with privilege to query v$restore_point and create/delete RestorePoints
Property Attributes- required ⇒ true
- alias ⇒ :dba_username
42
# File 'src/oracle-database/lib/oracle-database/model/database/restore_point.rb', line 42 property :db_username, type: String, required: true, alias: :dba_username
-
#db_password ⇒ Mint::Secret
Password for the above user
Property Attributes- from ⇒ String
- required ⇒ true
- alias ⇒ :dba_password
45
# File 'src/oracle-database/lib/oracle-database/model/database/restore_point.rb', line 45 property :db_password, type: Mint::Secret, from: String, required: true, alias: :dba_password
-
#db_role ⇒ String
Role for the above user
Property Attributes48
# File 'src/oracle-database/lib/oracle-database/model/database/restore_point.rb', line 48 property :db_role, type: String
-
#db_connect_descriptor ⇒ String (Default Value: Proc.new { "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=#{self.get_property(:db_host)})(PORT=#{self.get_property(:db_port)})))(CONNECT_DATA=(SERVICE_NAME=#{self.get_property(:db_service_name)})))" })
'Database connect descriptor that will override with advanced DB connect string such as failover and other advanced settings'
Property Attributes- default ⇒ Proc.new { "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=#{self.get_property(:db_host)})(PORT=#{self.get_property(:db_port)})))(CONNECT_DATA=(SERVICE_NAME=#{self.get_property(:db_service_name)})))" }
50
# File 'src/oracle-database/lib/oracle-database/model/database/restore_point.rb', line 50 property :db_connect_descriptor, type: String, description: 'Database connect descriptor that will override with advanced DB connect string such as failover and other advanced settings', default: Proc.new { "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=#{self.get_property(:db_host)})(PORT=#{self.get_property(:db_port)})))(CONNECT_DATA=(SERVICE_NAME=#{self.get_property(:db_service_name)})))" }
Properties (Read Only)
Constant Summary
Constants included from MintLogger
MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN
Instance Attribute Summary
Attributes included from Mixins::Properties
#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root
Instance Method Summary collapse
-
#create ⇒ void
creates RestorePoint.
-
#delete ⇒ void
deletes RestorePoint.
-
#exists? ⇒ TrueClass | FalseClass
Does the restore point exist?.
-
#initialize(opts = {}) ⇒ RestorePoint
constructor
A new instance of RestorePoint.
-
#usage ⇒ String
Example usage of the class.
Methods included from Utils
#session, #sql_ruby_session, #to_hash
Methods included from Mixins::Properties
#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref
Methods included from MintLogger::Utils::Common
#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send
Constructor Details
#initialize(opts = {}) ⇒ RestorePoint
Instance Method Details
#create ⇒ void
This method returns an undefined value.
creates RestorePoint#delete ⇒ void
This method returns an undefined value.
deletes RestorePoint