Class: MintPress::SiebelApi::ServerProfile

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

Overview

ServerProfile

Properties (Read/Write)

  • #start_timeout (Default Value: 3600)

    Property Attributes
    • default3600
    
    
    1076
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1076
    
    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
    
    
    1077
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1077
    
    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 }
    
    
    1093
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1093
    
    property :application_interface, type: MintPress::Siebel::ApplicationInterface, default: Proc.new { $default_ai }
  • #name ⇒ String
    "Server profile name"

    Property Attributes
    • alias:Profile_ProfileName
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    1095
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1095
    
    property :name, type: String, description: "Server profile name"
  • #server_deployments ⇒ Hash of ⇒ ServerDeployment
    "Network TCP/IP Port for Syncronization Manager"

    Property Attributes
    
    
    1097
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1097
    
    property :server_deployments, type: ServerDeployment, description: "Network TCP/IP Port for Syncronization Manager", 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["create", "update"]
    • param_for["create", "update"]
    
    
    1099
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1099
    
    property :access_permission, type: String, description: "Access permission of the profile", default: "ReadWrite", allowed_values: ["ReadWrite", "ReadOnly"], alias: :Profile_AccessPermission, required_for: ["create", "update"], param_for: ["create", "update"]
  • #last_updated ⇒ String
    "Last updated time stamp"

    Property Attributes
    • alias:Profile_LastUpdated
    • required_for[]
    • param_for["create", "update"]
    
    
    1101
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1101
    
    property :last_updated, type: String, description: "Last updated time stamp", alias: :Profile_LastUpdated, required_for: [], param_for: ["create", "update"]
  • #enterprise_name ⇒ String (Default Value: Proc.new { self.enterprise.name })
    "Siebel Enterprise Name"

    Property Attributes
    • defaultProc.new { self.enterprise.name }
    • alias:ServerConfigParams_SiebelEnterprise
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    1103
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1103
    
    property :enterprise_name, type: String, description: "Siebel Enterprise Name", default: Proc.new { self.enterprise.name }, alias: :ServerConfigParams_SiebelEnterprise, required_for: ["create", "update"], param_for: ["create", "update"]
  • #modify_server_encrypt ⇒ [TrueClass, FalseClass]
    "Server-Specific Security Encryption Settings"

    Property Attributes
    • alias:ServerConfigParams_ModifyServerEncrypt
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    1105
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1105
    
    property :modify_server_encrypt, type: [TrueClass, FalseClass], description: "Server-Specific Security Encryption Settings", alias: :ServerConfigParams_ModifyServerEncrypt, required_for: ["create", "update"], param_for: ["create", "update"]
  • #modify_server_auth ⇒ [TrueClass, FalseClass]
    "Server-Specific Security Authentication Profile Assignment"

    Property Attributes
    • alias:ServerConfigParams_ModifyServerAuth
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    1107
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1107
    
    property :modify_server_auth, type: [TrueClass, FalseClass], description: "Server-Specific Security Authentication Profile Assignment", alias: :ServerConfigParams_ModifyServerAuth, required_for: ["create", "update"], param_for: ["create", "update"]
  • #clustering_environment_setup ⇒ String
    "Choose your clustering configuration"

    Property Attributes
    • allowed_values["NotClustered", "HostSetup", "IPSetup"]
    • alias:ServerConfigParams_ClusteringEnvironmentSetup
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    1109
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1109
    
    property :clustering_environment_setup, type: String, description: "Choose your clustering configuration", allowed_values: ["NotClustered", "HostSetup", "IPSetup"], alias: :ServerConfigParams_ClusteringEnvironmentSetup, required_for: ["create", "update"], param_for: ["create", "update"]
  • #cluster_gateway ⇒ String
    "Siebel Server Cluster Virtual Host Name/IP"

    Property Attributes
    • alias:ServerConfigParams_SiebelClusterGateway
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    1111
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1111
    
    property :cluster_gateway, type: String, description: "Siebel Server Cluster Virtual Host Name/IP", alias: :ServerConfigParams_SiebelClusterGateway, required_for: ["create", "update"], param_for: ["create", "update"]
  • #use_oracle_connector ⇒ String
    "Register External Oracle ODBC Driver"

    Property Attributes
    • alias:ServerConfigParams_UseOracleConnector
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    1113
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1113
    
    property :use_oracle_connector, type: String, description: "Register External Oracle ODBC Driver", alias: :ServerConfigParams_UseOracleConnector, required_for: ["create", "update"], param_for: ["create", "update"]
  • #encryption_type ⇒ String
    "Security Encryption Level or Type"

    Property Attributes
    • allowed_values["SISNAPI", "SISNAPITLS", "RSA", "MSCRYPT"]
    • alias:ServerConfigParams_Encrypt
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    1115
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1115
    
    property :encryption_type, type: String, description: "Security Encryption Level or Type", allowed_values: ["SISNAPI", "SISNAPITLS", "RSA", "MSCRYPT"], alias: :ServerConfigParams_Encrypt, required_for: ["create", "update"], param_for: ["create", "update"]
  • #ca_cert_filename ⇒ String
    "Certification Authority (CA) Certificate File Name"

    Property Attributes
    • alias:ServerConfigParams_CACertFileName
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    1117
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1117
    
    property :ca_cert_filename, type: String, description: "Certification Authority (CA) Certificate File Name", alias: :ServerConfigParams_CACertFileName, required_for: ["create", "update"], param_for: ["create", "update"]
  • #cert_filename_server ⇒ String
    "Certificate File Name"

    Property Attributes
    • alias:ServerConfigParams_CertFileNameServer
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    1119
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1119
    
    property :cert_filename_server, type: String, description: "Certificate File Name", alias: :ServerConfigParams_CertFileNameServer, required_for: ["create", "update"], param_for: ["create", "update"]
  • #username ⇒ String
    "Gateway Name Server Authentication User Account Name"

    Property Attributes
    • alias:ServerConfigParams_Username
    • required_for[]
    • param_for["create", "update"]
    
    
    1121
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1121
    
    property :username, type: String, description: "Gateway Name Server Authentication User Account Name", alias: :ServerConfigParams_Username, required_for: [], param_for: ["create", "update"]
  • #password ⇒ Mint::Secret
    "Gateway Name Server Authentication User Account Password"

    Property Attributes
    • alias:ServerConfigParams_Password
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    1123
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1123
    
    property :password, type: Mint::Secret, description: "Gateway Name Server Authentication User Account Password", alias: :ServerConfigParams_Password, required_for: ["create", "update"], param_for: ["create", "update"]
  • #nameserver_host_name ⇒ String
    "Gateway Name Server Host Name"

    Property Attributes
    • alias:ServerConfigParams_NameserverHostName
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    1125
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1125
    
    property :nameserver_host_name, type: String, description: "Gateway Name Server Host Name", alias: :ServerConfigParams_NameserverHostName, required_for: ["create", "update"], param_for: ["create", "update"]
  • #namesrvr_port ⇒ Integer
    "Gateway Name Server TCP/IP Port"

    Property Attributes
    • alias:ServerConfigParams_NamesrvrPort
    • required_for["create", "update"]
    • param_for["create", "update"]
    
    
    1127
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1127
    
    property :namesrvr_port, type: Integer, description: "Gateway Name Server TCP/IP Port", alias: :ServerConfigParams_NamesrvrPort, required_for: ["create", "update"], param_for: ["create", "update"]
  • #sql_server_port ⇒ Integer
    "Microsoft SQL Server Port Number"

    Property Attributes
    • alias:ServerConfigParams_SqlServerPort
    • required_for[]
    • param_for["create", "update"]
    
    
    1129
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1129
    
    property :sql_server_port, type: Integer, description: "Microsoft SQL Server Port Number", alias: :ServerConfigParams_SqlServerPort, required_for: [], param_for: ["create", "update"]
  • #db2_inst_home ⇒ String
    "IBM DB2 Client install Home Path"

    Property Attributes
    • alias:ServerConfigParams_Db2InstHome
    • required_for[]
    • param_for["create", "update"]
    
    
    1131
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1131
    
    property :db2_inst_home, type: String, description: "IBM DB2 Client install Home Path", alias: :ServerConfigParams_Db2InstHome, required_for: [], param_for: ["create", "update"]
  • #anon_login_username ⇒ String
    "Anonymous User Login Name"

    Property Attributes
    • alias:ServerConfigParams_AnonLoginUserName
    • required_for[]
    • param_for["create", "update"]
    
    
    1133
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1133
    
    property :anon_login_username, type: String, description: "Anonymous User Login Name", alias: :ServerConfigParams_AnonLoginUserName, required_for: [], param_for: ["create", "update"]
  • #anon_login_password ⇒ Mint::Secret
    "Anonymous User Password"

    Property Attributes
    • alias:ServerConfigParams_AnonLoginPassword
    • required_for[]
    • param_for["create", "update"]
    
    
    1135
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1135
    
    property :anon_login_password, type: Mint::Secret, description: "Anonymous User Password", alias: :ServerConfigParams_AnonLoginPassword, required_for: [], param_for: ["create", "update"]
  • #server_name ⇒ String (Default Value: Proc.new { self.server.name })
    "Siebel Server Name"

    Property Attributes
    • defaultProc.new { self.server.name }
    • alias:ServerConfigParams_SiebelServer
    • required_for[]
    • param_for["create", "update"]
    
    
    1137
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1137
    
    property :server_name, type: String, description: "Siebel Server Name", default: Proc.new { self.server.name }, alias: :ServerConfigParams_SiebelServer, required_for: [], param_for: ["create", "update"]
  • #description ⇒ String
    "Siebel Server Description"

    Property Attributes
    • alias:ServerConfigParams_SiebelServerDesc
    • required_for[]
    • param_for["create", "update"]
    
    
    1139
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1139
    
    property :description, type: String, description: "Siebel Server Description", alias: :ServerConfigParams_SiebelServerDesc, required_for: [], param_for: ["create", "update"]
  • #select_omsia ⇒ String
    "Select Object Managers for association with the Security Adapter (Name Space)"

    Property Attributes
    • alias:ServerConfigParams_SelectOMSIA
    • required_for[]
    • param_for["create", "update"]
    
    
    1141
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1141
    
    property :select_omsia, type: String, description: "Select Object Managers for association with the Security Adapter (Name Space)", alias: :ServerConfigParams_SelectOMSIA, required_for: [], param_for: ["create", "update"]
  • #enable_comp_groups_sia ⇒ String
    "Enable Component Groups"

    Property Attributes
    • alias:ServerConfigParams_EnableCompGroupsSIA
    • required_for[]
    • param_for["create", "update"]
    
    
    1143
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1143
    
    property :enable_comp_groups_sia, type: String, description: "Enable Component Groups", alias: :ServerConfigParams_EnableCompGroupsSIA, required_for: [], param_for: ["create", "update"]
  • #scb_port ⇒ Integer
    "Siebel Connection Broker Port"

    Property Attributes
    • alias:ServerConfigParams_SCBPort
    • required_for[]
    • param_for["create", "update"]
    
    
    1145
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1145
    
    property :scb_port, type: Integer, description: "Siebel Connection Broker Port", alias: :ServerConfigParams_SCBPort, required_for: [], param_for: ["create", "update"]
  • #local_synch_mgr_port ⇒ Integer
    "Network TCP/IP Port for Syncronization Manager"

    Property Attributes
    • alias:ServerConfigParams_LocalSynchMgrPort
    • required_for[]
    • param_for["create", "update"]
    
    
    1147
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1147
    
    property :local_synch_mgr_port, type: Integer, description: "Network TCP/IP Port for Syncronization Manager", alias: :ServerConfigParams_LocalSynchMgrPort, required_for: [], param_for: ["create", "update"]
  • #enterprise ⇒ MintPress::SiebelApi::EnterpriseDeployment
    "Siebel Enterprise Name"

    Property Attributes
    
    
    1151
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1151
    
    property :enterprise, type: MintPress::SiebelApi::EnterpriseDeployment, description: "Siebel Enterprise Name"
  • #server ⇒ MintPress::SiebelApi::ServerDeployment
    "Siebel Server Name"

    Property Attributes
    
    
    1153
    # File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 1153
    
    property :server, type: MintPress::SiebelApi::ServerDeployment, description: "Siebel Server 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

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

Returns a new instance of ServerProfile.

Instance Method Details

#createObject

Creates a new server profile

#create_jsonObject

#deep_compact(hash) ⇒ Object

#deleteObject

#deployObject

#exist?Boolean

Check for existance of ServerProfile 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 server profile

#update_jsonObject