Click or drag to resize
PolicyConfigurationPercentageChange Method
This API is preliminary and subject to change.
Creates a new PolicyConfiguration for a scaling policy that changes the desired capacity of a scaling group by a percentage amount.

Namespace: net.openstack.Providers.Rackspace.Objects.AutoScale
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public static PolicyConfiguration PercentageChange(
	string name,
	double changePercentage,
	TimeSpan cooldown
)

Parameters

name
Type: SystemString
The name of scaling policy.
changePercentage
Type: SystemDouble
The percentage change to apply to the desired capacity for the scaling group.
cooldown
Type: SystemTimeSpan
The cooldown period for the scaling policy.

Return Value

Type: PolicyConfiguration
A PolicyConfiguration representing the desired scaling policy configuration.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf name is .
ArgumentException If name is empty.

-or-

If changePercentage is 0.

ArgumentOutOfRangeExceptionIf cooldown is less than Zero.
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6, 1.5, 1.4, 1.3.6
See Also