Description Usage Arguments See Also Examples
View source: R/autoscaler_config.R
Autoscaler configuration
1 2 3 4 5 | autoscaler_config(profiles = list(autoscaler_profile()), ...)
autoscaler_profile(name = "Profile", minsize = 1, maxsize = NA,
default = NA, scale_out = 0.75, scale_in = 0.25, interval = "PT1M",
window = "PT5M")
|
profiles |
A list of autoscaling profiles, each obtained via a call to |
... |
Other named arguments that will be treated as resource properties. |
name |
For |
minsize, maxsize, default |
For |
scale_out, scale_in |
For |
interval |
For |
window |
For |
create_vm_scaleset, vmss_config
1 2 3 4 | autoscaler_config()
autoscaler_config(list(
autoscaler_profile(minsize=2, maxsize=50, scale_out=0.9, scale_in=0.1)
))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.