Class: MintPress::OracleEBS::TransferOptions
- Inherits:
-
Object
- Object
- MintPress::OracleEBS::TransferOptions
- Includes:
- MintLogger
- Defined in:
- src/oracle-ebs/lib/oracle-ebs/host.rb
Overview
TransferOptions: Class to hold the method to be used to transfer the EBS/DB information from source to target
host.
Properties (Read/Write)
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 collapse
-
#direct_rsync ⇒ Object
readonly
Returns the value of attribute direct_rsync.
-
#tarballs ⇒ Object
readonly
Returns the value of attribute tarballs.
-
#use_rsync ⇒ Object
readonly
Returns the value of attribute use_rsync.
Instance Method Summary collapse
-
#initialize(attributes) ⇒ TransferOptions
constructor
A new instance of TransferOptions.
- #inspect(indent = 0) ⇒ Object
- #merge(new_options) ⇒ Object
- #to_s(indent = 0) ⇒ Object
Methods included from MintLogger::Utils::Common
#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send
Constructor Details
#initialize(attributes) ⇒ TransferOptions
Returns a new instance of TransferOptions.
Instance Attribute Details
#direct_rsync ⇒ Object (readonly)
Returns the value of attribute direct_rsync.
#tarballs ⇒ Object (readonly)
Returns the value of attribute tarballs.
#use_rsync ⇒ Object (readonly)
Returns the value of attribute use_rsync.