Class: Dendrite::ServiceNode::Scale
- Inherits:
-
Struct
- Object
- Struct
- Dendrite::ServiceNode::Scale
- Includes:
- ActiveModel::Validations
- Defined in:
- lib/dendrite/service_node.rb
Instance Attribute Summary collapse
-
#max_instance_count ⇒ Object
Returns the value of attribute max_instance_count.
-
#min_cpu ⇒ Object
Returns the value of attribute min_cpu.
-
#min_instance_count ⇒ Object
Returns the value of attribute min_instance_count.
-
#min_memory ⇒ Object
Returns the value of attribute min_memory.
Instance Attribute Details
#max_instance_count ⇒ Object
Returns the value of attribute max_instance_count
111 112 113 |
# File 'lib/dendrite/service_node.rb', line 111 def max_instance_count @max_instance_count end |
#min_cpu ⇒ Object
Returns the value of attribute min_cpu
111 112 113 |
# File 'lib/dendrite/service_node.rb', line 111 def min_cpu @min_cpu end |
#min_instance_count ⇒ Object
Returns the value of attribute min_instance_count
111 112 113 |
# File 'lib/dendrite/service_node.rb', line 111 def min_instance_count @min_instance_count end |
#min_memory ⇒ Object
Returns the value of attribute min_memory
111 112 113 |
# File 'lib/dendrite/service_node.rb', line 111 def min_memory @min_memory end |