ActionProperties

Properties

Name
Type
Description
Notes

action_status

action_type

target_replica_count

Integer

This action is considered successful when the associated autoscaling group reaches this replica count.

Example

require 'ionoscloud-vm-autoscaling'

instance = IonoscloudVmAutoscaling::ActionProperties.new(
  action_status: null,
  action_type: null,
  target_replica_count: 3
)

Last updated

Was this helpful?