ParkableVirtualMachineSpecApiDTO

Description

Details about a parkable Virtual Machine Spec entity such as a cloud scale group.A cloud scale group is is a collection of virtual machine (VM) instances that are created from a common source. Ex: AWS Auto Scaling Groups, Azure Virtual Machine Scale Sets.

Optional Parameters

instanceTemplateName
  • type: string

  • description: Name of template or configuration used to create the scale group. Ex: Name of Launch Template or Launch Configuration in AWS, Auto Scale Profile in Azure or the Instance Template name in Google."

currentConfiguration
startConfiguration
  • description: The minimum group size, desired group size and maximum group size that will be set for the scale group when a START action is executed

  • reference: ParkableVirtualMachineSpecConfigApiDTO

instances
scalingMode
  • type: string

  • description: The scaling mode of a cloud scale group

  • enum: ['AZURE_AUTOSCALE_METRIC_BASED', 'AZURE_AUTOSCALE_SPECIFIC_INSTANCE_COUNT', 'AZURE_MANUAL_SCALE']