GroupPutProperties
Properties
Name
Type
Description
Notes
Example
require 'ionoscloud-vm-autoscaling'
instance = IonoscloudVmAutoscaling::GroupPutProperties.new(
datacenter: null,
location: de/txl,
max_replica_count: 10,
min_replica_count: 1,
target_replica_count: 1,
name: Autoscaling Group #1,
policy: null,
replica_configuration: null
)Last updated
Was this helpful?