Class: MintPress::OracleWeblogic::NetworkAccessPoint
- Inherits:
-
GenericMbean
- Object
- GenericMbean
- MintPress::OracleWeblogic::NetworkAccessPoint
- Includes:
- MintLogger, Mixins::Properties, FancyNew, Utils
- Defined in:
- src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb,
src/oracle-weblogic/lib/oracle-weblogic/model/generated_classes/split_141.rb
Overview
Properties (Read/Write)
-
#version ⇒ String (Default Value: Proc.new { self.domain.version })
Version of weblogic this property is being applied to
Property Attributes- default ⇒ Proc.new { self.domain.version }
17
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 17 property :version, type: String, default: Proc.new { self.domain.version }
-
#name ⇒ String
"The name of this network channel."
Property Attributes- short_name ⇒ "Name"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
20
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 20 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 network channel."
-
#notes ⇒ String
"Optional information that you can include to describe this\nconfiguration."
Property Attributes- short_name ⇒ "Notes"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
23
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 23 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."
-
#accept_backlog ⇒ Integer
"The number of backlogged, new TCP connection requests that this\nnetwork channel allows."
Property Attributes- short_name ⇒ "AcceptBacklog"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
26
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 26 property :AcceptBacklog, type: Integer, array: false, hash: false, short_name: "AcceptBacklog", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The number of backlogged, new TCP connection requests that this\nnetwork channel allows."
-
#channel_weight ⇒ Integer
"A weight to give this channel when creating server-to-server\nconnections."
Property Attributes- short_name ⇒ "ChannelWeight"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
29
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 29 property :ChannelWeight, type: Integer, array: false, hash: false, short_name: "ChannelWeight", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "A weight to give this channel when creating server-to-server\nconnections."
-
#ciphersuites ⇒ Array of ⇒ String
"Indicates the cipher suites being used on a particular WebLogic\nServer channel."
Property Attributes- short_name ⇒ "Ciphersuites"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
32
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 32 property :Ciphersuites, type: String, array: true, hash: false, short_name: "Ciphersuites", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Indicates the cipher suites being used on a particular WebLogic\nServer channel."
-
#cluster_address ⇒ String
"The address this network channel uses to generate EJB handles\nand failover addresses for use in a cluster."
Property Attributes- short_name ⇒ "ClusterAddress"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
35
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 35 property :ClusterAddress, type: String, array: false, hash: false, short_name: "ClusterAddress", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The address this network channel uses to generate EJB handles\nand failover addresses for use in a cluster."
-
#complete_message_timeout ⇒ Integer
"The maximum amount of time this network channel waits for a\ncomplete message to be received."
Property Attributes- short_name ⇒ "CompleteMessageTimeout"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
38
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 38 property :CompleteMessageTimeout, type: Integer, array: false, hash: false, short_name: "CompleteMessageTimeout", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum amount of time this network channel waits for a\ncomplete message to be received."
-
#connect_timeout ⇒ Integer
"The amount of time that this network channel should wait to\nestablish an outbound socket connection before timing out."
Property Attributes- short_name ⇒ "ConnectTimeout"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
41
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 41 property :ConnectTimeout, type: Integer, array: false, hash: false, short_name: "ConnectTimeout", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The amount of time that this network channel should wait to\nestablish an outbound socket connection before timing out."
-
#custom_identity_key_store_file_name ⇒ String
"The source of the identity keystore."
Property Attributes- short_name ⇒ "CustomIdentityKeyStoreFileName"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
43
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 43 property :CustomIdentityKeyStoreFileName, type: String, array: false, hash: false, short_name: "CustomIdentityKeyStoreFileName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The source of the identity keystore."
-
#custom_identity_key_store_pass_phrase ⇒ [Mint::Secret]
"The encrypted custom identity keystore's passphrase."
Property Attributes- short_name ⇒ "CustomIdentityKeyStorePassPhrase"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
45
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 45 property :CustomIdentityKeyStorePassPhrase, type: [Mint::Secret], array: false, hash: false, short_name: "CustomIdentityKeyStorePassPhrase", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The encrypted custom identity keystore's passphrase."
-
#custom_identity_key_store_type ⇒ String
"The type of the keystore."
Property Attributes- short_name ⇒ "CustomIdentityKeyStoreType"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
47
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 47 property :CustomIdentityKeyStoreType, type: String, array: false, hash: false, short_name: "CustomIdentityKeyStoreType", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The type of the keystore."
-
#custom_private_key_alias ⇒ String
"The string alias used to store and retrieve the channel's\nprivate key in the keystore."
Property Attributes- short_name ⇒ "CustomPrivateKeyAlias"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
50
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 50 property :CustomPrivateKeyAlias, type: String, array: false, hash: false, short_name: "CustomPrivateKeyAlias", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The string alias used to store and retrieve the channel's\nprivate key in the keystore."
-
#custom_private_key_pass_phrase ⇒ [Mint::Secret]
"The passphrase used to retrieve the server's private key from\nthe keystore."
Property Attributes- short_name ⇒ "CustomPrivateKeyPassPhrase"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
53
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 53 property :CustomPrivateKeyPassPhrase, type: [Mint::Secret], array: false, hash: false, short_name: "CustomPrivateKeyPassPhrase", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The passphrase used to retrieve the server's private key from\nthe keystore."
-
#hostname_verifier ⇒ String
"The name of the class that implements the\nweblogic.security.SSL.HostnameVerifier interface."
Property Attributes- short_name ⇒ "HostnameVerifier"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
56
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 56 property :HostnameVerifier, type: String, array: false, hash: false, short_name: "HostnameVerifier", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of the class that implements the\nweblogic.security.SSL.HostnameVerifier interface."
-
#idle_connection_timeout ⇒ Integer
"The maximum amount of time (in seconds) that a connection is\nallowed to be idle before it is closed by this network channel."
Property Attributes- short_name ⇒ "IdleConnectionTimeout"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
59
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 59 property :IdleConnectionTimeout, type: Integer, array: false, hash: false, short_name: "IdleConnectionTimeout", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum amount of time (in seconds) that a connection is\nallowed to be idle before it is closed by this network channel."
-
#inbound_certificate_validation ⇒ String
"Indicates the client certificate validation rules for inbound\nSSL."
Property Attributes- short_name ⇒ "InboundCertificateValidation"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
62
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 62 property :InboundCertificateValidation, type: String, array: false, hash: false, short_name: "InboundCertificateValidation", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Indicates the client certificate validation rules for inbound\nSSL."
-
#listen_address ⇒ String
"The IP address or DNS name this network channel uses to listen\nfor incoming connections."
Property Attributes- short_name ⇒ "ListenAddress"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
65
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 65 property :ListenAddress, type: String, array: false, hash: false, short_name: "ListenAddress", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The IP address or DNS name this network channel uses to listen\nfor incoming connections."
-
#listen_port ⇒ Integer
"The default TCP port this network channel uses to listen for\nregular (non-SSL) incoming connections."
Property Attributes- short_name ⇒ "ListenPort"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
68
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 68 property :ListenPort, type: Integer, array: false, hash: false, short_name: "ListenPort", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The default TCP port this network channel uses to listen for\nregular (non-SSL) incoming connections."
-
#login_timeout_millis ⇒ Integer
"The amount of time that this network channel should wait for a\nconnection before timing out."
Property Attributes- short_name ⇒ "LoginTimeoutMillis"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
71
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 71 property :LoginTimeoutMillis, type: Integer, array: false, hash: false, short_name: "LoginTimeoutMillis", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The amount of time that this network channel should wait for a\nconnection before timing out."
-
#max_backoff_between_failures ⇒ Integer
"The maximum back off time between failures while accepting\nclient connections."
Property Attributes- short_name ⇒ "MaxBackoffBetweenFailures"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
74
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 74 property :MaxBackoffBetweenFailures, type: Integer, array: false, hash: false, short_name: "MaxBackoffBetweenFailures", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum back off time between failures while accepting\nclient connections."
-
#max_connected_clients ⇒ Integer
"The maximum number of clients that can be connected on this\nnetwork channel."
Property Attributes- short_name ⇒ "MaxConnectedClients"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
77
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 77 property :MaxConnectedClients, type: Integer, array: false, hash: false, short_name: "MaxConnectedClients", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum number of clients that can be connected on this\nnetwork channel."
-
#max_message_size ⇒ Integer
"The maximum message size allowable in a message header."
Property Attributes- short_name ⇒ "MaxMessageSize"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
79
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 79 property :MaxMessageSize, type: Integer, array: false, hash: false, short_name: "MaxMessageSize", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum message size allowable in a message header."
-
#outbound_certificate_validation ⇒ String
"Indicates the server certificate validation rules for outbound\nSSL."
Property Attributes- short_name ⇒ "OutboundCertificateValidation"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
82
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 82 property :OutboundCertificateValidation, type: String, array: false, hash: false, short_name: "OutboundCertificateValidation", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Indicates the server certificate validation rules for outbound\nSSL."
-
#protocol ⇒ String
"The protocol this network channel should use for\nconnections."
Property Attributes- short_name ⇒ "Protocol"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
97
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 97 property :Protocol, type: String, array: false, hash: false, short_name: "Protocol", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The protocol this network channel should use for\nconnections."
-
#proxy_address ⇒ String
"The IP address or DNS name of the HTTP proxy to use for\noutbound connections on this channel."
Property Attributes- short_name ⇒ "ProxyAddress"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
100
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 100 property :ProxyAddress, type: String, array: false, hash: false, short_name: "ProxyAddress", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The IP address or DNS name of the HTTP proxy to use for\noutbound connections on this channel."
-
#proxy_port ⇒ Integer
"The port of the HTTP proxy to use for outbound connections\non this channel."
Property Attributes- short_name ⇒ "ProxyPort"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
103
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 103 property :ProxyPort, type: Integer, array: false, hash: false, short_name: "ProxyPort", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The port of the HTTP proxy to use for outbound connections\non this channel."
-
#public_address ⇒ String
"The IP address or DNS name representing the external identity of\nthis network channel."
Property Attributes- short_name ⇒ "PublicAddress"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
106
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 106 property :PublicAddress, type: String, array: false, hash: false, short_name: "PublicAddress", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The IP address or DNS name representing the external identity of\nthis network channel."
-
#public_port ⇒ Integer
"The externally published listen port for this network channel."
Property Attributes- short_name ⇒ "PublicPort"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
108
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 108 property :PublicPort, type: Integer, array: false, hash: false, short_name: "PublicPort", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The externally published listen port for this network channel."
-
#resolve_dns_name ⇒ [TrueClass,FalseClass]
"Resolve the listen address to use for all T3 communication"
Property Attributes- short_name ⇒ "ResolveDNSName"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
110
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 110 property :ResolveDNSName, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ResolveDNSName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Resolve the listen address to use for all T3 communication"
-
#timeout_connection_with_pending_responses ⇒ [TrueClass,FalseClass]
"Determines if connections with pending responses are allowed\nto timeout."
Property Attributes- short_name ⇒ "TimeoutConnectionWithPendingResponses"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
113
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 113 property :TimeoutConnectionWithPendingResponses, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "TimeoutConnectionWithPendingResponses", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Determines if connections with pending responses are allowed\nto timeout."
-
#tunneling_client_ping_secs ⇒ Integer
"The interval (in seconds) at which this network channel should\nping an HTTP-tunneled client to see if its still alive."
Property Attributes- short_name ⇒ "TunnelingClientPingSecs"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
116
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 116 property :TunnelingClientPingSecs, type: Integer, array: false, hash: false, short_name: "TunnelingClientPingSecs", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The interval (in seconds) at which this network channel should\nping an HTTP-tunneled client to see if its still alive."
-
#tunneling_client_timeout_secs ⇒ Integer
"The amount of time (in seconds) after which this network channel\nconsiders a missing HTTP-tunneled client to be dead."
Property Attributes- short_name ⇒ "TunnelingClientTimeoutSecs"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
119
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 119 property :TunnelingClientTimeoutSecs, type: Integer, array: false, hash: false, short_name: "TunnelingClientTimeoutSecs", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The amount of time (in seconds) after which this network channel\nconsiders a missing HTTP-tunneled client to be dead."
-
#use_fast_serialization ⇒ [TrueClass,FalseClass]
"Specifies whether to use non-standard object serialization for\nperformance."
Property Attributes- short_name ⇒ "UseFastSerialization"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
122
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 122 property :UseFastSerialization, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "UseFastSerialization", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether to use non-standard object serialization for\nperformance."
-
#allow_unencrypted_null_cipher ⇒ [TrueClass,FalseClass]
"Test if the AllowUnEncryptedNullCipher is enabled"
Property Attributes- short_name ⇒ "AllowUnencryptedNullCipher"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
124
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 124 property :AllowUnencryptedNullCipher, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "AllowUnencryptedNullCipher", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Test if the AllowUnEncryptedNullCipher is enabled"
-
#channel_identity_customized ⇒ [TrueClass,FalseClass]
"Whether or not the channel's custom identity should be used."
Property Attributes- short_name ⇒ "ChannelIdentityCustomized"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
126
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 126 property :ChannelIdentityCustomized, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ChannelIdentityCustomized", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Whether or not the channel's custom identity should be used."
-
#client_certificate_enforced ⇒ [TrueClass,FalseClass]
"Specifies whether clients must present digital certificates from\na trusted certificate authority to WebLogic Server on this\nchannel."
Property Attributes- short_name ⇒ "ClientCertificateEnforced"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
130
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 130 property :ClientCertificateEnforced, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ClientCertificateEnforced", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether clients must present digital certificates from\na trusted certificate authority to WebLogic Server on this\nchannel."
-
#enabled ⇒ [TrueClass,FalseClass]
"Specifies whether this channel should be started."
Property Attributes- short_name ⇒ "Enabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
132
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 132 property :Enabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "Enabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether this channel should be started."
-
#hostname_verification_ignored ⇒ [TrueClass,FalseClass]
"Specifies whether to ignore the installed implementation of the\nweblogic.security.SSL.HostnameVerifier interface (when\nthis server is acting as a client to another application\nserver)."
Property Attributes- short_name ⇒ "HostnameVerificationIgnored"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
137
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 137 property :HostnameVerificationIgnored, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "HostnameVerificationIgnored", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether to ignore the installed implementation of the\nweblogic.security.SSL.HostnameVerifier interface (when\nthis server is acting as a client to another application\nserver)."
-
#http_enabled_for_this_protocol ⇒ [TrueClass,FalseClass]
"Specifies whether HTTP traffic should be allowed over this\nnetwork channel."
Property Attributes- short_name ⇒ "HttpEnabledForThisProtocol"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
140
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 140 property :HttpEnabledForThisProtocol, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "HttpEnabledForThisProtocol", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether HTTP traffic should be allowed over this\nnetwork channel."
-
#outbound_enabled ⇒ [TrueClass,FalseClass]
"Specifies whether new server-to-server connections may\nconsider this network channel when initiating a\nconnection."
Property Attributes- short_name ⇒ "OutboundEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
144
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 144 property :OutboundEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "OutboundEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether new server-to-server connections may\nconsider this network channel when initiating a\nconnection."
-
#outbound_private_key_enabled ⇒ [TrueClass,FalseClass]
"Specifies whether the identity specified by getCustomPrivateKeyAlias()\nshould be used for outbound SSL connections on this channel."
Property Attributes- short_name ⇒ "OutboundPrivateKeyEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
147
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 147 property :OutboundPrivateKeyEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "OutboundPrivateKeyEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether the identity specified by getCustomPrivateKeyAlias()\nshould be used for outbound SSL connections on this channel."
-
#sdp_enabled ⇒ [TrueClass,FalseClass]
"Enables Socket Direct Protocol (SDP) on this channel."
Property Attributes- short_name ⇒ "SDPEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
149
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 149 property :SDPEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "SDPEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Enables Socket Direct Protocol (SDP) on this channel."
-
#tunneling_enabled ⇒ [TrueClass,FalseClass]
"Specifies whether tunneling via HTTP should be enabled for this\nnetwork channel."
Property Attributes- short_name ⇒ "TunnelingEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
152
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 152 property :TunnelingEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "TunnelingEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether tunneling via HTTP should be enabled for this\nnetwork channel."
-
#two_way_ssl_enabled ⇒ [TrueClass,FalseClass]
"Specifies whether this network channel uses two way SSL."
Property Attributes- short_name ⇒ "TwoWaySSLEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
154
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 154 property :TwoWaySSLEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "TwoWaySSLEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether this network channel uses two way SSL."
-
#minimum_tls_protocol_version ⇒ String
"Get the minimum SSL/TLS protocol version to be used in a network channel."
Property Attributes- short_name ⇒ "MinimumTLSProtocolVersion"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
156
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 156 property :MinimumTLSProtocolVersion, type: String, array: false, hash: false, short_name: "MinimumTLSProtocolVersion", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Get the minimum SSL/TLS protocol version to be used in a network channel."
-
#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)
-
#outbound_private_key_alias ⇒ String
"The string alias used to store and retrieve the outbound\nprivate key in the keystore."
Property Attributes- short_name ⇒ "OutboundPrivateKeyAlias"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
85
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 85 property :OutboundPrivateKeyAlias, type: String, array: false, hash: false, short_name: "OutboundPrivateKeyAlias", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The string alias used to store and retrieve the outbound\nprivate key in the keystore."
-
#outbound_private_key_pass_phrase ⇒ [Mint::Secret]
"The passphrase used to retrieve the outbound private key from\nthe keystore."
Property Attributes- short_name ⇒ "OutboundPrivateKeyPassPhrase"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
88
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 88 property :OutboundPrivateKeyPassPhrase, type: [Mint::Secret], array: false, hash: false, short_name: "OutboundPrivateKeyPassPhrase", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The passphrase used to retrieve the outbound private key from\nthe keystore."
-
#private_key_alias ⇒ String
"The string alias used to store and retrieve the channel's\nprivate key in the keystore."
Property Attributes- short_name ⇒ "PrivateKeyAlias"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
91
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 91 property :PrivateKeyAlias, type: String, array: false, hash: false, short_name: "PrivateKeyAlias", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The string alias used to store and retrieve the channel's\nprivate key in the keystore."
-
#private_key_pass_phrase ⇒ [Mint::Secret]
"The passphrase used to retrieve the server's private key from\nthe keystore."
Property Attributes- short_name ⇒ "PrivateKeyPassPhrase"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
94
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 94 property :PrivateKeyPassPhrase, type: [Mint::Secret], array: false, hash: false, short_name: "PrivateKeyPassPhrase", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The passphrase used to retrieve the server's private key from\nthe keystore."
-
#client_init_secure_renegotiation_accepted ⇒ [TrueClass,FalseClass]
"Indicate whether TLS client initiated secure renegotiation is accepted."
Property Attributes- short_name ⇒ "ClientInitSecureRenegotiationAccepted"
- has_setter ⇒ false
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
158
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 158 property :ClientInitSecureRenegotiationAccepted, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ClientInitSecureRenegotiationAccepted", has_setter: false, has_getter: false, has_lister: false, has_creator: false, read_only: true, description: "Indicate whether TLS client initiated secure renegotiation is accepted."
-
#ss_lv2_hello_enabled ⇒ [TrueClass,FalseClass]
"Indicate whether SSLv2Hello is enabled in a network channel."
Property Attributes- short_name ⇒ "SSLv2HelloEnabled"
- has_setter ⇒ false
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
160
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/network_access_point.rb', line 160 property :SSLv2HelloEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "SSLv2HelloEnabled", has_setter: false, has_getter: false, has_lister: false, has_creator: false, read_only: true, description: "Indicate whether SSLv2Hello is enabled in a network channel."
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
- #import_props_from_model ⇒ Object
-
#initialize(opts = {}) ⇒ NetworkAccessPoint
constructor
A new instance of NetworkAccessPoint.
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
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