Class: MintPress::OracleWeblogic::VirtualHost

Inherits:
GenericMbean
  • Object
show all
Includes:
MintLogger, Mixins::Properties, FancyNew, Utils
Defined in:
src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb,
src/oracle-weblogic/lib/oracle-weblogic/model/generated_classes/split_33.rb

Overview

This MBean represents a virtual host.

Properties (Read/Write)

  • #version ⇒ String (Default Value: Proc.new { self.domain.version })
    Version of weblogic this property is being applied to

    Property Attributes
    • defaultProc.new { self.domain.version }
    
    
    18
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 18
    
    property :version, type: String, default: Proc.new { self.domain.version }
  • #name ⇒ String
    "The name of this configuration."

    Property Attributes
    • short_name"Name"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    21
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 21
    
    property :Name, type: String, array: false, hash: false, short_name: "Name", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of this configuration."
  • #notes ⇒ String
    "Optional information that you can include to describe this\nconfiguration."

    Property Attributes
    • short_name"Notes"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    24
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 24
    
    property :Notes, type: String, array: false, hash: false, short_name: "Notes", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Optional information that you can include to describe this\nconfiguration."
  • #deployment_order ⇒ Integer
    "A priority that the server uses to determine when it deploys an\nitem."

    Property Attributes
    • short_name"DeploymentOrder"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    27
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 27
    
    property :DeploymentOrder, type: Integer, array: false, hash: false, short_name: "DeploymentOrder", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "A priority that the server uses to determine when it deploys an\nitem."
  • #client_ip_header ⇒ String
    "Get the Client IP Header from WebSerevrMBean."

    Property Attributes
    • short_name"ClientIpHeader"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    33
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 33
    
    property :ClientIpHeader, type: String, array: false, hash: false, short_name: "ClientIpHeader", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Get the Client IP Header from WebSerevrMBean."
  • #default_web_app ⇒ [MintPress::OracleWeblogic::WebAppComponent,MintPress::OracleWeblogic::WebServiceComponent]
    "Provides the Servlet 2.3 Web Application that maps to the\n\"default\" servlet context (where ContextPath = \"/\")."

    Property Attributes
    • short_name"DefaultWebApp"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    36
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 36
    
    property :DefaultWebApp, type: [MintPress::OracleWeblogic::WebAppComponent,MintPress::OracleWeblogic::WebServiceComponent], array: false, hash: false, short_name: "DefaultWebApp", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Provides the Servlet 2.3 Web Application that maps to the\n\"default\" servlet context (where ContextPath = \"/\")."
  • #default_web_app_context_root ⇒ String
    "Returns the original context-root for the default Web application\nfor this Web server."

    Property Attributes
    • short_name"DefaultWebAppContextRoot"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    39
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 39
    
    property :DefaultWebAppContextRoot, type: String, array: false, hash: false, short_name: "DefaultWebAppContextRoot", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Returns the original context-root for the default Web application\nfor this Web server."
  • #frontend_host ⇒ String
    "The name of the host to which all redirected URLs will be sent."

    Property Attributes
    • short_name"FrontendHost"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    41
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 41
    
    property :FrontendHost, type: String, array: false, hash: false, short_name: "FrontendHost", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of the host to which all redirected URLs will be sent."
  • #frontend_http_port ⇒ Integer
    "The name of the HTTP port to which all redirected URLs will be\nsent."

    Property Attributes
    • short_name"FrontendHTTPPort"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    44
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 44
    
    property :FrontendHTTPPort, type: Integer, array: false, hash: false, short_name: "FrontendHTTPPort", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of the HTTP port to which all redirected URLs will be\nsent."
  • #frontend_https_port ⇒ Integer
    "The name of the secure HTTP port to which all redirected URLs\nwill be sent."

    Property Attributes
    • short_name"FrontendHTTPSPort"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    47
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 47
    
    property :FrontendHTTPSPort, type: Integer, array: false, hash: false, short_name: "FrontendHTTPSPort", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of the secure HTTP port to which all redirected URLs\nwill be sent."
  • #https_keep_alive_secs ⇒ Integer
    "The amount of time this server waits before closing an\ninactive HTTPS connection."

    Property Attributes
    • short_name"HttpsKeepAliveSecs"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    50
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 50
    
    property :HttpsKeepAliveSecs, type: Integer, array: false, hash: false, short_name: "HttpsKeepAliveSecs", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The amount of time this server waits before closing an\ninactive HTTPS connection."
  • #keep_alive_secs ⇒ Integer
    "The amount of time this server waits before closing an\ninactive HTTP connection."

    Property Attributes
    • short_name"KeepAliveSecs"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    53
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 53
    
    property :KeepAliveSecs, type: Integer, array: false, hash: false, short_name: "KeepAliveSecs", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The amount of time this server waits before closing an\ninactive HTTP connection."
  • #log_file_buffer_k_bytes ⇒ Integer
    "The maximum size (in kilobytes) of the buffer that stores HTTP\nrequests."

    Property Attributes
    • short_name"LogFileBufferKBytes"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    56
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 56
    
    property :LogFileBufferKBytes, type: Integer, array: false, hash: false, short_name: "LogFileBufferKBytes", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum size (in kilobytes) of the buffer that stores HTTP\nrequests."
  • #log_file_flush_secs ⇒ Integer
    "The interval at which this server checks the size of the buffer\nthat stores HTTP requests."

    Property Attributes
    • short_name"LogFileFlushSecs"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    59
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 59
    
    property :LogFileFlushSecs, type: Integer, array: false, hash: false, short_name: "LogFileFlushSecs", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The interval at which this server checks the size of the buffer\nthat stores HTTP requests."
  • #log_rotation_time_begin ⇒ String
    "The start time for a time-based rotation sequence of the log\nfile, in the format MM-dd-yyyy-k:mm:ss."

    Property Attributes
    • short_name"LogRotationTimeBegin"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    62
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 62
    
    property :LogRotationTimeBegin, type: String, array: false, hash: false, short_name: "LogRotationTimeBegin", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The start time for a time-based rotation sequence of the log\nfile, in the format MM-dd-yyyy-k:mm:ss."
  • #max_post_size ⇒ Integer
    "The maximum post size this server allows for reading HTTP POST and PUT\ndata in a servlet request."

    Property Attributes
    • short_name"MaxPostSize"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    65
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 65
    
    property :MaxPostSize, type: Integer, array: false, hash: false, short_name: "MaxPostSize", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum post size this server allows for reading HTTP POST and PUT\ndata in a servlet request."
  • #max_post_time_secs ⇒ Integer
    "Max Post Time (in seconds) for reading HTTP POST data in a\nservlet request."

    Property Attributes
    • short_name"MaxPostTimeSecs"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    68
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 68
    
    property :MaxPostTimeSecs, type: Integer, array: false, hash: false, short_name: "MaxPostTimeSecs", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Max Post Time (in seconds) for reading HTTP POST data in a\nservlet request."
  • #max_request_parameter_count ⇒ Integer
    "Max Request Parameter Count this server allows for reading maximum HTTP POST\nParameters count in a servlet request."

    Property Attributes
    • short_name"MaxRequestParameterCount"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    71
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 71
    
    property :MaxRequestParameterCount, type: Integer, array: false, hash: false, short_name: "MaxRequestParameterCount", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Max Request Parameter Count this server allows for reading maximum HTTP POST\nParameters count in a servlet request."
  • #overload_response_code ⇒ Integer
    "Get the response code to be used when an application is overloaded."

    Property Attributes
    • short_name"OverloadResponseCode"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    73
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 73
    
    property :OverloadResponseCode, type: Integer, array: false, hash: false, short_name: "OverloadResponseCode", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Get the response code to be used when an application is overloaded."
  • #post_timeout_secs ⇒ Integer
    "Timeout (in seconds) for reading HTTP POST data in a servlet request."

    Property Attributes
    • short_name"PostTimeoutSecs"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    75
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 75
    
    property :PostTimeoutSecs, type: Integer, array: false, hash: false, short_name: "PostTimeoutSecs", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Timeout (in seconds) for reading HTTP POST data in a servlet request."
  • #web_server_log ⇒ MintPress::OracleWeblogic::WebServerLog (Default Value: MintPress::OracleWeblogic::WebServerLog.new)
    "Returns the Log settings for the WebServer/VirtualHost."

    Property Attributes
    • short_name"WebServerLog"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    • defaultMintPress::OracleWeblogic::WebServerLog.new
    
    
    77
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 77
    
    property :WebServerLog, type: MintPress::OracleWeblogic::WebServerLog, array: false, hash: false, short_name: "WebServerLog", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Returns the Log settings for the WebServer/VirtualHost.", default: MintPress::OracleWeblogic::WebServerLog.new
  • #accept_context_path_in_get_real_path ⇒ [TrueClass,FalseClass]
    "Indicates whether this server allows the inclusion of the\ncontext path in the virtual path to context.getRealPath()."

    Property Attributes
    • short_name"AcceptContextPathInGetRealPath"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    83
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 83
    
    property :AcceptContextPathInGetRealPath, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "AcceptContextPathInGetRealPath", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Indicates whether this server allows the inclusion of the\ncontext path in the virtual path to context.getRealPath()."
  • #auth_cookie_enabled ⇒ [TrueClass,FalseClass]
    "Whether authcookie feature is enabled or not."

    Property Attributes
    • short_name"AuthCookieEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    85
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 85
    
    property :AuthCookieEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "AuthCookieEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Whether authcookie feature is enabled or not."
  • #chunked_transfer_disabled ⇒ [TrueClass,FalseClass]
    "Indicates whether the use of Chunk Transfer-Encoding in HTTP/1.1\nis enabled."

    Property Attributes
    • short_name"ChunkedTransferDisabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    88
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 88
    
    property :ChunkedTransferDisabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ChunkedTransferDisabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Indicates whether the use of Chunk Transfer-Encoding in HTTP/1.1\nis enabled."
  • #keep_alive_enabled ⇒ [TrueClass,FalseClass]
    "Indicates whether there should be a persistent connection to\nthis server."

    Property Attributes
    • short_name"KeepAliveEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    91
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 91
    
    property :KeepAliveEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "KeepAliveEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Indicates whether there should be a persistent connection to\nthis server."
  • #send_server_header_enabled ⇒ [TrueClass,FalseClass]
    "Indicates whether this server name is sent with the HTTP\nresponse."

    Property Attributes
    • short_name"SendServerHeaderEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    94
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 94
    
    property :SendServerHeaderEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "SendServerHeaderEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Indicates whether this server name is sent with the HTTP\nresponse."
  • #single_signon_disabled ⇒ [TrueClass,FalseClass]
    "Indicates whether the singleSignonDisabled attribute is\nenabled"

    Property Attributes
    • short_name"SingleSignonDisabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    97
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 97
    
    property :SingleSignonDisabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "SingleSignonDisabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Indicates whether the singleSignonDisabled attribute is\nenabled"
  • #use_header_encoding ⇒ [TrueClass,FalseClass]
    ""

    Property Attributes
    • short_name"UseHeaderEncoding"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    99
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 99
    
    property :UseHeaderEncoding, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "UseHeaderEncoding", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: ""
  • #use_highest_compatible_http_version ⇒ [TrueClass,FalseClass]
    "Enables use of the highest compatible HTTP protocol\nversion-string in the response."

    Property Attributes
    • short_name"UseHighestCompatibleHTTPVersion"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    102
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 102
    
    property :UseHighestCompatibleHTTPVersion, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "UseHighestCompatibleHTTPVersion", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Enables use of the highest compatible HTTP protocol\nversion-string in the response."
  • #wap_enabled ⇒ [TrueClass,FalseClass]
    "Indicates whether the session ID should include JVM information."

    Property Attributes
    • short_name"WAPEnabled"
    • has_settertrue
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    104
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 104
    
    property :WAPEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "WAPEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Indicates whether the session ID should include JVM information."
  • #network_access_point ⇒ String
    "The dedicated server channel name (NetworkAccessPoint) for which this\nvirtual host will serve http request."

    Property Attributes
    • short_name"NetworkAccessPoint"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    107
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 107
    
    property :NetworkAccessPoint, type: String, array: false, hash: false, short_name: "NetworkAccessPoint", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The dedicated server channel name (NetworkAccessPoint) for which this\nvirtual host will serve http request."
  • #virtual_host_names ⇒ Array of ⇒ String
    "The list of host names, separated by line breaks, for which this\nvirtual host will serve requests."

    Property Attributes
    • short_name"VirtualHostNames"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    110
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 110
    
    property :VirtualHostNames, type: String, array: true, hash: false, short_name: "VirtualHostNames", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The list of host names, separated by line breaks, for which this\nvirtual host will serve requests."
  • #name ⇒ String (Default Value: "NO_NAME_0")

    Property Attributes
    • default"NO_NAME_0"
    
    
    31
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/generic_mbean.rb', line 31
    
    property :Name, type: String, default: "NO_NAME_0"

Properties (Read Only)

  • #write_chunk_bytes ⇒ Integer
    "The default size of the blocks to be written to the network\nlayer."

    Property Attributes
    • short_name"WriteChunkBytes"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    80
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 80
    
    property :WriteChunkBytes, type: Integer, array: false, hash: false, short_name: "WriteChunkBytes", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The default size of the blocks to be written to the network\nlayer."
  • #max_post_size_set ⇒ [TrueClass,FalseClass]
    ""

    Property Attributes
    • short_name"MaxPostSizeSet"
    • has_setterfalse
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    112
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 112
    
    property :MaxPostSizeSet, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "MaxPostSizeSet", has_setter: false, has_getter: false, has_lister: false, has_creator: false, read_only: true, description: ""
  • #max_post_time_secs_set ⇒ [TrueClass,FalseClass]
    ""

    Property Attributes
    • short_name"MaxPostTimeSecsSet"
    • has_setterfalse
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    114
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 114
    
    property :MaxPostTimeSecsSet, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "MaxPostTimeSecsSet", has_setter: false, has_getter: false, has_lister: false, has_creator: false, read_only: true, description: ""
  • #max_request_parameter_count_set ⇒ [TrueClass,FalseClass]
    ""

    Property Attributes
    • short_name"MaxRequestParameterCountSet"
    • has_setterfalse
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    116
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 116
    
    property :MaxRequestParameterCountSet, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "MaxRequestParameterCountSet", has_setter: false, has_getter: false, has_lister: false, has_creator: false, read_only: true, description: ""
  • #post_timeout_secs_set ⇒ [TrueClass,FalseClass]
    ""

    Property Attributes
    • short_name"PostTimeoutSecsSet"
    • has_setterfalse
    • has_getterfalse
    • has_listerfalse
    • has_creatorfalse
    • read_onlytrue
    
    
    118
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/virtual_host.rb', line 118
    
    property :PostTimeoutSecsSet, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "PostTimeoutSecsSet", has_setter: false, has_getter: false, has_lister: false, has_creator: false, read_only: true, description: ""

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 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 Utils

#activate_list, #already_traversed, #announce_self, #bean_type, #build_activate_list, #clear_property_sheet_cache, #create_generic, #create_mbean_components, #delete, #destroy_generic, #empty_mbean?, #execute_script, #exists?, #fast_ls_all, #fast_ls_folder, #fast_ls_object, #fast_ls_object_map, #find_cluster, #find_runtime_path_in_rest, #find_server, #full_url, #get, #get_all_self_names, #get_identity, #get_local_wlst_session, #get_matching_self_names, #get_property_from_target, #get_property_from_target_rest, #get_property_from_target_wlst, #get_property_from_target_wlst_impl, #get_property_sheet, #get_rest_item, #get_rest_url_for_parent, #get_rest_url_for_self, #get_servers, #get_servers_rest, #get_servers_wlst, #get_wl_home, #globmatch?, #handle_create, #http_delete, #http_get, #http_post, #http_put, included, #invalidate_session, #is_meta_object?, #longclass, #massage_return, #mbean_components, #mbean_exists?, #mbean_lookup, #mbean_properties, #mbean_to_hash, #meta_list?, #my_short_name, #perform_method_generic, #perform_runtime_call_generic_rest, #perform_runtime_method_generic, #post, #raise_http_exception, #remove, #request_headers, #reset_activate_list, #rest_activate_change, #rest_create_generic, #rest_create_mbean_components, #rest_destroy_self, #rest_edit_url, #rest_has_changes, #rest_idempotent_create, #rest_locked, #rest_nonedit_url, #rest_start_change, #rest_undo_change, #runtime_introspection, #shortclass, #start_with_async, #state_with_net_ping, #stop_with_async, #to_nested, #wlst_cd_to, #wlst_create_generic, #wlst_destroy_self, #wlst_find_object, #wlst_find_parent_object, #wlst_generic_mbean_update_all, #wlst_idempotent_create, #wlst_update_mbean

Methods included from FancyNew

included

Methods inherited from GenericMbean

#create, #destroy, #is_generic, is_generic

Methods included from MBeanUtils

#assign_object_by_identity, #assign_object_by_identity_from, #bean_is_changed?, #dump_metadata, #dump_tree_metadata, #get_item_by_identity_name, #get_item_by_identity_name_from, #get_parent_by_identity_name, #harvest, #harvest_anew, #harvest_item_by_name, #harvest_item_by_type, #harvest_wlst, #harvesters, #harvesting, #longname, #lookup_mintpress_by_mbean, #mbean_by_url, #process_mbeans, #register_mbean_url

Constructor Details

#initialize(opts = {}) ⇒ VirtualHost

Returns a new instance of VirtualHost.

Instance Method Details

#import_props_from_modelObject