GroupConfiguration Class |
Namespace: net.openstack.Providers.Rackspace.Objects.AutoScale
The GroupConfiguration type exposes the following members.
Name | Description | |
---|---|---|
GroupConfiguration |
Initializes a new instance of the GroupConfiguration class
with the specified values.
|
Name | Description | |
---|---|---|
Cooldown |
Gets the cooldown time of the scaling group, which specifies the time the group must wait
after a scaling policy is triggered before another request for scaling is accepted.
| |
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |
MaxEntities |
Gets the maximum amount of entities that are allowed in this group. You cannot scale up
above this value. Decreasing this value can cause an immediate reduction of the scaling
group.
| |
Metadata |
Gets the metadata associated with the scaling group resource.
| |
MinEntities |
Gets the minimum amount of entities that are allowed in this group. You cannot scale down
below this value. Increasing this value can cause an immediate addition to the scaling
group.
| |
Name |
Gets the name of the scaling group.
|