ActionProperties
Last updated
Was this helpful?
target_replica_count
Integer
This action is considered successful when the associated autoscaling group reaches this replica count.
require 'ionoscloud-vm-autoscaling'
instance = IonoscloudVmAutoscaling::ActionProperties.new(
action_status: null,
action_type: null,
target_replica_count: 3
)Last updated
Was this helpful?
Was this helpful?