Class: MintPress::SiebelApi::MigrationProfile

Inherits:
Object
  • Object
show all
Includes:
Mixins::Properties, MintPress::Siebel::Utils
Defined in:
src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb

Overview

MigrationProfile

Properties (Read/Write)

  • #start_timeout (Default Value: 3600)

    Property Attributes
    • default3600
    
    
    79
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 79
    
    property :start_timeout, default: 3600
  • #bypass_cache ⇒ [TrueClass, FalseClass] (Default Value: false)
    'Setting this property to true will bypass the local cache. This may slow down the execution of Post calls if the network is slow.'

    Property Attributes
    • defaultfalse
    
    
    80
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 80
    
    property :bypass_cache, type: [TrueClass, FalseClass], default: false, description: 'Setting this property to true will bypass the local cache. This may slow down the execution of Post calls if the network is slow.'
  • #application_interface ⇒ MintPress::Siebel::ApplicationInterface (Default Value: Proc.new { $default_ai })

    Property Attributes
    • defaultProc.new { $default_ai }
    
    
    96
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 96
    
    property :application_interface, type: MintPress::Siebel::ApplicationInterface, default: Proc.new { $default_ai }
  • #name ⇒ String
    "Migration profile name"

    Property Attributes
    • alias:Profile_ProfileName
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    98
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 98
    
    property :name, type: String, description: "Migration profile name"
  • #migration_deployments ⇒ Hash of ⇒ MigrationDeployment
    "Migration Package Location"

    Property Attributes
    
    
    100
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 100
    
    property :migration_deployments, type: MigrationDeployment, description: "Migration Package Location", hash: true
  • #access_permission ⇒ String (Default Value: "ReadWrite")
    "Access Permission of the profile"

    Property Attributes
    • default"ReadWrite"
    • allowed_values["ReadWrite", "ReadOnly"]
    • alias:Profile_AccessPermission
    • required_for[]
    • param_for["create", "update"]
    
    
    102
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 102
    
    property :access_permission, type: String, description: "Access Permission of the profile", default: "ReadWrite", allowed_values: ["ReadWrite", "ReadOnly"], alias: :Profile_AccessPermission, required_for: [], param_for: ["create", "update"]
  • #last_updated ⇒ String
    "Timestamp of the last updated"

    Property Attributes
    • alias:Profile_LastUpdated
    • required_for[]
    • param_for["create", "update"]
    
    
    104
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 104
    
    property :last_updated, type: String, description: "Timestamp of the last updated", alias: :Profile_LastUpdated, required_for: [], param_for: ["create", "update"]
  • #database_type ⇒ String
    "Type of the Database"

    Property Attributes
    • allowed_values["Oracle", "MSSQL"]
    • alias:MigrationConfigParams_DatabaseType
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    106
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 106
    
    property :database_type, type: String, description: "Type of the Database", allowed_values: ["Oracle", "MSSQL"], alias: :MigrationConfigParams_DatabaseType, required_for: ["create", "update"], param_for: ["create", "update"]
  • #hostname ⇒ String
    "Database Hostname"

    Property Attributes
    • alias:MigrationConfigParams_Hostname
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    108
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 108
    
    property :hostname, type: String, description: "Database Hostname", alias: :MigrationConfigParams_Hostname, required_for: ["create", "update"], param_for: ["create", "update"]
  • #portnum ⇒ String
    "Database Port Number"

    Property Attributes
    • alias:MigrationConfigParams_Portnum
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    110
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 110
    
    property :portnum, type: String, description: "Database Port Number", alias: :MigrationConfigParams_Portnum, required_for: ["create", "update"], param_for: ["create", "update"]
  • #language ⇒ String (Default Value: "enu")
    "Language"

    Property Attributes
    • default"enu"
    • alias:MigrationConfigParams_Language
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    112
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 112
    
    property :language, type: String, description: "Language", default: "enu", alias: :MigrationConfigParams_Language, required_for: ["create", "update"], param_for: ["create", "update"]
  • #application_name ⇒ String
    "Siebel Application Name"

    Property Attributes
    • alias:MigrationConfigParams_SiebelApplicationName
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    114
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 114
    
    property :application_name, type: String, description: "Siebel Application Name", alias: :MigrationConfigParams_SiebelApplicationName, required_for: ["create", "update"], param_for: ["create", "update"]
  • #table_owner ⇒ String
    "Database Table Owner"

    Property Attributes
    • alias:MigrationConfigParams_TableOwner
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    116
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 116
    
    property :table_owner, type: String, description: "Database Table Owner", alias: :MigrationConfigParams_TableOwner, required_for: ["create", "update"], param_for: ["create", "update"]
  • #username ⇒ String
    "Database Username"

    Property Attributes
    • alias:MigrationConfigParams_Username
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    118
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 118
    
    property :username, type: String, description: "Database Username", alias: :MigrationConfigParams_Username, required_for: ["create", "update"], param_for: ["create", "update"]
  • #password ⇒ Mint::Secret
    "Database Password"

    Property Attributes
    • alias:MigrationConfigParams_Password
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    120
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 120
    
    property :password, type: Mint::Secret, description: "Database Password", alias: :MigrationConfigParams_Password, required_for: ["create", "update"], param_for: ["create", "update"]
  • #service_name ⇒ String
    "Database Service Id (applicable only for Oracle Database)"

    Property Attributes
    • alias:MigrationConfigParams_ServiceName
    • required_for[]
    • param_for["create", "update"]
    
    
    122
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 122
    
    property :service_name, type: String, description: "Database Service Id (applicable only for Oracle Database)", alias: :MigrationConfigParams_ServiceName, required_for: [], param_for: ["create", "update"]
  • #instance ⇒ String
    "Database Instance (applicable only for MSSQL Database)"

    Property Attributes
    • alias:MigrationConfigParams_Instance
    • required_for[]
    • param_for["create", "update"]
    
    
    124
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 124
    
    property :instance, type: String, description: "Database Instance (applicable only for MSSQL Database)", alias: :MigrationConfigParams_Instance, required_for: [], param_for: ["create", "update"]
  • #database_name ⇒ String
    "Database name (applicable only for MSSQL Database)"

    Property Attributes
    • alias:MigrationConfigParams_DatabaseName
    • required_for[]
    • param_for["create", "update"]
    
    
    126
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 126
    
    property :database_name, type: String, description: "Database name (applicable only for MSSQL Database)", alias: :MigrationConfigParams_DatabaseName, required_for: [], param_for: ["create", "update"]
  • #authentication_type ⇒ String (Default Value: "Basic")
    "Authentication Type for Migration Server"

    Property Attributes
    • default"Basic"
    • allowed_values["Basic"]
    • alias:MigrationConfigParams_AuthenticationType
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    128
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 128
    
    property :authentication_type, type: String, description: "Authentication Type for Migration Server", default: "Basic", allowed_values: ["Basic"], alias: :MigrationConfigParams_AuthenticationType, required_for: ["create", "update"], param_for: ["create", "update"]
  • #rest_endpoint ⇒ String
    "Siebel Rest Service URI for Authentication (applicable only for Authentication - Basic)"

    Property Attributes
    • alias:MigrationConfigParams_SiebelRESTEndpoint
    • required_for[]
    • param_for["create", "update"]
    
    
    130
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 130
    
    property :rest_endpoint, type: String, description: "Siebel Rest Service URI for Authentication (applicable only for Authentication - Basic)", alias: :MigrationConfigParams_SiebelRESTEndpoint, required_for: [], param_for: ["create", "update"]
  • #timeout ⇒ [Integer] (Default Value: 300)
    "Timeout (seconds) for the Migration"

    Property Attributes
    • default300
    • alias:MigrationConfigParams_Timeout
    • required_for[]
    • param_for["create", "update"]
    
    
    132
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 132
    
    property :timeout, type: [Integer], description: "Timeout (seconds) for the Migration", default: 300, alias: :MigrationConfigParams_Timeout, required_for: [], param_for: ["create", "update"]
  • #sleep_time ⇒ [Integer] (Default Value: 15)
    "Sleep Time (seconds) to poll the status of migration plan"

    Property Attributes
    • default15
    • alias:MigrationConfigParams_SleepTime
    • required_for[]
    • param_for["create", "update"]
    
    
    134
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 134
    
    property :sleep_time, type: [Integer], description: "Sleep Time (seconds) to poll the status of migration plan", default: 15, alias: :MigrationConfigParams_SleepTime, required_for: [], param_for: ["create", "update"]
  • #log_directory ⇒ String
    "Location of Log Directory for logging the Migration Logs"

    Property Attributes
    • alias:MigrationConfigParams_LogDirectory
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    136
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 136
    
    property :log_directory, type: String, description: "Location of Log Directory for logging the Migration Logs", alias: :MigrationConfigParams_LogDirectory, required_for: ["create", "update"], param_for: ["create", "update"]
  • #log_filename ⇒ String (Default Value: "migration")
    "Logfile Name for logging the Migration Logs"

    Property Attributes
    • default"migration"
    • alias:MigrationConfigParams_LogFileName
    • required_for[]
    • param_for["create", "update"]
    
    
    138
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 138
    
    property :log_filename, type: String, description: "Logfile Name for logging the Migration Logs", default: "migration", alias: :MigrationConfigParams_LogFileName, required_for: [], param_for: ["create", "update"]
  • #default_log_level ⇒ String (Default Value: "Error")
    "Loglevel for logging the Migration Logs"

    Property Attributes
    • default"Error"
    • allowed_values["Fatal", "Error", "Debug", "Trace"]
    • alias:MigrationConfigParams_DefaultLogLevel
    • required_for[]
    • param_for["create", "update"]
    
    
    140
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 140
    
    property :default_log_level, type: String, description: "Loglevel for logging the Migration Logs", default: "Error", allowed_values: ["Fatal", "Error", "Debug", "Trace"], alias: :MigrationConfigParams_DefaultLogLevel, required_for: [], param_for: ["create", "update"]
  • #cg_host_uri ⇒ String
    "Cloud Gateway Host URI"

    Property Attributes
    • alias:MigrationConfigParams_CGHostURI
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    142
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 142
    
    property :cg_host_uri, type: String, description: "Cloud Gateway Host URI", alias: :MigrationConfigParams_CGHostURI, required_for: ["create", "update"], param_for: ["create", "update"]
  • #package_location ⇒ String
    "Migration Package Location"

    Property Attributes
    • alias:MigrationConfigParams_PackageLocation
    • required_for[]
    • param_for["create", "update"]
    
    
    144
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelmigrationspec.rb', line 144
    
    property :package_location, type: String, description: "Migration Package Location", alias: :MigrationConfigParams_PackageLocation, required_for: [], param_for: ["create", "update"]

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

Methods included from MintPress::Siebel::Utils

#can_hit_ai_locally?, #full_url, #get_ai_oracle_home, #get_oracle_home, #get_servermanager_oracle_home, #http_delete, #http_get, #http_post, #http_put, #request_headers

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 = {}) ⇒ MigrationProfile

Returns a new instance of MigrationProfile.

Instance Method Details

#createObject

Creates a new Migration profile

#create_jsonObject

#deep_compact(hash) ⇒ Object

#deleteObject

#deployObject

#exist?Boolean

Check for existance of MigrationProfile via get

Returns:

  • (Boolean)

#getObject

#get_property_from_target(prop) ⇒ Object

Allow getting props for get_property_from_target

#props_from_modelObject

#updatable?Boolean

Returns:

  • (Boolean)

#updateObject

Modifies a migration profile

#update_jsonObject