Class: Dendrite::ServiceNode::Scale

Inherits:
Struct
  • Object
show all
Includes:
ActiveModel::Validations
Defined in:
lib/dendrite/service_node.rb

Instance Attribute Summary collapse

Instance Attribute Details

#max_instance_countObject

Returns the value of attribute max_instance_count

Returns:

  • (Object)

    the current value of max_instance_count



111
112
113
# File 'lib/dendrite/service_node.rb', line 111

def max_instance_count
  @max_instance_count
end

#min_cpuObject

Returns the value of attribute min_cpu

Returns:

  • (Object)

    the current value of min_cpu



111
112
113
# File 'lib/dendrite/service_node.rb', line 111

def min_cpu
  @min_cpu
end

#min_instance_countObject

Returns the value of attribute min_instance_count

Returns:

  • (Object)

    the current value of min_instance_count



111
112
113
# File 'lib/dendrite/service_node.rb', line 111

def min_instance_count
  @min_instance_count
end

#min_memoryObject

Returns the value of attribute min_memory

Returns:

  • (Object)

    the current value of min_memory



111
112
113
# File 'lib/dendrite/service_node.rb', line 111

def min_memory
  @min_memory
end