Class: Sqlfire::AgentNodeLiveConfiguration

Inherits:
Shared::NodeConfiguration show all
Defined in:
lib/vas/sqlfire/agent_node_live_configurations.rb

Overview

A live configuration file in an agent node instance

Instance Attribute Summary

Attributes inherited from Shared::NodeConfiguration

#path, #size

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::NodeConfiguration

#content, #group_configuration, #instance, #reload, #to_s

Constructor Details

#initialize(location, client) ⇒ AgentNodeLiveConfiguration

Returns a new instance of AgentNodeLiveConfiguration.



33
34
35
# File 'lib/vas/sqlfire/agent_node_live_configurations.rb', line 33

def initialize(location, client)
  super(location, client, 'agent-node-instance', AgentNodeInstance, AgentLiveConfiguration)
end