Ovf_ScaleOutGroup

Ovf_ScaleOutGroup
Ovf_ScaleOutGroup

The ScaleOutGroup structure contains information about a scale-out group. It allows a virtual system collection to contain a set of children that are homogeneous with respect to a prototypical virtual system or virtual system collection. It shall cause the deployment function to replicate the prototype a number of times, thus allowing the number of instantiated virtual systems to be configured dynamically at deployment time.

This is based on the ovf2:ScaleOutSection.

See LibraryItem.deploy and LibraryItem.filter.

JSON Example
{
    "id": "string",
    "description": "string",
    "instance_count": 0,
    "minimum_instance_count": 0,
    "maximum_instance_count": 0
}
string
id
Optional

The identifier of the scale-out group. This field must be provided in the input parameters when deploying an OVF package. This field will always be present in the result when retrieving information about an OVF package.

string
description
Optional

The description of the scale-out group. This field is not used in the input parameters when deploying an OVF package. This field will always be present in the result when retrieving information about an OVF package.

integer As int64
instance_count
Optional

The scaling factor to use. It defines the number of replicas of the prototypical virtual system or virtual system collection. This field must be provided in the input parameters when deploying an OVF package. This field will always be present in the result when retrieving information about an OVF package.

integer As int64
minimum_instance_count
Optional

The minimum scaling factor. This field is not used in the input parameters when deploying an OVF package. This field will always be present in the result when retrieving information about an OVF package. This will be 1 if there is no explicit limit.

integer As int64
maximum_instance_count
Optional

The maximum scaling factor. This field is not used in the input parameters when deploying an OVF package. This field is optional in the result when retrieving information about an OVF package. This will be unset if there is no explicit limit.