Class: MintPress::SiebelApi::CacheserverProfile
- Inherits:
-
Object
- Object
- MintPress::SiebelApi::CacheserverProfile
- Includes:
- Mixins::Properties, MintPress::Siebel::Utils
- Defined in:
- src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb
Overview
Properties (Read/Write)
-
#start_timeout (Default Value: 3600)
Property Attributes- default ⇒ 3600
375
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 375 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- default ⇒ false
376
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 376 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- default ⇒ Proc.new { $default_ai }
392
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 392 property :application_interface, type: MintPress::Siebel::ApplicationInterface, default: Proc.new { $default_ai }
-
#name ⇒ String
"Profile Name"
Property Attributes- alias ⇒ :Profile_ProfileName
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
394
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 394 property :name, type: String, description: "Profile Name", alias: :Profile_ProfileName, required_for: ["create", "update"], param_for: ["create", "update"]
-
#cacheserver_deployments ⇒ Hash of ⇒ CacheserverDeployment
"Gateway Authentication Token"
Property Attributes396
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 396 property :cacheserver_deployments, type: CacheserverDeployment, description: "Gateway Authentication Token", hash: true
-
#last_updated ⇒ String
"Last Updated"
Property Attributes- alias ⇒ :Profile_LastUpdated
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
398
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 398 property :last_updated, type: String, description: "Last Updated", alias: :Profile_LastUpdated, required_for: ["create", "update"], param_for: ["create", "update"]
-
#log_level ⇒ String (Default Value: "ERROR")
"Log Level"
Property Attributes- default ⇒ "ERROR"
- allowed_values ⇒ ["ALL", "ERROR", "DEBUG", "FATAL", "INFO", "TRACE", "WARN"]
- alias ⇒ :CacheConfigParams_LogProperties_LogLevel
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
400
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 400 property :log_level, type: String, description: "Log Level", default: "ERROR", allowed_values: ["ALL", "ERROR", "DEBUG", "FATAL", "INFO", "TRACE", "WARN"], alias: :CacheConfigParams_LogProperties_LogLevel, required_for: ["create", "update"], param_for: ["create", "update"]
-
#security_profile ⇒ String
"Security Profile"
Property Attributes- alias ⇒ :CacheConfigParams_SecurityProfile
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
402
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 402 property :security_profile, type: String, description: "Security Profile", alias: :CacheConfigParams_SecurityProfile, required_for: ["create", "update"], param_for: ["create", "update"]
-
#server_config_param_tango_config ⇒ String
"Tango Config XML"
Property Attributes- alias ⇒ :CacheConfigParams_ServerConfigParam_tangoCoherenceOverride_tangoConfig
- required_for ⇒ []
- param_for ⇒ ["create", "update"]
404
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 404 property :server_config_param_tango_config, type: String, description: "Tango Config XML", alias: :CacheConfigParams_ServerConfigParam_tangoCoherenceOverride_tangoConfig, required_for: [], param_for: ["create", "update"]
-
#server_config_param_cluster_name ⇒ String (Default Value: "SiebelEnterpriseCacheCluster")
"Cluster Name"
Property Attributes- default ⇒ "SiebelEnterpriseCacheCluster"
- alias ⇒ :CacheConfigParams_ServerConfigParam_tangoCoherenceOverride_clusterName
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
406
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 406 property :server_config_param_cluster_name, type: String, description: "Cluster Name", default: "SiebelEnterpriseCacheCluster", alias: :CacheConfigParams_ServerConfigParam_tangoCoherenceOverride_clusterName, required_for: ["create", "update"], param_for: ["create", "update"]
-
#server_config_param_cache_config_xml ⇒ String
"Cache Config XML"
Property Attributes- alias ⇒ :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigXml
- required_for ⇒ []
- param_for ⇒ ["create", "update"]
408
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 408 property :server_config_param_cache_config_xml, type: String, description: "Cache Config XML", alias: :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigXml, required_for: [], param_for: ["create", "update"]
-
#server_config_param_cache_config_obj_caching_scheme_mapping ⇒ Array of ⇒ CacheserverProfilecachingSchemeMapping
"Cache Scheme Map"
Property Attributes- alias ⇒ :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigObj_cachingSchemeMapping
410
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 410 property :server_config_param_cache_config_obj_caching_scheme_mapping, type: CacheserverProfilecachingSchemeMapping, description: "Cache Scheme Map", array: true, alias: :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigObj_cachingSchemeMapping
-
#server_config_param_cache_config_obj_caching_schemes_proxy_scheme_service_name ⇒ String (Default Value: "ExtendTcpProxyService")
"Service Name"
Property Attributes- default ⇒ "ExtendTcpProxyService"
- alias ⇒ :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigObj_cachingSchemes_proxyScheme_serviceName
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
412
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 412 property :server_config_param_cache_config_obj_caching_schemes_proxy_scheme_service_name, type: String, description: "Service Name", default: "ExtendTcpProxyService", alias: :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigObj_cachingSchemes_proxyScheme_serviceName, required_for: ["create", "update"], param_for: ["create", "update"]
-
#server_config_param_cache_config_obj_caching_schemes_proxy_scheme_thread_count_max ⇒ [Integer]
"Maximum Thread Count"
Property Attributes- alias ⇒ :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigObj_cachingSchemes_proxyScheme_threadCountMax
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
414
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 414 property :server_config_param_cache_config_obj_caching_schemes_proxy_scheme_thread_count_max, type: [Integer], description: "Maximum Thread Count", alias: :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigObj_cachingSchemes_proxyScheme_threadCountMax, required_for: ["create", "update"], param_for: ["create", "update"]
-
#server_config_param_cache_config_obj_caching_schemes_proxy_scheme_thread_count_min ⇒ [Integer]
"Minimum Thread Count"
Property Attributes- alias ⇒ :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigObj_cachingSchemes_proxyScheme_threadCountMin
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
416
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 416 property :server_config_param_cache_config_obj_caching_schemes_proxy_scheme_thread_count_min, type: [Integer], description: "Minimum Thread Count", alias: :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigObj_cachingSchemes_proxyScheme_threadCountMin, required_for: ["create", "update"], param_for: ["create", "update"]
-
#server_config_param_cache_config_obj_caching_schemes_proxy_scheme_address ⇒ String
"Cache Server Host"
Property Attributes- alias ⇒ :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigObj_cachingSchemes_proxyScheme_address
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
418
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 418 property :server_config_param_cache_config_obj_caching_schemes_proxy_scheme_address, type: String, description: "Cache Server Host", alias: :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigObj_cachingSchemes_proxyScheme_address, required_for: ["create", "update"], param_for: ["create", "update"]
-
#server_config_param_cache_config_obj_caching_schemes_proxy_scheme_port ⇒ [Integer]
"Service Port"
Property Attributes- alias ⇒ :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigObj_cachingSchemes_proxyScheme_port
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
420
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 420 property :server_config_param_cache_config_obj_caching_schemes_proxy_scheme_port, type: [Integer], description: "Service Port", alias: :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigObj_cachingSchemes_proxyScheme_port, required_for: ["create", "update"], param_for: ["create", "update"]
-
#server_config_param_cache_config_obj_caching_schemes_proxy_scheme_enabled ⇒ [TrueClass, FalseClass] (Default Value: true)
"Enable Cache Service Proxy"
Property Attributes- default ⇒ true
- alias ⇒ :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigObj_cachingSchemes_proxyScheme_enabled
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
422
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 422 property :server_config_param_cache_config_obj_caching_schemes_proxy_scheme_enabled, type: [TrueClass, FalseClass], description: "Enable Cache Service Proxy", default: true, alias: :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigObj_cachingSchemes_proxyScheme_enabled, required_for: ["create", "update"], param_for: ["create", "update"]
-
#server_config_param_cache_config_obj_caching_schemes_proxy_scheme_autostart ⇒ [TrueClass, FalseClass] (Default Value: true)
"Auto Start Extended Service"
Property Attributes- default ⇒ true
- alias ⇒ :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigObj_cachingSchemes_proxyScheme_autostart
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
424
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 424 property :server_config_param_cache_config_obj_caching_schemes_proxy_scheme_autostart, type: [TrueClass, FalseClass], description: "Auto Start Extended Service", default: true, alias: :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigObj_cachingSchemes_proxyScheme_autostart, required_for: ["create", "update"], param_for: ["create", "update"]
-
#server_config_param_cache_config_obj_caching_schemes_distributed_scheme ⇒ Array of ⇒ CacheserverProfiledistributedScheme
"Scheme Configuration"
Property Attributes- alias ⇒ :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigObj_cachingSchemes_distributedScheme
426
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 426 property :server_config_param_cache_config_obj_caching_schemes_distributed_scheme, type: CacheserverProfiledistributedScheme, description: "Scheme Configuration", array: true, alias: :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigObj_cachingSchemes_distributedScheme
-
#server_config_param_cache_config_obj_caching_schemes_local_scheme ⇒ Array of ⇒ CacheserverProfilelocalScheme
"Local Scheme Configuration"
Property Attributes- alias ⇒ :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigObj_cachingSchemes_localScheme
428
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 428 property :server_config_param_cache_config_obj_caching_schemes_local_scheme, type: CacheserverProfilelocalScheme, description: "Local Scheme Configuration", array: true, alias: :CacheConfigParams_ServerConfigParam_cacheConfig_cacheConfigObj_cachingSchemes_localScheme
-
#gateway_identity_gateway_host ⇒ String
"Gateway Host"
Property Attributes- alias ⇒ :CacheConfigParams_GatewayIdentity_GatewayHost
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
430
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 430 property :gateway_identity_gateway_host, type: String, description: "Gateway Host", alias: :CacheConfigParams_GatewayIdentity_GatewayHost, required_for: ["create", "update"], param_for: ["create", "update"]
-
#gateway_identity_gateway_port ⇒ Integer
"Gateway Port"
Property Attributes- alias ⇒ :CacheConfigParams_GatewayIdentity_GatewayPort
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
432
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 432 property :gateway_identity_gateway_port, type: Integer, description: "Gateway Port", alias: :CacheConfigParams_GatewayIdentity_GatewayPort, required_for: ["create", "update"], param_for: ["create", "update"]
-
#gateway_identity_auth_token ⇒ String
"Gateway Authentication Token"
Property Attributes- alias ⇒ :CacheConfigParams_GatewayIdentity_AuthToken
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
434
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 434 property :gateway_identity_auth_token, type: String, description: "Gateway Authentication Token", alias: :CacheConfigParams_GatewayIdentity_AuthToken, required_for: ["create", "update"], param_for: ["create", "update"]
-
#cacheprofilename ⇒ String
"Cache Server profile name"
Property Attributes436
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcacheserverprofilespec.rb', line 436 property :cacheprofilename, type: String, description: "Cache Server profile 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 ⇒ Object
Creates a new cacheserver profile.
- #create_json ⇒ Object
- #deep_compact(hash) ⇒ Object
- #delete ⇒ Object
- #deploy ⇒ Object
-
#exist? ⇒ Boolean
Check for existance of CacheserverProfile via get.
- #get ⇒ Object
-
#get_property_from_target(prop) ⇒ Object
Allow getting props for get_property_from_target.
-
#initialize(opts = {}) ⇒ CacheserverProfile
constructor
A new instance of CacheserverProfile.
- #props_from_model ⇒ Object
- #updatable? ⇒ Boolean
-
#update ⇒ Object
Modifies an cacheserver profile.
- #update_json ⇒ Object
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