Class: MintPress::OracleTrafficDirector::TcpProxy

Inherits:
Object
  • Object
show all
Includes:
MintLogger, Mixins::Properties, OtdCommon
Defined in:
src/oracle-otd/lib/oracle-otd/generated/tcp_proxy.rb

Overview

set the following properties of the TCP proxy for a configuration:

Properties (Read/Write)

  • #name ⇒ String

    Property Attributes
    
    
    29
    # File 'src/oracle-otd/lib/oracle-otd/generated/tcp_proxy.rb', line 29
    
    property :name, type: String
  • #configuration ⇒ [MintPress::OracleTrafficDirector::Configuration] (Default Value: Proc.new { origin_server_pool.configuration })
    'Name of the configuration.'

    Property Attributes
    • otd_proptrue
    • otd_mandatorytrue
    • fromString
    • delete_proptrue
    • otd_delete_mandatorytrue
    • set_proptrue
    • defaultProc.new { origin_server_pool.configuration }
    
    
    32
    # File 'src/oracle-otd/lib/oracle-otd/generated/tcp_proxy.rb', line 32
    
    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 }
  • #tcp_proxy ⇒ String (Default Value: Proc.new { self.name })
    'Name that uniquely identifies the exposed TCP service.'

    Property Attributes
    • otd_proptrue
    • otd_mandatorytrue
    • defaultProc.new { self.name }
    • delete_proptrue
    • otd_delete_mandatorytrue
    • set_proptrue
    
    
    34
    # File 'src/oracle-otd/lib/oracle-otd/generated/tcp_proxy.rb', line 34
    
    property :tcp_proxy, description: 'Name that uniquely identifies the exposed TCP service.', 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 an existing server pool that provides the TCP service.'

    Property Attributes
    • otd_proptrue
    • otd_mandatorytrue
    • fromString
    • set_proptrue
    
    
    36
    # File 'src/oracle-otd/lib/oracle-otd/generated/tcp_proxy.rb', line 36
    
    property :origin_server_pool, description: 'Name of an existing server pool that provides the TCP service.', otd_prop: true, otd_mandatory: true, type: [MintPress::OracleTrafficDirector::OriginServerPool], from: String, set_prop: true
  • #enabled ⇒ [TrueClass, FalseClass]
    'Indicates whether the TCP service is enabled. Range of values: true or false.'

    Property Attributes
    • otd_proptrue
    • set_proptrue
    
    
    39
    40
    # File 'src/oracle-otd/lib/oracle-otd/generated/tcp_proxy.rb', line 39
    
    property :enabled, description: 'Indicates whether the TCP service is enabled.
    Range of values: true or false.', otd_prop: true, type: [TrueClass, FalseClass], set_prop: true
  • #session_idle_timeout ⇒ Float
    'Maximum timeout in seconds for load balancer to wait for receiving/sending data in the session. Range of values: an interval in seconds between 0.001 and 3600 (1 hour), inclusive.'

    Property Attributes
    • otd_proptrue
    • set_proptrue
    
    
    43
    44
    # File 'src/oracle-otd/lib/oracle-otd/generated/tcp_proxy.rb', line 43
    
    property :session_idle_timeout, description: 'Maximum timeout in seconds for load balancer to wait for receiving/sending data in the session.
    Range of values: an interval in seconds between 0.001 and 3600 (1 hour), inclusive.', otd_prop: true, type: Float, set_prop: true
  • #protocol ⇒ String
    'If the protocol is FTP, the FTP configuration properties can be set/get on the TCP proxy. Default value: *'

    Property Attributes
    • otd_proptrue
    • set_proptrue
    
    
    47
    48
    # File 'src/oracle-otd/lib/oracle-otd/generated/tcp_proxy.rb', line 47
    
    property :protocol, description: 'If the protocol is FTP, the FTP configuration properties can be set/get on the TCP proxy.
    Default value: *', otd_prop: true, type: String, set_prop: true
  • #client_explicit_ftps ⇒ String
    'Specifies if client-side SSL should be explicitly enabled. Default value: true'

    Property Attributes
    • set_proptrue
    
    
    51
    52
    # File 'src/oracle-otd/lib/oracle-otd/generated/tcp_proxy.rb', line 51
    
    property :client_explicit_ftps, description: 'Specifies if client-side SSL should be explicitly enabled.
    Default value: true', set_prop: true, type: String
  • #origin_explicit_ftps ⇒ String
    'Specifies if server-side SSL should be explicitly enabled. Default value: true'

    Property Attributes
    • set_proptrue
    
    
    55
    56
    # File 'src/oracle-otd/lib/oracle-otd/generated/tcp_proxy.rb', line 55
    
    property :origin_explicit_ftps, description: 'Specifies if server-side SSL should be explicitly enabled.
    Default value: true', set_prop: true, type: String
  • #ssl_termination ⇒ String
    'Specifies if SSL should terminate at Oracle® Fusion Middleware. Default value: false'

    Property Attributes
    • set_proptrue
    
    
    59
    60
    # File 'src/oracle-otd/lib/oracle-otd/generated/tcp_proxy.rb', line 59
    
    property :ssl_termination, description: 'Specifies if SSL should terminate at Oracle® Fusion Middleware.
    Default value: false', set_prop: true, type: String
  • #passive_port_min ⇒ String
    'Specifies the lower limit of port range for FTP passive connections. Default value: 1025'

    Property Attributes
    • set_proptrue
    
    
    63
    64
    # File 'src/oracle-otd/lib/oracle-otd/generated/tcp_proxy.rb', line 63
    
    property :passive_port_min, description: 'Specifies the lower limit of port range for FTP passive connections.
    Default value: 1025', set_prop: true, type: String
  • #passive_port_max ⇒ String
    'Specifies the upper limit of port range for FTP passive connections. Default value: 65535'

    Property Attributes
    • set_proptrue
    
    
    67
    68
    # File 'src/oracle-otd/lib/oracle-otd/generated/tcp_proxy.rb', line 67
    
    property :passive_port_max, description: 'Specifies the upper limit of port range for FTP passive connections.
    Default value: 65535', set_prop: true, type: String
  • #active_port_min ⇒ String
    'Specifies the lower limit of port range for FTP active connections. Default value: 1025'

    Property Attributes
    • set_proptrue
    
    
    71
    72
    # File 'src/oracle-otd/lib/oracle-otd/generated/tcp_proxy.rb', line 71
    
    property :active_port_min, description: 'Specifies the lower limit of port range for FTP active connections.
    Default value: 1025', set_prop: true, type: String
  • #active_port_max ⇒ String
    'Specifies the upper limit of port range for FTP active connections. Default value: 65535'

    Property Attributes
    • set_proptrue
    
    
    75
    76
    # File 'src/oracle-otd/lib/oracle-otd/generated/tcp_proxy.rb', line 75
    
    property :active_port_max, description: 'Specifies the upper limit of port range for FTP active connections.
    Default value: 65535', set_prop: true, type: String
  • #parent ⇒ MintPress::OracleTrafficDirector::OriginServerPool

    Property Attributes
    
    
    77
    # File 'src/oracle-otd/lib/oracle-otd/generated/tcp_proxy.rb', line 77
    
    property :parent, type: MintPress::OracleTrafficDirector::OriginServerPool

Properties (Read Only)

Constant Summary collapse

MODEL_PARENTS =
["configuration", "origin-server-pool"]
LIST_PARAMS =
["configuration"]
GET_PARAMS =
["configuration", "tcp-proxy"]

Constants included from MintLogger

MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN

Instance Attribute Summary collapse

Attributes included from Mixins::Properties

#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root

Attributes included from OtdCommon

#harvested

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

Constructor Details

#initialize(opts = {}) ⇒ TcpProxy

Returns a new instance of TcpProxy.

Instance Attribute Details

#get_paramsObject

Returns the value of attribute get_params.

#list_paramsObject

Returns the value of attribute list_params.

#model_parentsObject

Returns the value of attribute model_parents.

Instance Method Details

#createObject

#destroyObject

#exist?Boolean

Returns:

  • (Boolean)