Class: MintPress::OracleTrafficDirector::VirtualServer
- Inherits:
-
Object
- Object
- MintPress::OracleTrafficDirector::VirtualServer
- Includes:
- MintLogger, Mixins::Properties, OtdCommon
- Defined in:
- src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb,
src/oracle-idm/lib/oracle-idm/oam-webgate-agent.rb
Overview
Properties (Read/Write)
-
#name ⇒ String
Property Attributes73
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 73 property :name, type: String
-
#webgate ⇒ MintPress::OracleAccessManagement::WebGateAgent
Property Attributes74
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 74 property :webgate, type: MintPress::OracleAccessManagement::WebGateAgent
-
#configuration ⇒ [MintPress::OracleTrafficDirector::Configuration] (Default Value: Proc.new { origin_server_pool.configuration })
'Name of the configuration.'
Property Attributes- otd_prop ⇒ true
- otd_mandatory ⇒ true
- from ⇒ String
- delete_prop ⇒ true
- otd_delete_mandatory ⇒ true
- set_prop ⇒ true
- default ⇒ Proc.new { origin_server_pool.configuration }
77
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 77 property :configuration, description: 'Name of the configuration.', otd_prop: true, otd_mandatory: true, type: [MintPress::OracleTrafficDirector::Configuration], from: String, delete_prop: true, otd_delete_mandatory: true, set_prop: true, default: Proc.new { origin_server_pool.configuration }
-
#virtual_server ⇒ String (Default Value: Proc.new { self.name })
'Name of the virtual server.'
Property Attributes- otd_prop ⇒ true
- otd_mandatory ⇒ true
- default ⇒ Proc.new { self.name }
- delete_prop ⇒ true
- otd_delete_mandatory ⇒ true
- set_prop ⇒ true
79
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 79 property :virtual_server, description: 'Name of the virtual server.', otd_prop: true, otd_mandatory: true, type: String, default: Proc.new { self.name }, delete_prop: true, otd_delete_mandatory: true, set_prop: true
-
#origin_server_pool ⇒ [MintPress::OracleTrafficDirector::OriginServerPool]
'Name of the origin server pool for which a virtual-server is to be created.'
Property Attributes- otd_prop ⇒ true
- otd_mandatory ⇒ true
- from ⇒ String
81
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 81 property :origin_server_pool, description: 'Name of the origin server pool for which a virtual-server is to be created.', otd_prop: true, otd_mandatory: true, type: [MintPress::OracleTrafficDirector::OriginServerPool], from: String
-
#canonical_server_name ⇒ String
'Canonical hostname of the virtual server (requests using a different hostname will be redirected to this hostname). Can be a Hostname, fully qualified domain name, ip address, or a url prefix that contains one. the url prefix must not specify a path.'
Property Attributes- otd_prop ⇒ true
- set_prop ⇒ true
83
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 83 property :canonical_server_name, description: 'Canonical hostname of the virtual server (requests using a different hostname will be redirected to this hostname). Can be a Hostname, fully qualified domain name, ip address, or a url prefix that contains one. the url prefix must not specify a path.', otd_prop: true, type: String, set_prop: true
-
#log_file ⇒ String
'Log file for the virtual server.'
Property Attributes- otd_prop ⇒ true
- set_prop ⇒ true
85
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 85 property :log_file, description: 'Log file for the virtual server.', otd_prop: true, type: String, set_prop: true
-
#http_listener ⇒ Hash of ⇒ [MintPress::OracleTrafficDirector::HttpListener]
'Name of an HTTP listener associated with one or more of the virtual servers host hostnames. Multiple comma separated values can be specified.'
Property Attributes- otd_prop ⇒ true
- from ⇒ String
- set_prop ⇒ true
87
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 87 property :http_listener, description: 'Name of an HTTP listener associated with one or more of the virtual servers host hostnames. Multiple comma separated values can be specified.', set_prop: true, type: [MintPress::OracleTrafficDirector::HttpListener], from: String, hash: true
-
#host ⇒ Array of ⇒ String
'Hostname the virtual server services. Multiple comma separated values can be specified where each value can be a wildcard pattern that matches one or more hostnames.'
Property Attributes- otd_prop ⇒ true
- set_prop ⇒ true
89
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 89 property :host, description: 'Hostname the virtual server services. Multiple comma separated values can be specified where each value can be a wildcard pattern that matches one or more hostnames.', otd_prop: true, type: String, array: true, set_prop: true
-
#enabled ⇒ [TrueClass, FalseClass]
'Whether the virtual server is enabled at runtime. Range of values: true or false. Default: true.'
Property Attributes- set_prop ⇒ true
93 94 95
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 93 property :enabled, description: 'Whether the virtual server is enabled at runtime. Range of values: true or false. Default: true.', set_prop: true, type: [TrueClass, FalseClass]
-
#default_language ⇒ String
'An IANA language tag specifying the default language for messages displayed to administrators and content served to clients.'
Property Attributes- set_prop ⇒ true
99
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 99 property :default_language, description: 'An IANA language tag specifying the default language for messages displayed to administrators and content served to clients.', set_prop: true, type: String
-
#negotiate_client_language ⇒ [TrueClass, FalseClass]
'Whether the server attempts to use the Accept-language HTTP header to negotiate the content language with clients. Range of values: true or false. Default: false.'
Property Attributes- set_prop ⇒ true
103 104 105
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 103 property :negotiate_client_language, description: 'Whether the server attempts to use the Accept-language HTTP header to negotiate the content language with clients. Range of values: true or false. Default: false.', set_prop: true, type: [TrueClass, FalseClass]
-
#cache_rule ⇒ Hash of ⇒ MintPress::OracleTrafficDirector::CacheRule
'All child CacheRule objects'
Property Attributes107
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 107 property :cache_rule, type: MintPress::OracleTrafficDirector::CacheRule, hash: true, description: 'All child CacheRule objects'
-
#compression_rule ⇒ Hash of ⇒ MintPress::OracleTrafficDirector::CompressionRule
'All child CompressionRule objects'
Property Attributes109
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 109 property :compression_rule, type: MintPress::OracleTrafficDirector::CompressionRule, hash: true, description: 'All child CompressionRule objects'
-
#content_rule ⇒ Hash of ⇒ MintPress::OracleTrafficDirector::ContentRule
'All child ContentRule objects'
Property Attributes111
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 111 property :content_rule, type: MintPress::OracleTrafficDirector::ContentRule, hash: true, description: 'All child ContentRule objects'
-
#error_page ⇒ Hash of ⇒ MintPress::OracleTrafficDirector::ErrorPage
'All child ErrorPage objects'
Property Attributes113
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 113 property :error_page, type: MintPress::OracleTrafficDirector::ErrorPage, hash: true, description: 'All child ErrorPage objects'
-
#request_limit ⇒ Hash of ⇒ MintPress::OracleTrafficDirector::RequestLimit
'All child RequestLimit objects'
Property Attributes115
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 115 property :request_limit, type: MintPress::OracleTrafficDirector::RequestLimit, hash: true, description: 'All child RequestLimit objects'
-
#route ⇒ Hash of ⇒ MintPress::OracleTrafficDirector::Route
'All child Route objects'
Property Attributes117
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 117 property :route, type: MintPress::OracleTrafficDirector::Route, hash: true, description: 'All child Route objects'
-
#variable ⇒ Hash of ⇒ MintPress::OracleTrafficDirector::VirtualServerVariable
'All child VirtualServerVariable objects'
Property Attributes119
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 119 property :variable, type: MintPress::OracleTrafficDirector::VirtualServerVariable, hash: true, description: 'All child VirtualServerVariable objects'
-
#webapp_firewall_ruleset_file ⇒ MintPress::OracleTrafficDirector::VirtualServerWebappFirewallRulesetFile (Default Value: MintPress::OracleTrafficDirector::VirtualServerWebappFirewallRulesetFile.new)
'VirtualServerWebappFirewallRulesetFile static object'
Property Attributes- default ⇒ MintPress::OracleTrafficDirector::VirtualServerWebappFirewallRulesetFile.new
121
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 121 property :webapp_firewall_ruleset_file, type: MintPress::OracleTrafficDirector::VirtualServerWebappFirewallRulesetFile, default: MintPress::OracleTrafficDirector::VirtualServerWebappFirewallRulesetFile.new, description: 'VirtualServerWebappFirewallRulesetFile static object'
-
#perf_dump ⇒ MintPress::OracleTrafficDirector::PerfDump (Default Value: MintPress::OracleTrafficDirector::PerfDump.new)
'PerfDump static object'
Property Attributes- default ⇒ MintPress::OracleTrafficDirector::PerfDump.new
123
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 123 property :perf_dump, type: MintPress::OracleTrafficDirector::PerfDump, default: MintPress::OracleTrafficDirector::PerfDump.new, description: 'PerfDump static object'
-
#stats_xml ⇒ MintPress::OracleTrafficDirector::StatsXml (Default Value: MintPress::OracleTrafficDirector::StatsXml.new)
'StatsXml static object'
Property Attributes- default ⇒ MintPress::OracleTrafficDirector::StatsXml.new
125
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 125 property :stats_xml, type: MintPress::OracleTrafficDirector::StatsXml, default: MintPress::OracleTrafficDirector::StatsXml.new, description: 'StatsXml static object'
-
#access_log ⇒ MintPress::OracleTrafficDirector::VirtualServerAccessLog (Default Value: MintPress::OracleTrafficDirector::VirtualServerAccessLog.new)
'VirtualServerAccessLog static object'
Property Attributes- default ⇒ MintPress::OracleTrafficDirector::VirtualServerAccessLog.new
127
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 127 property :access_log, type: MintPress::OracleTrafficDirector::VirtualServerAccessLog, default: MintPress::OracleTrafficDirector::VirtualServerAccessLog.new, description: 'VirtualServerAccessLog static object'
-
#webapp_firewall ⇒ MintPress::OracleTrafficDirector::WebappFirewall (Default Value: MintPress::OracleTrafficDirector::WebappFirewall.new)
'WebappFirewall static object'
Property Attributes- default ⇒ MintPress::OracleTrafficDirector::WebappFirewall.new
129
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 129 property :webapp_firewall, type: MintPress::OracleTrafficDirector::WebappFirewall, default: MintPress::OracleTrafficDirector::WebappFirewall.new, description: 'WebappFirewall static object'
-
#request_bandwidth_limit ⇒ MintPress::OracleTrafficDirector::VirtualServerRequestBandwidthLimit (Default Value: MintPress::OracleTrafficDirector::VirtualServerRequestBandwidthLimit.new)
'VirtualServerRequestBandwidthLimit static object'
Property Attributes- default ⇒ MintPress::OracleTrafficDirector::VirtualServerRequestBandwidthLimit.new
131
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 131 property :request_bandwidth_limit, type: MintPress::OracleTrafficDirector::VirtualServerRequestBandwidthLimit, default: MintPress::OracleTrafficDirector::VirtualServerRequestBandwidthLimit.new, description: 'VirtualServerRequestBandwidthLimit static object'
-
#response_bandwidth_limit ⇒ MintPress::OracleTrafficDirector::VirtualServerResponseBandwidthLimit (Default Value: MintPress::OracleTrafficDirector::VirtualServerResponseBandwidthLimit.new)
'VirtualServerResponseBandwidthLimit static object'
Property Attributes- default ⇒ MintPress::OracleTrafficDirector::VirtualServerResponseBandwidthLimit.new
133
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 133 property :response_bandwidth_limit, type: MintPress::OracleTrafficDirector::VirtualServerResponseBandwidthLimit, default: MintPress::OracleTrafficDirector::VirtualServerResponseBandwidthLimit.new, description: 'VirtualServerResponseBandwidthLimit static object'
-
#ssl ⇒ MintPress::OracleTrafficDirector::VirtualServerSsl (Default Value: MintPress::OracleTrafficDirector::VirtualServerSsl.new)
'VirtualServerSsl static object'
Property Attributes- default ⇒ MintPress::OracleTrafficDirector::VirtualServerSsl.new
135
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 135 property :ssl, type: MintPress::OracleTrafficDirector::VirtualServerSsl, default: MintPress::OracleTrafficDirector::VirtualServerSsl.new, description: 'VirtualServerSsl static object'
-
#parent ⇒ MintPress::OracleTrafficDirector::OriginServerPool
Property Attributes136
# File 'src/oracle-otd/lib/oracle-otd/generated/virtual_server.rb', line 136 property :parent, type: MintPress::OracleTrafficDirector::OriginServerPool
Properties (Read Only)
Constant Summary collapse
- MODEL_PARENTS =
["configuration", "origin-server-pool"]
- LIST_PARAMS =
["configuration"]
- GET_PARAMS =
["configuration", "virtual-server"]
Constants included from MintLogger
MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN
Instance Attribute Summary collapse
-
#get_params ⇒ Object
Returns the value of attribute get_params.
-
#list_params ⇒ Object
Returns the value of attribute list_params.
-
#model_parents ⇒ Object
Returns the value of attribute model_parents.
Attributes included from Mixins::Properties
#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root
Attributes included from OtdCommon
Instance Method Summary collapse
- #create ⇒ Object
- #destroy ⇒ Object
- #exist? ⇒ Boolean
-
#initialize(opts = {}) ⇒ VirtualServer
constructor
A new instance of VirtualServer.
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
Methods included from OtdCommon
#can_exist?, #creator_available?, #delete_generic, #delete_props, #destroy_generic, #disable_props, #empty_mbean?, #enable_prop_generic, #enable_props, #exist_generic?, #form_props, #get_domain, #get_property_from_target, #get_props, #handle_type, #harvest, #harvesters, #harvesting, #list_generic, #list_props, #otd_create_generic, #otd_propize, #set_prop_generic, #set_props